diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-12-13 15:05:03 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-12-13 15:05:03 +0000 |
commit | 72b03541c62bcac9d9bf5227b95be9b54f7fd9b0 (patch) | |
tree | a1be393454d33815031738ec9be747891b150ff9 /net | |
parent | - Update to 1.7.9 (diff) |
- Update to 4.7.10
PR: ports/90327
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=151101
Diffstat (limited to 'net')
-rw-r--r-- | net/whois/Makefile | 9 | ||||
-rw-r--r-- | net/whois/distinfo | 6 | ||||
-rw-r--r-- | net/whois/files/patch-aa | 12 | ||||
-rw-r--r-- | net/whois/pkg-plist | 1 |
4 files changed, 14 insertions, 14 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile index 8614d3b38072..0087e0a74e5b 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -6,7 +6,7 @@ # PORTNAME= whois -PORTVERSION= 4.7.8 +PORTVERSION= 4.7.10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,11 +16,12 @@ COMMENT= Marco d'Itri whois client MAN1= whois.1 -USE_ICONV= yes +USE_ICONV= yes USE_PERL5_BUILD= yes -USE_REINPLACE= yes +USE_REINPLACE= yes USE_GETOPT_LONG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-4.7.7 + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ENV= LDFLAGS="${LDFLAGS}" MAKE_ARGS= OPTS="" diff --git a/net/whois/distinfo b/net/whois/distinfo index e3f341e2ff4c..7394ae3bcc3d 100644 --- a/net/whois/distinfo +++ b/net/whois/distinfo @@ -1,3 +1,3 @@ -MD5 (whois_4.7.8.tar.gz) = 41cc0635976d6d0b33ba3067ad246b97 -SHA256 (whois_4.7.8.tar.gz) = 3a7e78716f17b43646cb583e77a8d213fe91d4ae771c308d1d945511a3822382 -SIZE (whois_4.7.8.tar.gz) = 55784 +MD5 (whois_4.7.10.tar.gz) = c56c1e5e00c579b023ad5142983fcf4f +SHA256 (whois_4.7.10.tar.gz) = 2c84cd9036eabc32885961163411d613e738545540bc450a68e8c60499069b8d +SIZE (whois_4.7.10.tar.gz) = 58410 diff --git a/net/whois/files/patch-aa b/net/whois/files/patch-aa index 32cd4459c210..646a095d21a5 100644 --- a/net/whois/files/patch-aa +++ b/net/whois/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Sep 11 15:33:28 2005 -+++ Makefile Tue Sep 27 08:51:22 2005 +--- Makefile.orig Mon Nov 28 20:06:56 2005 ++++ Makefile Mon Nov 28 20:06:38 2005 @@ -6,23 +6,23 @@ #whois_LDADD += -lnsl -lsocket @@ -31,17 +31,15 @@ PERL := perl -@@ -49,10 +49,9 @@ +@@ -49,9 +49,8 @@ $(PERL) -w make_tld_serv.pl < tld_serv_list > tld_serv.h install: whois - install -m 0755 whois $(BASEDIR)$(prefix)/bin/ -- strip $(BASEDIR)$(prefix)/bin/whois - install -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/ - cd po && $(MAKE) $@ + install -m 0755 whois ${PREFIX}/bin/ -+ strip ${PREFIX}/bin/whois + install -m 0644 whois.1 ${PREFIX}/man/man1/ - - distclean: clean + install-mkpasswd: mkpasswd + install -m 0755 mkpasswd $(BASEDIR)$(prefix)/bin/ diff --git a/net/whois/pkg-plist b/net/whois/pkg-plist index 4642e2e202cf..6a3ff5ecc407 100644 --- a/net/whois/pkg-plist +++ b/net/whois/pkg-plist @@ -7,3 +7,4 @@ bin/whois %%NLS%%share/locale/ja/LC_MESSAGES/whois.mo %%NLS%%share/locale/no/LC_MESSAGES/whois.mo %%NLS%%share/locale/pl/LC_MESSAGES/whois.mo +%%NLS%%share/locale/ru/LC_MESSAGES/whois.mo |