diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-28 05:20:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-28 05:20:30 +0800 |
commit | a6dfcbd4c52279eb9ab8c211485546194b057c75 (patch) | |
tree | 0979e3774af624f06bbcf1749a60bd3146a62da0 /net | |
parent | 8dc466ced1e69085c9816019a045c15632796e34 (diff) | |
download | freebsd-ports-gnome-a6dfcbd4c52279eb9ab8c211485546194b057c75.tar.gz freebsd-ports-gnome-a6dfcbd4c52279eb9ab8c211485546194b057c75.tar.zst freebsd-ports-gnome-a6dfcbd4c52279eb9ab8c211485546194b057c75.zip |
- Update to 4.7.20
PR: ports/105861
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: maintainer
Diffstat (limited to 'net')
-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 07ca56eff9ea..be3342398926 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -6,7 +6,7 @@ # PORTNAME= whois -PORTVERSION= 4.7.19 +PORTVERSION= 4.7.20 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= whois.1 +MAN1= gwhois.1 .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff --git a/net/whois/distinfo b/net/whois/distinfo index 559d59015b9c..3f27add3ed58 100644 --- a/net/whois/distinfo +++ b/net/whois/distinfo @@ -1,3 +1,3 @@ -MD5 (whois_4.7.19.tar.gz) = 437585d938b0890ff276baad84b753c2 -SHA256 (whois_4.7.19.tar.gz) = f39fa19bc834b9d78c3f0f182becf6397eaa010a70d1d1072645ae130df1486d -SIZE (whois_4.7.19.tar.gz) = 60524 +MD5 (whois_4.7.20.tar.gz) = 81cea7350890d2a4dc974f661be31c7d +SHA256 (whois_4.7.20.tar.gz) = 26c0249c2c7bc6c5a852a18d196f9cc661eb9ab775d71089ef034ce43b269b67 +SIZE (whois_4.7.20.tar.gz) = 60004 diff --git a/net/whois/files/patch-aa b/net/whois/files/patch-aa index 646a095d21a5..23c86045c028 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/ -+ install -m 0644 whois.1 ${PREFIX}/man/man1/ ++ install -m 0755 whois ${PREFIX}/bin/gwhois ++ install -m 0644 whois.1 ${PREFIX}/man/man1/gwhois.1 install-mkpasswd: mkpasswd install -m 0755 mkpasswd $(BASEDIR)$(prefix)/bin/ diff --git a/net/whois/pkg-plist b/net/whois/pkg-plist index 5efff018046d..efd84f575edd 100644 --- a/net/whois/pkg-plist +++ b/net/whois/pkg-plist @@ -1,4 +1,4 @@ -bin/whois +bin/gwhois %%NLS%%share/locale/de/LC_MESSAGES/whois.mo %%NLS%%share/locale/el/LC_MESSAGES/whois.mo %%NLS%%share/locale/es/LC_MESSAGES/whois.mo |