svn commit: r479264 - head/net/charm

Yuri Victorovich yuri at FreeBSD.org
Sun Sep 9 00:56:56 UTC 2018


Author: yuri
Date: Sun Sep  9 00:56:55 2018
New Revision: 479264
URL: https://svnweb.freebsd.org/changeset/ports/479264

Log:
  net/charm: Change LICENSE_PERMS: no redistribution is allowed.
  
  Reported by:	adamw

Modified:
  head/net/charm/Makefile

Modified: head/net/charm/Makefile
==============================================================================
--- head/net/charm/Makefile	Sat Sep  8 23:28:21 2018	(r479263)
+++ head/net/charm/Makefile	Sun Sep  9 00:56:55 2018	(r479264)
@@ -13,7 +13,7 @@ COMMENT=	Message-passing parallel language and runtime
 LICENSE=	CHARMPP_CONVERSE_LICENSE
 LICENSE_NAME=	Charm++/Converse License
 LICENSE_FILE=	${WRKSRC}/LICENSE
-LICENSE_PERMS=	auto-accept dist-mirror pkg-mirror
+LICENSE_PERMS=	no-auto-accept no-dist-mirror no-pkg-mirror # No redistribution is allowed.
 
 ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	Not clear if it can be built on other architectures


More information about the svn-ports-head mailing list