[101562] trunk/dports/python

jmr at macports.org jmr at macports.org
Sun Jan 13 15:41:07 PST 2013


Revision: 101562
          https://trac.macports.org/changeset/101562
Author:   jmr at macports.org
Date:     2013-01-13 15:41:07 -0800 (Sun, 13 Jan 2013)
Log Message:
-----------
py*-mx-base: unify, indicate license is GPL-conflicting

Modified Paths:
--------------
    trunk/dports/python/py-mx-base/Portfile

Added Paths:
-----------
    trunk/dports/python/py-mx-base/

Removed Paths:
-------------
    trunk/dports/python/py25-mx-base/
    trunk/dports/python/py26-mx-base/
    trunk/dports/python/py27-mx-base/

Modified: trunk/dports/python/py-mx-base/Portfile
===================================================================
--- trunk/dports/python/py27-mx-base/Portfile	2013-01-13 20:59:06 UTC (rev 101547)
+++ trunk/dports/python/py-mx-base/Portfile	2013-01-13 23:41:07 UTC (rev 101562)
@@ -2,12 +2,13 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
-name                py27-mx-base
+name                py-mx-base
 version             3.2.4
 platforms           darwin
-license             Permissive
+license             Permissive GPLConflict
+# GPL-conflicting due to choice of law clause.
 #http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
 maintainers         nomaintainer
 
@@ -25,6 +26,13 @@
 checksums           rmd160  4ba81b9e7157e44371987df0e638b6ebeb513d4c \
                     sha256  bfbb9519994c33e470d58b0c7b8167e25ce7a1bbf24f2533ea1e1cc235c570f0
 
-livecheck.type      regex
-livecheck.url       ${homepage}
-livecheck.regex     Version: (\[0-9\\.\]+)
+python.versions     24 25 26 27
+python.default_version 27
+
+if {$subport != $name} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${homepage}
+    livecheck.regex     Version: (\[0-9\\.\]+)
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130113/7eb37ca1/attachment.html>


More information about the macports-changes mailing list