svn commit: r382962 - head/graphics/npretty

Alexey Dokuchaev danfe at FreeBSD.org
Thu Apr 2 07:47:49 UTC 2015


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


More information about the svn-ports-all mailing list