svn commit: r423922 - in head/security: . ngrok

Kris Moore kmoore at freebsd.org
Thu Oct 13 14:59:47 UTC 2016


On 10/13/2016 10:42, Mathieu Arnold wrote:
> Le 13/10/2016 à 16:31, Kris Moore a écrit :
>> +PORTNAME=	ngrok
>> +PORTVERSION=	2.1.14
>> +CATEGORIES=	security
>> +MASTER_SITES=	https://bin.equinox.io/c/4VmDzA7iaHb/
>> +DISTNAME=	${PORTNAME}-stable-freebsd-${NGROK_ARCH}
>>
> The DISTNAME seems to not have PORTVERSION in it. It means that when the
> software is updated, there will be a second distfile with the same name,
> which is a bad thing.  For those case, you should add:
>
> DIST_SUBDIR= ${PORTNAME}/${PORTVERSIONS}
>
> or something, so that there cannot be two different files with the same
> name.
>
>
Good catch! I've added that now.



More information about the svn-ports-head mailing list