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

jmr at macports.org jmr at macports.org
Mon Jul 11 04:36:22 PDT 2011


Revision: 80386
          http://trac.macports.org/changeset/80386
Author:   jmr at macports.org
Date:     2011-07-11 04:36:21 -0700 (Mon, 11 Jul 2011)
Log Message:
-----------
GPLv3 conflicts with older GPL versions without "any later version"

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 11:03:46 UTC (rev 80385)
+++ trunk/base/portmgr/jobs/port_binary_distributable.tcl	2011-07-11 11:36:21 UTC (rev 80386)
@@ -36,8 +36,13 @@
     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-2 {freetype} \
+    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} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110711/412a4120/attachment.html>


More information about the macports-changes mailing list