diff options
author | taca <taca@pkgsrc.org> | 2007-08-07 21:48:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-08-07 21:48:39 +0000 |
commit | 54fe638ee9c2db559ce5c3c3454db50f012b5deb (patch) | |
tree | 4b06de51f0f4ea3dcbaa7391c951b035687800be /net/md-whois | |
parent | 2e6f86d955d40da910169302f01d205199f779ee (diff) | |
download | pkgsrc-54fe638ee9c2db559ce5c3c3454db50f012b5deb.tar.gz |
Update md-whois package to 4.7.22.
Changes are unavailable, but it seems that more tld and IP address
delegation information was added.
Diffstat (limited to 'net/md-whois')
-rw-r--r-- | net/md-whois/Makefile | 11 | ||||
-rw-r--r-- | net/md-whois/distinfo | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile index 146bb57aab6..e4b165e080a 100644 --- a/net/md-whois/Makefile +++ b/net/md-whois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/02/05 23:10:26 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2007/08/07 21:48:39 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 @@ -7,7 +7,6 @@ DISTNAME= whois_${VERSION} PKGNAME= md-whois-${VERSION} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/w/whois/} @@ -15,15 +14,17 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.linux.it/~md/software/ COMMENT= Improved whois client -VERSION= 4.7.2 +VERSION= 4.7.22 WRKSRC= ${WRKDIR}/whois-${VERSION} USE_TOOLS+= gmake perl INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 +PKG_DESTDIR_SUPPORT= user-destdir do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/whois ${PREFIX}/bin/md-whois - ${INSTALL_MAN} ${WRKSRC}/whois.1 ${PREFIX}/${PKGMANDIR}/man1/md-whois.1 + ${INSTALL_PROGRAM} ${WRKSRC}/whois ${DESTDIR}${PREFIX}/bin/md-whois + ${INSTALL_MAN} ${WRKSRC}/whois.1 \ + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/md-whois.1 .include "../../mk/bsd.pkg.mk" diff --git a/net/md-whois/distinfo b/net/md-whois/distinfo index 7d448fa176c..b6a42fc6f68 100644 --- a/net/md-whois/distinfo +++ b/net/md-whois/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2005/04/11 17:39:22 reed Exp $ +$NetBSD: distinfo,v 1.8 2007/08/07 21:48:40 taca Exp $ -SHA1 (whois_4.7.2.tar.gz) = 5094cdc4e8b35041ba12eca404abd2f18d6bb55b -RMD160 (whois_4.7.2.tar.gz) = 4a934d19e3f30dfcd94c5ab54bc4c211cc530cf1 -Size (whois_4.7.2.tar.gz) = 53267 bytes +SHA1 (whois_4.7.22.tar.gz) = fcf7d35b188fba56fbefba2e1fd5b94dc516f0ae +RMD160 (whois_4.7.22.tar.gz) = da2ff389d641aec45960bc152d15d6c09d419e9f +Size (whois_4.7.22.tar.gz) = 60511 bytes |