Modified: trunk/dports/python/py-tz/Portfile (132511 => 132512)
--- 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