[132512] trunk/dports/python/py-tz/Portfile

ram at macports.org ram at macports.org
Mon Feb 2 13:43:56 PST 2015


Revision: 132512
          https://trac.macports.org/changeset/132512
Author:   ram at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150202/f2cd60e8/attachment.html>


More information about the macports-changes mailing list