diff options
author | matusita <matusita@FreeBSD.org> | 2002-09-12 20:58:51 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2002-09-12 20:58:51 +0800 |
commit | 2cbbba2c2cd7972626eb71f7a7ecdbae6a9b92fa (patch) | |
tree | 304b02e4706e28e34ffce6ba12b40cf04e90c20e /net | |
parent | 7bd854ed685bae3ee735d5f9297a9bf436479665 (diff) | |
download | freebsd-ports-gnome-2cbbba2c2cd7972626eb71f7a7ecdbae6a9b92fa.tar.gz freebsd-ports-gnome-2cbbba2c2cd7972626eb71f7a7ecdbae6a9b92fa.tar.zst freebsd-ports-gnome-2cbbba2c2cd7972626eb71f7a7ecdbae6a9b92fa.zip |
Update to version 3.2.0.
- bump version string
- update md5 checksum
- add new *.mo files
- fix patch file for 3.2.0
Requested by: Yonatan Bokovza <Yonatan@xpert.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/jwhois/Makefile | 7 | ||||
-rw-r--r-- | net/jwhois/distinfo | 3 | ||||
-rw-r--r-- | net/jwhois/files/patch-ac | 6 | ||||
-rw-r--r-- | net/jwhois/pkg-plist | 3 |
4 files changed, 9 insertions, 10 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index d7d94ceb70e2..0c27d3298dee 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -6,15 +6,12 @@ # PORTNAME= jwhois -PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTVERSION= 3.2.0 +PORTREVISION= 0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= jwhois -PATCH_SITES= http://galileo.spaceports.com/~jharris/distfiles/ -PATCHFILES= jwhois.rel_3_1_0-to-2002-04-20@2000UTC.patch.asc.gz - MAINTAINER= matusita@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext diff --git a/net/jwhois/distinfo b/net/jwhois/distinfo index b3ea4a15a173..8005d1f2c1e4 100644 --- a/net/jwhois/distinfo +++ b/net/jwhois/distinfo @@ -1,2 +1 @@ -MD5 (jwhois-3.1.0.tar.gz) = b33c23aeec9093ef5efaf1a97d69135c -MD5 (jwhois.rel_3_1_0-to-2002-04-20@2000UTC.patch.asc.gz) = d3c89ae0a2bc9a82b4068fe55ecfed36 +MD5 (jwhois-3.2.0.tar.gz) = d2b301901aaa924d5e372a5a299ac699 diff --git a/net/jwhois/files/patch-ac b/net/jwhois/files/patch-ac index 8812018fe54f..a1730392e6a6 100644 --- a/net/jwhois/files/patch-ac +++ b/net/jwhois/files/patch-ac @@ -1,9 +1,9 @@ ---- Makefile.in.dist Thu Jan 10 03:50:32 2002 -+++ Makefile.in Sat Feb 9 18:07:56 2002 +--- Makefile.in.dist Fri May 3 02:29:27 2002 ++++ Makefile.in Thu Sep 12 21:41:33 2002 @@ -99,7 +99,7 @@ sgid = @sgid@ - EXTRA_DIST = include/*.h example/jwhois.conf macros/*.m4 jwhois.spec.in jwhois.spec + EXTRA_DIST = include/*.h example/jwhois.conf macros/*.m4 jwhois.spec.in jwhois.spec debian/* -SUBDIRS = doc intl src example @POSUB@ +SUBDIRS = doc intl src @POSUB@ subdir = . diff --git a/net/jwhois/pkg-plist b/net/jwhois/pkg-plist index 53de324357e2..e2e5fe804ee0 100644 --- a/net/jwhois/pkg-plist +++ b/net/jwhois/pkg-plist @@ -7,8 +7,11 @@ info/jwhois.info @exec install-info %D/info/jwhois.info %D/info/dir share/locale/es/LC_MESSAGES/jwhois.mo share/locale/fr/LC_MESSAGES/jwhois.mo +share/locale/id/LC_MESSAGES/jwhois.mo share/locale/ru/LC_MESSAGES/jwhois.mo share/locale/sv/LC_MESSAGES/jwhois.mo +share/locale/tr/LC_MESSAGES/jwhois.mo +share/locale/zh_TW/LC_MESSAGES/jwhois.mo @unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/* 2>/dev/null || true @unexec rmdir %D/share/locale 2>/dev/null || true |