[80410] trunk/base/portmgr/jobs/port_binary_distributable.tcl

jmr at macports.org jmr at macports.org
Tue Jul 12 05:55:54 PDT 2011


Revision: 80410
          http://trac.macports.org/changeset/80410
Author:   jmr at macports.org
Date:     2011-07-12 05:55:53 -0700 (Tue, 12 Jul 2011)
Log Message:
-----------
add Restrictive/Distributable to distributable license list

Modified Paths:
--------------
    trunk/base/portmgr/jobs/port_binary_distributable.tcl

Modified: trunk/base/portmgr/jobs/port_binary_distributable.tcl
===================================================================
--- trunk/base/portmgr/jobs/port_binary_distributable.tcl	2011-07-12 12:26:17 UTC (rev 80409)
+++ trunk/base/portmgr/jobs/port_binary_distributable.tcl	2011-07-12 12:55:53 UTC (rev 80410)
@@ -20,10 +20,17 @@
 
 set check_deptypes {depends_build depends_lib}
 
+
+# Notes:
+# 'Restrictive/Distributable' means a non-free license that nonetheless allows
+# distributing binaries.
+# 'Restrictive' means a non-free license that does not allow distributing
+# binaries, and is thus not in the list.
 set good_licenses {agpl apache apsl artistic boost bsd cecill cpl curl
                    fontconfig freebsd freetype gfdl gpl ibmpl ijg jasper
                    lgpl libpng mit mpl openssl php psf qpl public-domain
-                   ruby sleepycat ssleay x11 zlib zpl}
+                   restrictive/distributable ruby sleepycat ssleay x11 zlib
+                   zpl}
 foreach lic $good_licenses {
     set license_good($lic) 1
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110712/1b8ad9b1/attachment-0001.html>


More information about the macports-changes mailing list