[132472] trunk/dports/devel/hgview/Portfile

sean at macports.org sean at macports.org
Sun Feb 1 20:41:59 PST 2015


Revision: 132472
          https://trac.macports.org/changeset/132472
Author:   sean at macports.org
Date:     2015-02-01 20:41:59 -0800 (Sun, 01 Feb 2015)
Log Message:
-----------
hgview: fix livecheck url

Modified Paths:
--------------
    trunk/dports/devel/hgview/Portfile

Modified: trunk/dports/devel/hgview/Portfile
===================================================================
--- trunk/dports/devel/hgview/Portfile	2015-02-02 01:57:04 UTC (rev 132471)
+++ trunk/dports/devel/hgview/Portfile	2015-02-02 04:41:59 UTC (rev 132472)
@@ -39,8 +39,8 @@
 python.link_binaries_suffix
 
 livecheck.type      regex
-livecheck.url       [lindex ${master_sites} 0]
-livecheck.regex     >${name}-(\[0-9.\]+)${extract.suffix}
+livecheck.url       http://pypi.python.org/pypi/hgview
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
 
 post-patch {
     reinplace -W $worksrcpath "s,pyrcc4,pyrcc4-2.7," setup.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150201/3769b21d/attachment.html>


More information about the macports-changes mailing list