svn commit: r301704 - head/dns/fpdns

Doug Barton dougb at FreeBSD.org
Mon Jul 30 05:59:09 UTC 2012


Author: dougb
Date: Mon Jul 30 05:59:08 2012
New Revision: 301704
URL: http://svn.freebsd.org/changeset/ports/301704

Log:
  Use the same method for github downloads as portupgrade-devel
  
  Thanks for the pointer:	bryan at shatow.net

Modified:
  head/dns/fpdns/Makefile
  head/dns/fpdns/distinfo

Modified: head/dns/fpdns/Makefile
==============================================================================
--- head/dns/fpdns/Makefile	Mon Jul 30 05:02:33 2012	(r301703)
+++ head/dns/fpdns/Makefile	Mon Jul 30 05:59:08 2012	(r301704)
@@ -3,17 +3,19 @@
 # Whom:					Edwin Groothuis <edwin at 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 at 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

Modified: head/dns/fpdns/distinfo
==============================================================================
--- head/dns/fpdns/distinfo	Mon Jul 30 05:02:33 2012	(r301703)
+++ head/dns/fpdns/distinfo	Mon Jul 30 05:59:08 2012	(r301704)
@@ -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



More information about the svn-ports-all mailing list