diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-09-03 08:37:15 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-09-03 08:37:15 +0000 |
commit | 87466b8058b410af8f65402ccf1cef696f153de3 (patch) | |
tree | 289ba0de14bc4fe635a3640e884bc04aaf673de3 /net/whois | |
parent | 972b9b1c32315a6040e789902e43c11fe1db9d0c (diff) | |
download | ports-87466b8058b410af8f65402ccf1cef696f153de3.tar.gz ports-87466b8058b410af8f65402ccf1cef696f153de3.zip |
- Update whois to 4.7.22 [1]
- Rename whois binary from gwhois to mwhois [1]
- Remove CONFLICTS from net/gwhois
PR: ports/116001 [1]
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer) [1]
Notes
Notes:
svn path=/head/; revision=198677
Diffstat (limited to 'net/whois')
-rw-r--r-- | net/whois/Makefile | 4 | ||||
-rw-r--r-- | net/whois/distinfo | 6 | ||||
-rw-r--r-- | net/whois/files/patch-aa | 4 | ||||
-rw-r--r-- | net/whois/pkg-plist | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile index 8827066a55c1..9689d3cf675e 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -6,7 +6,7 @@ # PORTNAME= whois -PORTVERSION= 4.7.21 +PORTVERSION= 4.7.22 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ENV= LDFLAGS="${LDFLAGS}" MAKE_ARGS= OPTS="" -MAN1= gwhois.1 +MAN1= mwhois.1 .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff --git a/net/whois/distinfo b/net/whois/distinfo index 4c7da615e811..2db3699e8e27 100644 --- a/net/whois/distinfo +++ b/net/whois/distinfo @@ -1,3 +1,3 @@ -MD5 (whois_4.7.21.tar.gz) = 465479682f31f0627ebc4ab3e365b7d2 -SHA256 (whois_4.7.21.tar.gz) = c62dca7c1bc1da469cb98c08075e716c33ef631cbdf86b819949c306b417df77 -SIZE (whois_4.7.21.tar.gz) = 60132 +MD5 (whois_4.7.22.tar.gz) = 0e91c899a836be0f0cdc4a8ed5af6479 +SHA256 (whois_4.7.22.tar.gz) = 9acdc5b93ad9145dd2da47ea592aeb5b2b170bdac29ca780b186bd4249b3b3a9 +SIZE (whois_4.7.22.tar.gz) = 60511 diff --git a/net/whois/files/patch-aa b/net/whois/files/patch-aa index 23c86045c028..c5f5e71efe72 100644 --- a/net/whois/files/patch-aa +++ b/net/whois/files/patch-aa @@ -38,8 +38,8 @@ - install -m 0755 whois $(BASEDIR)$(prefix)/bin/ - install -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/ - cd po && $(MAKE) $@ -+ install -m 0755 whois ${PREFIX}/bin/gwhois -+ install -m 0644 whois.1 ${PREFIX}/man/man1/gwhois.1 ++ install -m 0755 whois ${PREFIX}/bin/mwhois ++ install -m 0644 whois.1 ${PREFIX}/man/man1/mwhois.1 install-mkpasswd: mkpasswd install -m 0755 mkpasswd $(BASEDIR)$(prefix)/bin/ diff --git a/net/whois/pkg-plist b/net/whois/pkg-plist index efd84f575edd..fddbd7b2c421 100644 --- a/net/whois/pkg-plist +++ b/net/whois/pkg-plist @@ -1,4 +1,4 @@ -bin/gwhois +bin/mwhois %%NLS%%share/locale/de/LC_MESSAGES/whois.mo %%NLS%%share/locale/el/LC_MESSAGES/whois.mo %%NLS%%share/locale/es/LC_MESSAGES/whois.mo |