Revision: 83415 http://trac.macports.org/changeset/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: -------------- 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}"
participants (1)
-
blair@macports.org