svn commit: r512281 - in head/net-mgmt/unifi5: . files

Mathieu Arnold mat at FreeBSD.org
Wed Sep 18 21:27:50 UTC 2019


On Wed, Sep 18, 2019 at 05:37:59PM +0000, Mark Felder wrote:
> -MASTER_SITES=	http://dl.ubnt.com/unifi/${PORTVERSION}/
> +MASTER_SITES=	http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \
> +		https://repo1.maven.org/maven2/%SUBDIR%/:jax
> +MASTER_SITE_SUBDIR=	${PORTVERSION}/:unifi \
> +			javax/activation/${JAX_DISTNAME}/${JAX_VERSION}/:jax

I do not understand this change.  It seems overcomplicated.  This works
as well, and is so much simpler and readable:

MASTER_SITES=	http://dl.ubnt.com/unifi/${PORTVERSION}/:unifi \
		https://repo1.maven.org/maven2/javax/activation/${JAX_DISTNAME}/${JAX_VERSION}/:jax

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20190918/9cc996e4/attachment.sig>


More information about the svn-ports-head mailing list