py-anyjson: use a better livecheck regex.
--- 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}"