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

cal at macports.org cal at macports.org
Sun Mar 10 10:50:22 PDT 2013


Revision: 103944
          https://trac.macports.org/changeset/103944
Author:   cal at macports.org
Date:     2013-03-10 10:50:22 -0700 (Sun, 10 Mar 2013)
Log Message:
-----------
py-x2go: py-distribute is a build 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 17:33:57 UTC (rev 103943)
+++ trunk/dports/python/py-x2go/Portfile	2013-03-10 17:50:22 UTC (rev 103944)
@@ -29,10 +29,10 @@
 python.default_version 27
 
 if {${subport} != ${name}} {
-    livecheck.type      none
-    depends_lib-append  port:py${python.version}-distribute
+    livecheck.type          none
+    depends_build-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/a8dcdb1e/attachment.html>


More information about the macports-changes mailing list