Revision
83415
Author
blair@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

Diff

Modified: trunk/dports/python/py-anyjson/Portfile (83414 => 83415)


--- 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}"