svn commit: r479364 - head/science/namd

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 10 06:59:37 UTC 2018


Author: yuri
Date: Mon Sep 10 06:59:36 2018
New Revision: 479364
URL: https://svnweb.freebsd.org/changeset/ports/479364

Log:
  science/namd: Remove RESTRICTED because LICENSE_PERMS is restrictive
  
  Reported by:	mat

Modified:
  head/science/namd/Makefile

Modified: head/science/namd/Makefile
==============================================================================
--- head/science/namd/Makefile	Mon Sep 10 06:27:19 2018	(r479363)
+++ head/science/namd/Makefile	Mon Sep 10 06:59:36 2018	(r479364)
@@ -11,7 +11,7 @@ COMMENT=	Computer software for molecular dynamics simu
 LICENSE=	NAMD_MOLECULAR_DYNAMICS_LICENSE
 LICENSE_NAME=	NAMD Molecular Dynamics Software
 LICENSE_FILE=	${WRKSRC}/license.txt
-LICENSE_PERMS=	no-auto-accept no-dist-mirror no-pkg-mirror # No redistribution is allowed.
+LICENSE_PERMS=	no-auto-accept no-dist-mirror no-pkg-mirror # No redistribution is allowed, 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
@@ -21,8 +21,6 @@ BUILD_DEPENDS=	bash:shells/bash \
 		${LOCALBASE}/include/fftw3.h:math/fftw3
 LIB_DEPENDS=	libck.so:net/charm \
 		libfftw3f.so:math/fftw3-float
-
-RESTRICTED=	No commercial use: commercial use requires a commercial license
 
 USES=		fortran gmake localbase:ldflags python:build shebangfix tcl
 SHEBANG_FILES=	config


More information about the svn-ports-head mailing list