[127791] trunk/dports/devel/mercurial/Portfile

sean at macports.org sean at macports.org
Mon Nov 3 23:34:13 PST 2014


Revision: 127791
          https://trac.macports.org/changeset/127791
Author:   sean at macports.org
Date:     2014-11-03 23:34:13 -0800 (Mon, 03 Nov 2014)
Log Message:
-----------
mercurial-devel: update to newest commit

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

Modified: trunk/dports/devel/mercurial/Portfile
===================================================================
--- trunk/dports/devel/mercurial/Portfile	2014-11-04 07:34:09 UTC (rev 127790)
+++ trunk/dports/devel/mercurial/Portfile	2014-11-04 07:34:13 UTC (rev 127791)
@@ -43,15 +43,14 @@
 build.target        all PYTHON=${python.bin}
 
 subport mercurial-devel {
-    bitbucket.setup     seanfarley mercurial c1ae0b2c1719
+    bitbucket.setup     seanfarley mercurial 30e0dcd7c5ff
     name                mercurial-devel
-    version             3.1.99
-    revision            7
+    version             3.2.99
 
     conflicts           mercurial
 
-    checksums           rmd160  7a954730309ddfdb6039fa24c8c46d53671e643f \
-                        sha256  ce3e7b22f0746e0af1bc809ed8e032ad49b346d8c8e0965988648366bfe24832
+    checksums           rmd160  ecf385e0f1ed9e6ff863dcbe508cd572dde732a1 \
+                        sha256  f45cf86f8d7b8b55e4d38a9caf6665fd3d56785171e18a08f77554902a7945df
 }
 
 post-destroot {
@@ -78,7 +77,9 @@
     xinstall -d -m 755 ${destroot}${prefix}/share/mercurial
     file copy ${worksrcpath}/contrib ${destroot}${prefix}/share/mercurial/contrib
 
-    file copy ${worksrcpath}/contrib/mergetools.hgrc ${destroot}${prefix}/etc/mercurial/hgrc.d/mergetools.rc
+    if {[string first "-devel" $subport] == 0} {
+        file copy ${worksrcpath}/contrib/mergetools.hgrc ${destroot}${prefix}/etc/mercurial/hgrc.d/mergetools.rc
+    }
 
     # copy hgweb.cgi hgwebdir.cgi
     file copy ${worksrcpath}/hgweb.cgi ${destroot}${prefix}/share/mercurial/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141103/fc1cc32c/attachment.html>


More information about the macports-changes mailing list