diff options
author | taca <taca@pkgsrc.org> | 2011-05-10 14:01:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-05-10 14:01:10 +0000 |
commit | cbc7cacfb7074cda6e5aa26051057078b1261d2c (patch) | |
tree | e7ab9810400cd5f8ace9e8f68fc4dcf7f02527c2 /net/md-whois | |
parent | a1720abb2b0767d221057741550fed6c7c5dee8f (diff) | |
download | pkgsrc-cbc7cacfb7074cda6e5aa26051057078b1261d2c.tar.gz |
Update md-whois package to 5.0.11.
Changes are unknown but added more recent network information and some
portability improvement.
Diffstat (limited to 'net/md-whois')
-rw-r--r-- | net/md-whois/Makefile | 4 | ||||
-rw-r--r-- | net/md-whois/distinfo | 10 | ||||
-rw-r--r-- | net/md-whois/patches/patch-aa | 17 | ||||
-rw-r--r-- | net/md-whois/patches/patch-ab | 18 |
4 files changed, 6 insertions, 43 deletions
diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile index 2da9ebe69f5..f94c835d58d 100644 --- a/net/md-whois/Makefile +++ b/net/md-whois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/09/26 05:48:02 taca Exp $ +# $NetBSD: Makefile,v 1.23 2011/05/10 14:01:10 taca Exp $ # # todo: set location of [md-]whois.conf and fix in man page too # todo: build and install the po/ files and add to PLIST @@ -14,7 +14,7 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.linux.it/~md/software/ COMMENT= Improved whois client -VERSION= 4.7.28 +VERSION= 5.0.11 WRKSRC= ${WRKDIR}/whois-${VERSION} USE_TOOLS+= gmake perl diff --git a/net/md-whois/distinfo b/net/md-whois/distinfo index 0defe8958f7..6efbb2be593 100644 --- a/net/md-whois/distinfo +++ b/net/md-whois/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/09/26 05:48:02 taca Exp $ +$NetBSD: distinfo,v 1.11 2011/05/10 14:01:10 taca Exp $ -SHA1 (whois_4.7.28.tar.gz) = 22b29d24e511114be0b5ffded325dedf3d9beaa6 -RMD160 (whois_4.7.28.tar.gz) = 988fd7ddd0d5ff5ad5451a1f6fa211c5d075a310 -Size (whois_4.7.28.tar.gz) = 68070 bytes -SHA1 (patch-aa) = 304488d58850ae60a643884d3f0f7c207c3b319f -SHA1 (patch-ab) = 558dcf05381b637582eb10df6ec27e976773be96 +SHA1 (whois_5.0.11.tar.gz) = 435770400fbccd0066af62a85e2028420e43ca4b +RMD160 (whois_5.0.11.tar.gz) = c1b4fecf6759aafe54b0b05ff32a0fc9503ea0de +Size (whois_5.0.11.tar.gz) = 81195 bytes diff --git a/net/md-whois/patches/patch-aa b/net/md-whois/patches/patch-aa deleted file mode 100644 index 470accefc5c..00000000000 --- a/net/md-whois/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2009/09/26 05:48:02 taca Exp $ - -* Fix for NetBSD 4.*. - ---- Makefile.orig 2008-05-06 18:41:16.000000000 +0900 -+++ Makefile -@@ -31,6 +31,10 @@ else - mkpasswd_LDADD += -lcrypt - endif - -+ifdef NEED_OPTARG -+DEFS += -DNEED_OPTARG -+endif -+ - all: Makefile.depend whois mkpasswd #pos - - whois_OBJECTS := whois.o utils.o diff --git a/net/md-whois/patches/patch-ab b/net/md-whois/patches/patch-ab deleted file mode 100644 index 7beb3a4c4f6..00000000000 --- a/net/md-whois/patches/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2009/09/26 05:48:02 taca Exp $ - -* Fix for NetBSD 4.*. - ---- mkpasswd.c.orig 2008-07-17 07:43:47.000000000 +0900 -+++ mkpasswd.c -@@ -56,6 +56,11 @@ static const struct option longopts[] = - }; - #endif - -+#ifdef NEED_OPTARG -+extern char *optarg; -+extern int optind; -+#endif -+ - static const char valid_salts[] = "abcdefghijklmnopqrstuvwxyz" - "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./"; - |