svn commit: r479365 - head/science/msms

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 10 07:01:41 UTC 2018


Author: yuri
Date: Mon Sep 10 07:01:40 2018
New Revision: 479365
URL: https://svnweb.freebsd.org/changeset/ports/479365

Log:
  science/msms: Remove RESTRICTED, change LICENSE_PERMS to none
  
  Reported by:	mat

Modified:
  head/science/msms/Makefile

Modified: head/science/msms/Makefile
==============================================================================
--- head/science/msms/Makefile	Mon Sep 10 06:59:36 2018	(r479364)
+++ head/science/msms/Makefile	Mon Sep 10 07:01:40 2018	(r479365)
@@ -12,12 +12,10 @@ COMMENT=	Program to efficiently compute molecular surf
 LICENSE=	MSMS_LICENSE
 LICENSE_NAME=	MSMS License
 LICENSE_FILE=	${WRKDIR}/license.txt
-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, only for use by individuals
 
 ONLY_FOR_ARCHS=		amd64 i386
 ONLY_FOR_ARCHS_REASON=	Binaries available only for ${ONLY_FOR_ARCHS}.
-
-RESTRICTED=	No commercial use, only for use by individuals
 
 NO_BUILD=	yes
 


More information about the svn-ports-head mailing list