diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-30 05:59:08 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-30 05:59:08 +0000 |
commit | e9cfaef6216f8e709dbb7b966dd7ad12a88d14eb (patch) | |
tree | 28c8a7440d3c016189c622e536a9bbc7ae04b3d0 /dns/fpdns | |
parent | b81b99c657869333f1e397c0c08f07fbb876cfcf (diff) | |
download | ports-e9cfaef6216f8e709dbb7b966dd7ad12a88d14eb.tar.gz ports-e9cfaef6216f8e709dbb7b966dd7ad12a88d14eb.zip |
Notes
Diffstat (limited to 'dns/fpdns')
-rw-r--r-- | dns/fpdns/Makefile | 8 | ||||
-rw-r--r-- | dns/fpdns/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index e997c45c48b1..236385127e3c 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -3,17 +3,19 @@ # Whom: Edwin Groothuis <edwin@mavetju.org> # # $FreeBSD$ -# PORTNAME= fpdns PORTVERSION= 0.9.3.20120719 CATEGORIES= dns net perl5 -MASTER_SITES= http://dougbarton.us/Downloads/ -DISTNAME= Net-DNS-Fingerprint-0.9.3-9eb38df +MASTER_SITES= https://github.com/kirei/fpdns/tarball/9eb38df/ +DISTNAME= kirei-fpdns-${GITVERSION} MAINTAINER= dougb@FreeBSD.org COMMENT= FPDNS - Fingerprinting DNS servers +FETCH_ARGS= -Fpr +GITVERSION= 9eb38df + RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS PERL_CONFIGURE= yes diff --git a/dns/fpdns/distinfo b/dns/fpdns/distinfo index 09065b157aa9..2a434bc01d60 100644 --- a/dns/fpdns/distinfo +++ b/dns/fpdns/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-DNS-Fingerprint-0.9.3-9eb38df.tar.gz) = 8179b9671d40cec3cd073773e16b2d8557a113247dd2dd444b627b6980fcfc21 -SIZE (Net-DNS-Fingerprint-0.9.3-9eb38df.tar.gz) = 13141 +SHA256 (kirei-fpdns-9eb38df.tar.gz) = 4467d9378e8e68e67e65a0e0f97d980db3bbf357f64304ac93b4ca9fced03a7b +SIZE (kirei-fpdns-9eb38df.tar.gz) = 932410 |