Revision
140120
Author
sean@macports.org
Date
2015-09-09 14:27:44 -0700 (Wed, 09 Sep 2015)

Log Message

mercurial-devel: update to newest commit

Modified Paths

Diff

Modified: trunk/dports/devel/mercurial/Portfile (140119 => 140120)


--- trunk/dports/devel/mercurial/Portfile	2015-09-09 21:27:42 UTC (rev 140119)
+++ trunk/dports/devel/mercurial/Portfile	2015-09-09 21:27:44 UTC (rev 140120)
@@ -43,15 +43,19 @@
 build.target        all PYTHON=${python.bin}
 
 subport mercurial-devel {
-    bitbucket.setup     seanfarley mercurial a74e9806d17d
+    bitbucket.setup     seanfarley mercurial ab1c6e4efda4
     name                mercurial-devel
-    version             3.4.99
-    revision            3
+    version             3.5.99
+    revision            0
 
     conflicts           mercurial
 
-    checksums           rmd160  a31539466ce7707283b21db53b083992fc629d1b \
-                        sha256  1588a1db54545b670eefebc77489c56bcf173997d685ac7d0b852ff45b2e9b42
+    checksums           rmd160  f7352a4ad5acffaafd7608dac29e8a428a0efc6d \
+                        sha256  ac0d10393092b08dbbdc0f2934569ff51b3c6854988a91d72cd341b1bac350d2
+
+    post-extract {
+        reinplace "s,A list of merge success-checking options::,A list of merge success-checking options:," ${worksrcpath}/mercurial/help/config.txt
+    }
 }
 
 post-destroot {