svn commit: r432418 - head/sysutils/py-iocage

Ben Woods woodsb02 at gmail.com
Wed Jan 25 14:53:31 UTC 2017


> On 25 Jan 2017, at 10:46 pm, Bartek Rutkowski <robak at FreeBSD.org> wrote:
> 
> Author: robak
> Date: Wed Jan 25 14:46:52 2017
> New Revision: 432418
> URL: https://svnweb.freebsd.org/changeset/ports/432418
> ...
> 
> USE_GITHUB=    yes
> -GH_ACCOUNT=    iocage
> -GH_PROJECT=    iocage
> -GH_TAGNAME=    6175e93
> +GH_ACCOUNT=    ${PORTNAME}
> +GH_PROJECT=    ${PORTNAME}


Hi robak,

GH_ACOUNT and GH_PROJECT actually default to PORTNAME, so there is no need to set these variables at all in the Makefile.
USE_GITHUB=yes is sufficient.

https://svnweb.freebsd.org/ports/head/Mk/bsd.sites.mk?revision=431059&view=markup#l412

Regards,
Ben


More information about the svn-ports-all mailing list