From owner-svn-ports-all@FreeBSD.ORG Mon Jul 30 06:08:49 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by hub.freebsd.org (Postfix) with ESMTP id 4A46A1065674; Mon, 30 Jul 2012 06:08:49 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from opti.dougb.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id EFAB514F4A4; Mon, 30 Jul 2012 06:08:47 +0000 (UTC) Message-ID: <501624EF.3010800@FreeBSD.org> Date: Sun, 29 Jul 2012 23:08:47 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:14.0) Gecko/20120728 Thunderbird/14.0 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201207300559.q6U5x8dO054529@svn.freebsd.org> In-Reply-To: <201207300559.q6U5x8dO054529@svn.freebsd.org> X-Enigmail-Version: 1.4.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: svn commit: r301704 - head/dns/fpdns X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2012 06:08:49 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 It should go without saying that I confirmed the substantive sources are the same, but just in case ... The tarball I created was this download, minus the "utils" directory that is used primarily for development. This is the full download, but it has the advantage of being pulled from github's site, and will be easier to maintain down the road. I also confirmed that in spite of the extra code in the tarball it installs/deinstalls cleanly. Doug On 07/29/2012 22:59, Doug Barton wrote: > 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 > # > # $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 > - -- I am only one, but I am one. I cannot do everything, but I can do something. And I will not let what I cannot do interfere with what I can do. -- Edward Everett Hale, (1822 - 1909) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBCAAGBQJQFiTvAAoJEFzGhvEaGryEiwoIAIBS79YDR443tzE96D28fgCc DK/EQ4TRboBeQO7ijf8MvorhAcJKiSnleCbESEQwBv2iwSAehaioBdk/GXVOBWH4 gCBNJnjnrfub1qodj9o1OFaBBtWm9NuvWIwHPEyeo5YsZZ9b7o4RPB2kDMCNLaSQ lpM8Bu42c4fHFsE+R1a586LLDhgFxk+kiD+PNb6wVfvb7Z77drhJqxm8UWwHzY9l j267XH8su3kkPiYRr2P9e7yOchYU3LzVZM4kqf9g2jAUGqyhS/I4P3R747htR1Bt QW/y4N1ALrt3hO1hg4gtQD8uXz0xtL3IMG/MOr9wku5bas9DHJLhcAKEwrnyM+o= =pW0W -----END PGP SIGNATURE-----