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

Mathieu Arnold mat at FreeBSD.org
Thu Oct 13 14:42:12 UTC 2016


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.


-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20161013/4c24fffe/attachment.sig>


More information about the svn-ports-all mailing list