Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 06:59:36 +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: r479364 - head/science/namd
Message-ID:  <201809100659.w8A6xaxx045912@repo.freebsd.org>

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



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