[83415] trunk/dports/python/py-anyjson/Portfile
blair at macports.org
blair at macports.org
Wed Aug 31 16:07:05 PDT 2011
Revision: 83415
http://trac.macports.org/changeset/83415
Author: blair at macports.org
Date: 2011-08-31 16:07:05 -0700 (Wed, 31 Aug 2011)
Log Message:
-----------
py-anyjson: use a better livecheck regex.
Modified Paths:
--------------
trunk/dports/python/py-anyjson/Portfile
Modified: trunk/dports/python/py-anyjson/Portfile
===================================================================
--- trunk/dports/python/py-anyjson/Portfile 2011-08-31 23:06:09 UTC (rev 83414)
+++ trunk/dports/python/py-anyjson/Portfile 2011-08-31 23:07:05 UTC (rev 83415)
@@ -38,5 +38,5 @@
}
livecheck.type regex
-livecheck.url http://pypi.python.org/pypi/anyjson
-livecheck.regex {anyjson ([0-9]+\.[0-9]+(?:\.[0-9]+)?)}
+livecheck.url ${master_sites}
+livecheck.regex "anyjson-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110831/e406c4cc/attachment.html>
More information about the macports-changes
mailing list