svn commit: r357945 - head/Mk

Thomas Zander riggs at FreeBSD.org
Mon Jun 16 05:45:15 UTC 2014


Author: riggs
Date: Mon Jun 16 05:45:15 2014
New Revision: 357945
URL: http://svnweb.freebsd.org/changeset/ports/357945
QAT: https://qat.redports.org/buildarchive/r357945/

Log:
  - Rewrite explanation of LICENSE_PERM components (dist-mirror dist-sell
    pkg-mirror pkg-sell auto-accept) to make it more clear to the reader
  
  PR:		186662
  Submitted by:	riggs
  Reviewed by:	bapt, mentors
  Approved by:	portmgr (bapt), mentors (implicit)

Modified:
  head/Mk/bsd.licenses.mk

Modified: head/Mk/bsd.licenses.mk
==============================================================================
--- head/Mk/bsd.licenses.mk	Mon Jun 16 04:49:16 2014	(r357944)
+++ head/Mk/bsd.licenses.mk	Mon Jun 16 05:45:15 2014	(r357945)
@@ -91,15 +91,19 @@ Licenses_Include_MAINTAINER=         por
 # LICENSE_GROUPS.
 #
 # Available components for LICENSE_PERMS:
-# dist-mirror	- No free redistribution of distfile (like FTP mirroring; RESTRICTED).
-# dist-sell		- No selling of distfile (like in CD-ROM; NO_CDROM).
-# pkg-mirror	- No free redistribution of package (like FTP upload; NO_PACKAGE).
-# pkg-sell		- No selling of package (like in CD-ROM; NO_CDROM).
-# auto-accept	- If license is accepted by default, without presented
+# dist-mirror	- Redistribution of distfile is permitted
+# 				  (like FTP mirroring; port is not RESTRICTED).
+# dist-sell		- Selling of distfile, e.g. on CD-ROM is permitted
+# 				  (port does not need to set NO_CDROM).
+# pkg-mirror	- Free redistribution of package is permitted
+# 				  (like FTP upload; port does not set NO_PACKAGE).
+# pkg-sell		- Selling of package is permitted, e.g. on CD-ROM.
+# auto-accept	- License is accepted by default, without presented
 # 				  agreement, unless the user defines LICENSES_ASK.
 #
 # Notes about permissions:
-# - Permissions use a default-deny policy.
+# - Permissions use a default-deny policy (e.g. not setting "dist-mirror"
+#   means it is automatically excluded).
 # - Components can be negated by prefixing them with "no-" (like
 #   "no-pkg-sell").
 # - In case a component is present and also excluded (i.e. no-dist-sell and


More information about the svn-ports-head mailing list