Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 07:01:40 +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: r479365 - head/science/msms
Message-ID:  <201809100701.w8A71eaN047780@repo.freebsd.org>

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



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