diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-19 12:08:14 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-19 12:08:14 +0000 |
commit | 2b0dcf63114d456daa8a577769faa99c446f129f (patch) | |
tree | 55d790a320ed0af76c2e1979262ee2082a9e1126 /dns/fpdns | |
parent | 28031d12e6a2b4ad0eec71dbb8bdb555e02a3d0f (diff) | |
download | ports-2b0dcf63114d456daa8a577769faa99c446f129f.tar.gz ports-2b0dcf63114d456daa8a577769faa99c446f129f.zip |
Notes
Diffstat (limited to 'dns/fpdns')
-rw-r--r-- | dns/fpdns/Makefile | 21 | ||||
-rw-r--r-- | dns/fpdns/distinfo | 6 | ||||
-rw-r--r-- | dns/fpdns/pkg-descr | 3 | ||||
-rw-r--r-- | dns/fpdns/pkg-plist | 2 |
4 files changed, 8 insertions, 24 deletions
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index ddce95f39c71..e997c45c48b1 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -6,13 +6,10 @@ # PORTNAME= fpdns -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.3.20120719 CATEGORIES= dns net perl5 -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - http://dougbarton.us/Downloads/ -DISTNAME= Net-DNS-Fingerprint-${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= http://dougbarton.us/Downloads/ +DISTNAME= Net-DNS-Fingerprint-0.9.3-9eb38df MAINTAINER= dougb@FreeBSD.org COMMENT= FPDNS - Fingerprinting DNS servers @@ -23,16 +20,4 @@ PERL_CONFIGURE= yes MAN1= fpdns.1 -verify: checksum - gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig - -file= ${WRKSRC}/blib/man1/fpdns.1 -post-build: - @${SED} -e 's#\\&\\fIperl\\fR\\|(1), \\fINet::DNS\\fR\\|(1)#&, http://www.rfc.se/fpdns/#' \ - ${file} > ${file}.sed - @${MV} ${file}.sed ${file} - -post-install: - ${RM} ${SITE_PERL}/${PERL_ARCH}/auto/Net/DNS/Fingerprint/.packlist - .include <bsd.port.mk> diff --git a/dns/fpdns/distinfo b/dns/fpdns/distinfo index 21e6a3b6bb3a..09065b157aa9 100644 --- a/dns/fpdns/distinfo +++ b/dns/fpdns/distinfo @@ -1,4 +1,2 @@ -SHA256 (Net-DNS-Fingerprint-0.9.3.tar.gz) = 8dbfa96ebcd3adee0f9053d619bd04e45b3e7e0ad47824404f73e53b88b79ec7 -SIZE (Net-DNS-Fingerprint-0.9.3.tar.gz) = 10476 -SHA256 (Net-DNS-Fingerprint-0.9.3.tar.gz.sig) = 1998bcf19240a5ee49a9215e2038f8630fc80abe1b86663aa46c6a6c3af79b03 -SIZE (Net-DNS-Fingerprint-0.9.3.tar.gz.sig) = 65 +SHA256 (Net-DNS-Fingerprint-0.9.3-9eb38df.tar.gz) = 8179b9671d40cec3cd073773e16b2d8557a113247dd2dd444b627b6980fcfc21 +SIZE (Net-DNS-Fingerprint-0.9.3-9eb38df.tar.gz) = 13141 diff --git a/dns/fpdns/pkg-descr b/dns/fpdns/pkg-descr index a50b366048dd..4f9e13120d6d 100644 --- a/dns/fpdns/pkg-descr +++ b/dns/fpdns/pkg-descr @@ -20,5 +20,4 @@ currently has. Some implementations offer features outside the protocol set, and there are implementations that do not conform to standards. -Author: Roy Arends & Jakob Schlyter -WWW: http://code.google.com/p/fpdns/ +WWW: https://github.com/kirei/fpdns diff --git a/dns/fpdns/pkg-plist b/dns/fpdns/pkg-plist index 8496884a4006..ab6821513124 100644 --- a/dns/fpdns/pkg-plist +++ b/dns/fpdns/pkg-plist @@ -1,5 +1,7 @@ bin/fpdns %%SITE_PERL%%/Net/DNS/Fingerprint.pm +%%SITE_PERL%%/Net/DNS/REPLACE +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Fingerprint/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Fingerprint @dirrmtry %%SITE_PERL%%/Net/DNS @dirrmtry %%SITE_PERL%%/Net |