[87113] trunk/dports/python/py-pyxg/Portfile

snc at macports.org snc at macports.org
Thu Nov 10 12:54:24 PST 2011


Revision: 87113
          http://trac.macports.org/changeset/87113
Author:   snc at macports.org
Date:     2011-11-10 12:54:24 -0800 (Thu, 10 Nov 2011)
Log Message:
-----------
py-pyxg: fix livecheck

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

Modified: trunk/dports/python/py-pyxg/Portfile
===================================================================
--- trunk/dports/python/py-pyxg/Portfile	2011-11-10 20:53:51 UTC (rev 87112)
+++ trunk/dports/python/py-pyxg/Portfile	2011-11-10 20:54:24 UTC (rev 87113)
@@ -46,7 +46,9 @@
     if {${python.version} == 25 || ${python.version} == 26 || ${python.version} == 27} {
         depends_lib-append  port:py${python.version}-pyobjc-cocoa
     }
+
+    livecheck.type      none
+} else {
+    livecheck.url   http://github.com/pyxg/pyxg/downloads
+    livecheck.regex "PyXG-(\\d+\\.\\d+(\\.\\d+)?)"
 }
-
-livecheck.url   http://github.com/pyxg/pyxg/downloads
-livecheck.regex "PyXG-(\\d+\\.\\d+(\\.\\d+)?)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111110/7f9bc09c/attachment.html>


More information about the macports-changes mailing list