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

sean at macports.org sean at macports.org
Fri Nov 15 13:52:56 PST 2013


Revision: 113424
          https://trac.macports.org/changeset/113424
Author:   sean at macports.org
Date:     2013-11-15 13:52:55 -0800 (Fri, 15 Nov 2013)
Log Message:
-----------
hgview: add devel version

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

Modified: trunk/dports/devel/hgview/Portfile
===================================================================
--- trunk/dports/devel/hgview/Portfile	2013-11-15 21:52:51 UTC (rev 113423)
+++ trunk/dports/devel/hgview/Portfile	2013-11-15 21:52:55 UTC (rev 113424)
@@ -30,13 +30,25 @@
 checksums           rmd160  3f9b3bcebfceef84413c501eb037c6ab43c9a0e1 \
                     sha256  633862c3a2313e5f2432f19b9da9fa19a1ca8f2f2cd0b86df019832e86afc001
 
+conflicts           ${name}-devel
+
 python.versions     27
 python.link_binaries_suffix
 
 post-extract {
     reinplace -W $worksrcpath "s,pyrcc4,pyrcc4-2.7," setup.py
+    reinplace -W $worksrcpath "s,pyrcc4,pyrcc4-2.7," hgviewlib/qt4/__init__.py
+    reinplace -W $worksrcpath "s,pyuic4,pyuic4-2.7," hgviewlib/qt4/hgdialogmixin.py
 }
 
+subport ${name}-devel {
+    version         1.7.99
+    fetch.type      hg
+    hg.url          http://hg.logilab.org/master/hgview/
+    hg.tag          b115909fe347
+    conflicts       ${name}
+}
+
 notes               "
 To enable ${name}, add the following to your ~/.hgrc:
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131115/f6eb1255/attachment.html>


More information about the macports-changes mailing list