svn commit: r430772 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Sat Jan 7 07:55:40 UTC 2017


Author: antoine
Date: Sat Jan  7 07:55:39 2017
New Revision: 430772
URL: https://svnweb.freebsd.org/changeset/ports/430772

Log:
  Do not auto accept the "NONE" license as we can't distribute packages or sources
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.licenses.db.mk

Modified: head/Mk/bsd.licenses.db.mk
==============================================================================
--- head/Mk/bsd.licenses.db.mk	Sat Jan  7 07:36:19 2017	(r430771)
+++ head/Mk/bsd.licenses.db.mk	Sat Jan  7 07:55:39 2017	(r430772)
@@ -387,7 +387,7 @@ _LICENSE_GROUPS_RUBY=	FSF
 
 _LICENSE_NAME_NONE=	No license specified
 _LICENSE_GROUPS_NONE=	# empty
-_LICENSE_PERMS_NONE=	auto-accept
+_LICENSE_PERMS_NONE=	# empty
 
 _LICENSE_NAME_ZLIB=		zlib License
 _LICENSE_GROUPS_ZLIB=	GPL FSF OSI


More information about the svn-ports-all mailing list