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

sean at macports.org sean at macports.org
Fri Nov 29 14:54:27 PST 2013


Revision: 114121
          https://trac.macports.org/changeset/114121
Author:   sean at macports.org
Date:     2013-11-29 14:54:27 -0800 (Fri, 29 Nov 2013)
Log Message:
-----------
hgview{,-devel}: fix livecheck

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

Modified: trunk/dports/devel/hgview/Portfile
===================================================================
--- trunk/dports/devel/hgview/Portfile	2013-11-29 22:42:37 UTC (rev 114120)
+++ trunk/dports/devel/hgview/Portfile	2013-11-29 22:54:27 UTC (rev 114121)
@@ -39,6 +39,10 @@
 python.versions     27
 python.link_binaries_suffix
 
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     >${name}-(\[0-9.\]+)${extract.suffix}
+
 post-patch {
     reinplace -W $worksrcpath "s,pyrcc4,pyrcc4-2.7," setup.py
     reinplace -W $worksrcpath "s,pyrcc4,pyrcc4-2.7," hgviewlib/qt4/__init__.py
@@ -57,6 +61,7 @@
     hg.url          http://hg.logilab.org/master/hgview/
     hg.tag          b115909fe347
     conflicts       ${name}
+    livecheck.type  none
 }
 
 notes               "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131129/96f92134/attachment.html>


More information about the macports-changes mailing list