Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2012 12:31:21 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305649 - head/dns/fpdns
Message-ID:  <201210101231.q9ACVLhA026806@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Oct 10 12:31:20 2012
New Revision: 305649
URL: http://svn.freebsd.org/changeset/ports/305649

Log:
  - Take maintainership
  - Trim header
  - Use USE_GITHUB for fetching

Modified:
  head/dns/fpdns/Makefile

Modified: head/dns/fpdns/Makefile
==============================================================================
--- head/dns/fpdns/Makefile	Wed Oct 10 12:28:22 2012	(r305648)
+++ head/dns/fpdns/Makefile	Wed Oct 10 12:31:20 2012	(r305649)
@@ -1,21 +1,20 @@
 # Created by: Edwin Groothuis <edwin@mavetju.org>
-#
 # $FreeBSD$
 
 PORTNAME=	fpdns
 PORTVERSION=	0.9.3.20120719
 CATEGORIES=	dns net perl5
-MASTER_SITES=	https://github.com/kirei/fpdns/tarball/${GITVERSION}/
-DISTNAME=	kirei-fpdns-${GITVERSION}
+DISTNAME=	${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bdrewery@FreeBSD.org
 COMMENT=	FPDNS - Fingerprinting DNS servers
 
-FETCH_ARGS=	-Fpr
-GITVERSION=	9eb38df
-
 RUN_DEPENDS=	p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	kirei
+GH_COMMIT=	9eb38df
+
 PERL_CONFIGURE=	yes
 
 MAN1=		fpdns.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210101231.q9ACVLhA026806>