Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 07:03:46 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479366 - head/net/charm
Message-ID:  <201809100703.w8A73kwT050954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809100703.w8A73kwT050954>