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

jmr at macports.org jmr at macports.org
Mon Jul 11 06:01:52 PDT 2011


Revision: 80391
          http://trac.macports.org/changeset/80391
Author:   jmr at macports.org
Date:     2011-07-11 06:01:51 -0700 (Mon, 11 Jul 2011)
Log Message:
-----------
remove unnecessary backslashes

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-11 12:57:16 UTC (rev 80390)
+++ trunk/base/portmgr/jobs/port_binary_distributable.tcl	2011-07-11 13:01:51 UTC (rev 80391)
@@ -20,33 +20,33 @@
 
 set check_deptypes {depends_build depends_lib}
 
-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 \
+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}
 foreach lic $good_licenses {
     set license_good($lic) 1
 }
 # keep these values sorted
 array set license_conflicts \
-    {agpl {cecill gpl} \
-    apache {cecill gpl} \
-    apsl {cecill gpl} \
-    cpl {cecill gpl} \
-    cecill {agpl apache apsl cpl ibmpl mpl openssl php qpl ssleay zpl-1} \
-    freetype {gpl-2} \
-    gpl {agpl apache apsl cpl ibmpl mpl openssl php qpl ssleay zpl-1} \
+    {agpl {cecill gpl}
+    apache {cecill gpl}
+    apsl {cecill gpl}
+    cpl {cecill gpl}
+    cecill {agpl apache apsl cpl ibmpl mpl openssl php qpl ssleay zpl-1}
+    freetype {gpl-2}
+    gpl {agpl apache apsl cpl ibmpl mpl openssl php qpl ssleay zpl-1}
     gpl-1 {gpl-3 gpl-3+ lgpl-3 lgpl-3+}
-    gpl-2 {freetype gpl-3 gpl-3+ lgpl-3 lgpl-3+} \
-    gpl-3 {gpl-1 gpl-2} \
-    gpl-3+ {gpl-1 gpl-2} \
-    ibmpl {cecill gpl} \
-    lgpl-3 {gpl-1 gpl-2} \
-    lgpl-3+ {gpl-1 gpl-2} \
-    mpl {cecill gpl} \
-    openssl {cecill gpl} \
-    php {cecill gpl} \
-    qpl {cecill gpl} \
+    gpl-2 {freetype gpl-3 gpl-3+ lgpl-3 lgpl-3+}
+    gpl-3 {gpl-1 gpl-2}
+    gpl-3+ {gpl-1 gpl-2}
+    ibmpl {cecill gpl}
+    lgpl-3 {gpl-1 gpl-2}
+    lgpl-3+ {gpl-1 gpl-2}
+    mpl {cecill gpl}
+    openssl {cecill gpl}
+    php {cecill gpl}
+    qpl {cecill gpl}
     ssleay {cecill gpl}
     zpl-1 {cecill gpl}}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110711/4f654935/attachment.html>


More information about the macports-changes mailing list