summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-10 14:11:50 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-10 14:11:50 +0000
commita2c341327147731e86118a26cccbbf0245d5b9c3 (patch)
treef598125d0513f4151c330ea37f014b2ec9c2ccb0
parentDo not force users to install MySQL server on the same machine; (diff)
- Update to 4.6.8
PR: 59106 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=93656
-rw-r--r--net/whois/Makefile2
-rw-r--r--net/whois/distinfo2
-rw-r--r--net/whois/pkg-plist32
3 files changed, 17 insertions, 19 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile
index 73a9e7e668f1..d206b98e3cfa 100644
--- a/net/whois/Makefile
+++ b/net/whois/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= whois
-PORTVERSION= 4.6.7
+PORTVERSION= 4.6.8
CATEGORIES= net
MASTER_SITES= http://www.linux.it/~md/software/
DISTNAME= ${PORTNAME}_${PORTVERSION}
diff --git a/net/whois/distinfo b/net/whois/distinfo
index 2435f366bbd6..030641bf9d44 100644
--- a/net/whois/distinfo
+++ b/net/whois/distinfo
@@ -1 +1 @@
-MD5 (whois_4.6.7.tar.gz) = 36929e69816f0d9a938057c700fdfbc6
+MD5 (whois_4.6.8.tar.gz) = c318f9a35d845df1c5804cdef2041cff
diff --git a/net/whois/pkg-plist b/net/whois/pkg-plist
index 5cd3344ae851..d4b98acb1367 100644
--- a/net/whois/pkg-plist
+++ b/net/whois/pkg-plist
@@ -6,20 +6,18 @@ share/locale/fr/LC_MESSAGES/whois.mo
share/locale/it/LC_MESSAGES/whois.mo
share/locale/no/LC_MESSAGES/whois.mo
share/locale/pl/LC_MESSAGES/whois.mo
-@dirrm share/nls/en_US.US-ASCII
-@dirrm share/nls/POSIX
-@dirrm share/locale/pl/LC_MESSAGES
-@dirrm share/locale/pl
-@dirrm share/locale/no/LC_MESSAGES
-@dirrm share/locale/no
-@dirrm share/locale/it/LC_MESSAGES
-@dirrm share/locale/it
-@dirrm share/locale/fr/LC_MESSAGES
-@dirrm share/locale/fr
-@dirrm share/locale/es/LC_MESSAGES
-@dirrm share/locale/es
-@dirrm share/locale/el/LC_MESSAGES
-@dirrm share/locale/el
-@dirrm share/locale/de/LC_MESSAGES
-@dirrm share/locale/de
-@dirrm share/locale
+@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/pl 2>/dev/null || true
+@unexec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/no 2>/dev/null || true
+@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/it 2>/dev/null || true
+@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/fr 2>/dev/null || true
+@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/es 2>/dev/null || true
+@unexec rmdir %D/share/locale/el/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/el 2>/dev/null || true
+@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/de 2>/dev/null || true
+@unexec rmdir %D/share/locale 2>/dev/null || true