svn commit: r479336 - head/science/vmd

Yuri Victorovich yuri at FreeBSD.org
Sun Sep 9 21:11:42 UTC 2018


Author: yuri
Date: Sun Sep  9 21:11:41 2018
New Revision: 479336
URL: https://svnweb.freebsd.org/changeset/ports/479336

Log:
  science/vmd: License auto-accept -> no-auto-accept
  
  VMD license requires specific acknowledgement if VMD is used for published results, therefore no auto-accept.

Modified:
  head/science/vmd/Makefile

Modified: head/science/vmd/Makefile
==============================================================================
--- head/science/vmd/Makefile	Sun Sep  9 20:57:26 2018	(r479335)
+++ head/science/vmd/Makefile	Sun Sep  9 21:11:41 2018	(r479336)
@@ -29,7 +29,7 @@ RUN_DEPENDS=	${PYNUMPY}
 RESTRICTED=	No commercial use: commercial use requires a commercial license
 
 LICENSE_FILE_VMD=	${WRKSRC}/LICENSE
-LICENSE_PERMS_VMD=	auto-accept
+LICENSE_PERMS_VMD=	no-auto-accept
 LICENSE_NAME_VMD=	Visual Molecular Dynamics Software License Agreement
 LICENSE_DISTFILES_VMD=	${VMD_DIST}
 


More information about the svn-ports-head mailing list