diff options
author | matusita <matusita@FreeBSD.org> | 2001-11-12 03:41:09 +0000 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2001-11-12 03:41:09 +0000 |
commit | 0e7d67fda45baa7a888b9a7cfed87de426535c59 (patch) | |
tree | 58abea9d1e532a38e560aaf18790764c1a187070 /net/jwhois | |
parent | 7477999ccaf6fcc45309bfd6cbdff90140cf2917 (diff) | |
download | FreeBSD-ports-0e7d67fda45baa7a888b9a7cfed87de426535c59.zip FreeBSD-ports-0e7d67fda45baa7a888b9a7cfed87de426535c59.tar.gz |
Update to 3.0.1.
Suggested by: Jason Harris <jharris@widomaker.com>
Diffstat (limited to 'net/jwhois')
-rw-r--r-- | net/jwhois/Makefile | 2 | ||||
-rw-r--r-- | net/jwhois/distinfo | 2 | ||||
-rw-r--r-- | net/jwhois/files/patch-aa | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 6b528db..6285ae7 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jwhois -PORTVERSION= 2.4.2 +PORTVERSION= 3.0.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= jwhois diff --git a/net/jwhois/distinfo b/net/jwhois/distinfo index 7b39802..5b1aeec 100644 --- a/net/jwhois/distinfo +++ b/net/jwhois/distinfo @@ -1 +1 @@ -MD5 (jwhois-2.4.2.tar.gz) = 36811017535386f3c598d2bbfde638e1 +MD5 (jwhois-3.0.1.tar.gz) = 036186fda42ecd6363bbbeba895b07b7 diff --git a/net/jwhois/files/patch-aa b/net/jwhois/files/patch-aa index dd86388..fa44556 100644 --- a/net/jwhois/files/patch-aa +++ b/net/jwhois/files/patch-aa @@ -1,11 +1,11 @@ ---- po/Makefile.in.in.dist Sat Nov 27 06:10:41 1999 -+++ po/Makefile.in.in Sat Jul 15 22:27:05 2000 -@@ -19,7 +19,7 @@ +--- po/Makefile.in.in.dist Wed Sep 26 05:41:17 2001 ++++ po/Makefile.in.in Mon Nov 12 11:29:29 2001 +@@ -23,7 +23,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ - datadir = $(prefix)/@DATADIRNAME@ + datadir = @datadir@ -localedir = $(datadir)/locale +localedir = @localedir@ - gnulocaledir = $(prefix)/share/locale - gettextsrcdir = $(prefix)/share/gettext/po - subdir = po + gettextsrcdir = $(datadir)/gettext/po + + INSTALL = @INSTALL@ |