[101378] trunk/dports/python/py-six/Portfile

g5pw at macports.org g5pw at macports.org
Wed Jan 9 14:13:04 PST 2013


Revision: 101378
          https://trac.macports.org/changeset/101378
Author:   g5pw at macports.org
Date:     2013-01-09 14:13:04 -0800 (Wed, 09 Jan 2013)
Log Message:
-----------
python/py-six:
  fix livecheck

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

Modified: trunk/dports/python/py-six/Portfile
===================================================================
--- trunk/dports/python/py-six/Portfile	2013-01-09 22:09:56 UTC (rev 101377)
+++ trunk/dports/python/py-six/Portfile	2013-01-09 22:13:04 UTC (rev 101378)
@@ -27,6 +27,10 @@
 
 python.versions     24 25 26 27 31 32
 
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+if {${name} != ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "six-(\\d+(\\.\\d+){2})${extract.suffix}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130109/a7200667/attachment.html>


More information about the macports-changes mailing list