Revision: 132512 https://trac.macports.org/changeset/132512 Author: ram@macports.org Date: 2015-02-02 13:43:56 -0800 (Mon, 02 Feb 2015) Log Message: ----------- python/py-tz: fix livecheck Modified Paths: -------------- trunk/dports/python/py-tz/Portfile Modified: trunk/dports/python/py-tz/Portfile =================================================================== --- trunk/dports/python/py-tz/Portfile 2015-02-02 21:09:22 UTC (rev 132511) +++ trunk/dports/python/py-tz/Portfile 2015-02-02 21:43:56 UTC (rev 132512) @@ -17,7 +17,7 @@ pytz brings the Olson tz database into Python. This library allows \ accurate and cross platform timezone calculations. -homepage http://pytz.sourceforge.net/ +homepage https://pypi.python.org/pypi/pytz master_sites http://cheeseshop.python.org/packages/source/p/pytz/ distname ${my_name}-${version} #use_zip yes @@ -39,7 +39,7 @@ if {${name} eq ${subport}} { conflicts py-tz-gae livecheck.type regex - livecheck.url ${master_sites}?C=M&O=D + livecheck.url ${homepage} livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*) } else { conflicts py${python.version}-tz-gae