svn commit: r479366 - head/net/charm

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 10 07:03:47 UTC 2018


Author: yuri
Date: Mon Sep 10 07:03:46 2018
New Revision: 479366
URL: https://svnweb.freebsd.org/changeset/ports/479366

Log:
  net/charm: Remove RESTRICTED, change LICENSE_PERMS to none
  
  Reported by:	mat

Modified:
  head/net/charm/Makefile

Modified: head/net/charm/Makefile
==============================================================================
--- head/net/charm/Makefile	Mon Sep 10 07:01:40 2018	(r479365)
+++ head/net/charm/Makefile	Mon Sep 10 07:03:46 2018	(r479366)
@@ -13,15 +13,13 @@ COMMENT=	Message-passing parallel language and runtime
 LICENSE=	CHARMPP_CONVERSE_LICENSE
 LICENSE_NAME=	Charm++/Converse License
 LICENSE_FILE=	${WRKSRC}/LICENSE
-LICENSE_PERMS=	no-auto-accept no-dist-mirror no-pkg-mirror # No redistribution is allowed.
+LICENSE_PERMS=	none # No redistribution is allowed, no commercial use: commercial use requires a commercial license
 
 ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	Not clear if it can be built on other architectures
 
 FETCH_DEPENDS=	git:devel/git
 BUILD_DEPENDS=	bash:shells/bash
-
-RESTRICTED=	No commercial use: commercial use requires a commercial license
 
 USES=		fortran gmake localbase:ldflags shebangfix
 SHEBANG_GLOB=	*.sh


More information about the svn-ports-all mailing list