Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jan 2017 07:55:39 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430772 - head/Mk
Message-ID:  <201701070755.v077tdaB060950@repo.freebsd.org>

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



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