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

sean at macports.org sean at macports.org
Mon Feb 4 09:12:34 PST 2013


Revision: 102499
          https://trac.macports.org/changeset/102499
Author:   sean at macports.org
Date:     2013-02-04 09:12:34 -0800 (Mon, 04 Feb 2013)
Log Message:
-----------
mercurial: update to 2.5 that uses bitbucket

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

Modified: trunk/dports/devel/mercurial/Portfile
===================================================================
--- trunk/dports/devel/mercurial/Portfile	2013-02-04 17:12:26 UTC (rev 102498)
+++ trunk/dports/devel/mercurial/Portfile	2013-02-04 17:12:34 UTC (rev 102499)
@@ -3,9 +3,9 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           bitbucket 1.0
 
-name                mercurial
-version             2.4
+bitbucket.setup     mirror mercurial 2.5
 categories          devel python
 license             GPL-2+
 maintainers         deric sean
@@ -26,9 +26,8 @@
 
 homepage            http://www.selenic.com/mercurial/
 platforms           darwin
-master_sites        http://mercurial.selenic.com/release/
-checksums           rmd160  14451a60ab38de1c24eb1b4f1f2f3da907fa9dfd \
-                    sha256  388785358881ceb4409baa1b8180c2c84d5f354ea8cef18923dd49100cd52103
+checksums           rmd160  77244b82277c60f262786377b6d364ed6e2bb580 \
+                    sha256  dc271bf9b449326593300bddf906e7da811073e47badf0c54dd3acd088cd4ef0
 depends_run         port:curl-ca-bundle
 
 patchfiles          patch-setup.py.diff
@@ -44,15 +43,9 @@
         ${destroot}${prefix}/etc/mercurial/hgrc.default
 
     # install html docs
-    xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgrc.5.html hgignore.5.html \
+    xinstall -m 644 -W ${worksrcpath}/doc hg.1.txt hgrc.5.txt hgignore.5.txt \
             ${destroot}${prefix}/share/doc/${name}
 
-    # install man pages
-    xinstall -m 444 -W ${worksrcpath}/doc hg.1 \
-        ${destroot}${prefix}/share/man/man1
-    xinstall -m 444 -W ${worksrcpath}/doc hgrc.5 hgignore.5 \
-        ${destroot}${prefix}/share/man/man5
-
     # install contrib
     xinstall -d -m 755 ${destroot}${prefix}/share/${name}
     file copy ${worksrcpath}/contrib ${destroot}${prefix}/share/${name}/contrib
@@ -90,6 +83,3 @@
 }
 
 python.link_binaries_suffix
-
-livecheck.url   http://mercurial.selenic.com/release/
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130204/b8ea67da/attachment.html>


More information about the macports-changes mailing list