[75132] trunk/dports/devel/mercurial

snc at macports.org snc at macports.org
Sat Jan 15 18:26:56 PST 2011


Revision: 75132
          http://trac.macports.org/changeset/75132
Author:   snc at macports.org
Date:     2011-01-15 18:26:49 -0800 (Sat, 15 Jan 2011)
Log Message:
-----------
mercurial:
 * update to 1.7.3, #27854
 * maintainer timeout

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

Added Paths:
-----------
    trunk/dports/devel/mercurial/files/
    trunk/dports/devel/mercurial/files/hgrc

Modified: trunk/dports/devel/mercurial/Portfile
===================================================================
--- trunk/dports/devel/mercurial/Portfile	2011-01-16 02:15:01 UTC (rev 75131)
+++ trunk/dports/devel/mercurial/Portfile	2011-01-16 02:26:49 UTC (rev 75132)
@@ -5,8 +5,9 @@
 PortGroup           python26 1.0
 
 name                mercurial
-version             1.7.2
+version             1.7.3
 categories          devel python
+license             GPLv2+
 maintainers         deric
 description         A fast, lightweight, distributed SCM system written in \
                     Python.
@@ -26,11 +27,19 @@
 homepage            http://www.selenic.com/mercurial/
 platforms           darwin
 master_sites        http://mercurial.selenic.com/release/
-checksums           md5     e9e99a0a20ded8f6d9463ffb94021b12 \
-                    sha1    808b009ce4cbba1c6bfe601b9d34dcdb55b69c5e \
-                    rmd160  492131a443103b1d5a7cb340c7d216b544fe8c8b
+checksums           md5     1d635ad307fa20a5e9c6afba6145a73b \
+                    sha1    32b513e194f1687910caae5b0bb2a0736abb9a3a
 
+depends_run         port:curl-ca-bundle
+
 post-destroot {
+    # configure ssl certificates
+    xinstall -d -m 755 ${destroot}${prefix}/etc/mercurial
+    xinstall -m 644 ${filespath}/hgrc \
+        ${destroot}${prefix}/etc/mercurial/hgrc
+    reinplace "s|%%PREFIX%%|${prefix}|g" \
+        ${destroot}${prefix}/etc/mercurial/hgrc
+
     # install html docs
     xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgrc.5.html hgignore.5.html \
             ${destroot}${prefix}/share/doc/${name}

Added: trunk/dports/devel/mercurial/files/hgrc
===================================================================
--- trunk/dports/devel/mercurial/files/hgrc	                        (rev 0)
+++ trunk/dports/devel/mercurial/files/hgrc	2011-01-16 02:26:49 UTC (rev 75132)
@@ -0,0 +1,2 @@
+[web]
+cacerts = %%PREFIX%%/share/curl/curl-ca-bundle.crt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110115/0443fd05/attachment.html>


More information about the macports-changes mailing list