[103942] trunk/dports/python/py-x2go/Portfile

cal at macports.org cal at macports.org
Sun Mar 10 10:12:17 PDT 2013


Revision: 103942
          https://trac.macports.org/changeset/103942
Author:   cal at macports.org
Date:     2013-03-10 10:12:17 -0700 (Sun, 10 Mar 2013)
Log Message:
-----------
py-x2go: add missing py-distribute dependency

Modified Paths:
--------------
    trunk/dports/python/py-x2go/Portfile

Modified: trunk/dports/python/py-x2go/Portfile
===================================================================
--- trunk/dports/python/py-x2go/Portfile	2013-03-10 15:15:20 UTC (rev 103941)
+++ trunk/dports/python/py-x2go/Portfile	2013-03-10 17:12:17 UTC (rev 103942)
@@ -29,9 +29,10 @@
 python.default_version 27
 
 if {${subport} != ${name}} {
-    livecheck.type  none
+    livecheck.type      none
+    depends_lib-append  port:py${python.version}-distribute
 } else {
-    livecheck.type  regex
-    livecheck.url   ${master_sites}
-    livecheck.regex "python-x2go-(\\d+(?:\\.\\d)*)[quotemeta ${extract.suffix}]<"
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "python-x2go-(\\d+(?:\\.\\d)*)[quotemeta ${extract.suffix}]<"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130310/845e6bc1/attachment.html>


More information about the macports-changes mailing list