Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2012 20:51:38 +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: r301768 - head/dns/fpdns
Message-ID:  <201207302051.q6UKpcwM042040@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Mon Jul 30 20:51:37 2012
New Revision: 301768
URL: http://svn.freebsd.org/changeset/ports/301768

Log:
  Make the MASTER_SITES URL variable too
  
  Reminded by:	bsam

Modified:
  head/dns/fpdns/Makefile

Modified: head/dns/fpdns/Makefile
==============================================================================
--- head/dns/fpdns/Makefile	Mon Jul 30 20:50:33 2012	(r301767)
+++ head/dns/fpdns/Makefile	Mon Jul 30 20:51:37 2012	(r301768)
@@ -7,7 +7,7 @@
 PORTNAME=	fpdns
 PORTVERSION=	0.9.3.20120719
 CATEGORIES=	dns net perl5
-MASTER_SITES=	https://github.com/kirei/fpdns/tarball/9eb38df/
+MASTER_SITES=	https://github.com/kirei/fpdns/tarball/${GITVERSION}/
 DISTNAME=	kirei-fpdns-${GITVERSION}
 
 MAINTAINER=	dougb@FreeBSD.org



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