diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-30 13:59:08 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-30 13:59:08 +0800 |
commit | 40e7d99d1fbffe5a66f0438f165c843c625aef6f (patch) | |
tree | 28c8a7440d3c016189c622e536a9bbc7ae04b3d0 | |
parent | 3cfe2c58fca74c3d7f621c46294b668a70c7f98a (diff) | |
download | freebsd-ports-gnome-40e7d99d1fbffe5a66f0438f165c843c625aef6f.tar.gz freebsd-ports-gnome-40e7d99d1fbffe5a66f0438f165c843c625aef6f.tar.zst freebsd-ports-gnome-40e7d99d1fbffe5a66f0438f165c843c625aef6f.zip |
Use the same method for github downloads as portupgrade-devel
Thanks for the pointer: bryan@shatow.net
-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 |