[146542] trunk/dports/devel

sean at macports.org sean at macports.org
Fri Mar 11 14:55:26 PST 2016


Revision: 146542
          https://trac.macports.org/changeset/146542
Author:   sean at macports.org
Date:     2016-03-11 14:55:26 -0800 (Fri, 11 Mar 2016)
Log Message:
-----------
mercurial-devel: update to newest commit

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

Modified: trunk/dports/devel/chg/Portfile
===================================================================
--- trunk/dports/devel/chg/Portfile	2016-03-11 22:55:25 UTC (rev 146541)
+++ trunk/dports/devel/chg/Portfile	2016-03-11 22:55:26 UTC (rev 146542)
@@ -17,6 +17,8 @@
 checksums           rmd160  dff079a9b65c6d2433d891fc34d2c80497110db0 \
                     sha256  0168443eced2fd922d6d14af1c1d1da7f3ecda990cf2f7dc35098942e024db31
 
+conflicts           mercurial-devel
+
 depends_lib-append  port:python27 \
                     bin:hg:mercurial
 

Modified: trunk/dports/devel/mercurial/Portfile
===================================================================
--- trunk/dports/devel/mercurial/Portfile	2016-03-11 22:55:25 UTC (rev 146541)
+++ trunk/dports/devel/mercurial/Portfile	2016-03-11 22:55:26 UTC (rev 146542)
@@ -43,14 +43,26 @@
 build.target        all PYTHON=${python.bin}
 
 subport mercurial-devel {
-    bitbucket.setup     seanfarley mercurial 8949d73b2e1f
+    bitbucket.setup     seanfarley mercurial 3072ce740945
     name                mercurial-devel
     version             3.7.99
-    revision            1
+    revision            2
 
-    conflicts           mercurial
-    checksums           rmd160  655ff126dd0d388e6af168708a80b9231e67efc7 \
-                        sha256  4a1dce9524525e853b47b198be6f4369cb6809f9cd312e5c5cc8e9e3a3e054c9
+    conflicts           mercurial chg
+    checksums           rmd160  0a3274fd8e8869975dcfc3aa08d099abb4b0ed87 \
+                        sha256  64dfe291daa08df5209a732cd2bbd5bc0d4ce479dce2cea455cd0e0d801026f6
+
+    # chg is not part of core Mercurial
+    post-build {
+        system -W ${worksrcpath}/contrib/chg "${build.cmd} CC=\"${configure.cc} \
+            [get_canonical_archflags]\" CFLAGS=${configure.cflags} \
+            PYTHON=${prefix}/bin/python2.7 HG=${prefix}/bin/hg \
+            HGEXTDIR=${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages/hgext"
+    }
+
+    post-destroot {
+        file copy ${worksrcpath}/contrib/chg/chg ${destroot}${prefix}/bin
+    }
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160311/95f2d772/attachment-0001.html>


More information about the macports-changes mailing list