diff options
author | reed <reed@pkgsrc.org> | 2005-04-11 17:39:22 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-04-11 17:39:22 +0000 |
commit | 84deea871a52e13fa12e642a0d1ab7766cb19533 (patch) | |
tree | a1ea952911d8dd9870279de2bc0a7ce389df385e /net/md-whois/Makefile | |
parent | 3c2bd598100771e75819d1e7a902aaebb6851563 (diff) | |
download | pkgsrc-84deea871a52e13fa12e642a0d1ab7766cb19533.tar.gz |
Update to md-whois-4.7.2. Suggested by Takahiro Kambe.
No changelog included.
Many changes documented in separate debian-devel-changes emails
via http://packages.qa.debian.org/w/whois.html.
Last changes include:
- whois.metu.edu.tr does not accept anymore RIPE-like queries.
- Updated the .bg and .jp TLD servers.
- Updated the IPv4 allocations.
Diffstat (limited to 'net/md-whois/Makefile')
-rw-r--r-- | net/md-whois/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile index 6cfe22e949b..b177632f074 100644 --- a/net/md-whois/Makefile +++ b/net/md-whois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/24 14:50:06 grant Exp $ +# $NetBSD: Makefile,v 1.12 2005/04/11 17:39:22 reed 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 @@ -8,13 +8,13 @@ DISTNAME= whois_${VERSION} PKGNAME= md-whois-${VERSION} CATEGORIES= net -MASTER_SITES= http://www.linux.it/~md/software/ +MASTER_SITES= http://ftp.debian.org/debian/pool/main/w/whois/ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.linux.it/~md/software/ COMMENT= Improved whois client -VERSION= 4.6.9 +VERSION= 4.7.2 WRKSRC= ${WRKDIR}/whois-${VERSION} USE_PERL5= build |