From owner-svn-ports-all@FreeBSD.ORG Mon Jul 30 20:51:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 58B8F106564A; Mon, 30 Jul 2012 20:51:38 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 43BCD8FC12; Mon, 30 Jul 2012 20:51:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6UKpcai042042; Mon, 30 Jul 2012 20:51:38 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6UKpcwM042040; Mon, 30 Jul 2012 20:51:38 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201207302051.q6UKpcwM042040@svn.freebsd.org> From: Doug Barton Date: Mon, 30 Jul 2012 20:51:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301768 - 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 20:51:38 -0000 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