From owner-svn-ports-head@FreeBSD.ORG Thu Apr 2 07:47:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 3A05DA9D; Thu, 2 Apr 2015 07:47:49 +0000 (UTC) Date: Thu, 2 Apr 2015 07:47:49 +0000 From: Alexey Dokuchaev To: Bartek Rutkowski Subject: Re: svn commit: r382962 - head/graphics/npretty Message-ID: <20150402074749.GA23362@FreeBSD.org> References: <201504012212.t31MChrq038401@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201504012212.t31MChrq038401@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 07:47:49 -0000 On Wed, Apr 01, 2015 at 10:12:43PM +0000, Bartek Rutkowski wrote: > New Revision: 382962 > URL: https://svnweb.freebsd.org/changeset/ports/382962 > > [...] > +PORTVERSION= 0.9.3.1 > [...] > +USE_GITHUB= yes > +GH_ACCOUNT= gammy > +GH_TAGNAME= n0.9.3-1 Perhaps using DISTVERSION=0.9.3-1 and GH_TAGNAME=n${DISTVERSION} would allow you to avoid hardcoding version number twice. PORTVERSION would remain the same (0.9.3.1, derived automagically from DISTVERSION). ./danfe