Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2018 00:57:45 +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: r479265 - head/science/namd
Message-ID:  <201809090057.w890vjiZ019437@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Sep  9 00:57:45 2018
New Revision: 479265
URL: https://svnweb.freebsd.org/changeset/ports/479265

Log:
  science/namd: Change LICENSE_PERMS: no redistribution is allowed.

Modified:
  head/science/namd/Makefile

Modified: head/science/namd/Makefile
==============================================================================
--- head/science/namd/Makefile	Sun Sep  9 00:56:55 2018	(r479264)
+++ head/science/namd/Makefile	Sun Sep  9 00:57:45 2018	(r479265)
@@ -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=	auto-accept dist-mirror pkg-mirror
+LICENSE_PERMS=	no-auto-accept no-dist-mirror no-pkg-mirror # No redistribution is allowed.
 
 ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	Not clear if it can be built on other architectures



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