Date: Mon, 30 Jul 2012 05:59:08 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301704 - head/dns/fpdns Message-ID: <201207300559.q6U5x8dO054529@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207300559.q6U5x8dO054529>