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

deric at macports.org deric at macports.org
Thu Apr 3 11:47:05 PDT 2008


Revision: 35711
          http://trac.macosforge.org/projects/macports/changeset/35711
Author:   deric at macports.org
Date:     2008-04-03 11:47:04 -0700 (Thu, 03 Apr 2008)

Log Message:
-----------
Update to 1.0. Closes #13844 and #14808

Release notes: http://www.selenic.com/pipermail/mercurial/2008-March/018014.html

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

Modified: trunk/dports/devel/mercurial/Portfile
===================================================================
--- trunk/dports/devel/mercurial/Portfile	2008-04-03 17:45:10 UTC (rev 35710)
+++ trunk/dports/devel/mercurial/Portfile	2008-04-03 18:47:04 UTC (rev 35711)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python24 1.0
+PortGroup           python25 1.0
 name                mercurial
-version             0.9.5
+version             1.0
 categories          devel python
 maintainers         deric at macports.org
 description         A fast, lightweight, distributed SCM system written in \
@@ -22,23 +22,27 @@
                     Apples' FileMerge for merges.\
                     
 homepage            http://www.selenic.com/mercurial/
-master_sites        ${homepage}release/
-checksums           md5 a9dd54bcb87ca332315ce83293816e37 \
-                    sha1 889a83f4cdcead93323d7cf4276751cc20396455 \
-                    rmd160 ea38d3142a4b1087e2777de3b70df8b4672cd237
+master_sites        http://hg.intevation.org/files/
+checksums           md5 9f8dd7fa6f8886f77be9b923f008504c \
+                    sha1 11689e85a91874417cb110ded6c3a4d7b30429cb \
+                    rmd160 21b5603e033898420f4fbf1b851ede4f69a7657c
 
 post-destroot {
     # install html docs
-    xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgmerge.1.html hgrc.5.html hgignore.5.html \
+    xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgrc.5.html hgignore.5.html \
             ${destroot}/${prefix}/share/doc/${name}
         
     # install man pages
-    xinstall -m 444 -W ${worksrcpath}/doc hg.1 hgmerge.1 \
+    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 stuff
+    # install contrib
     xinstall -d -m 755 ${destroot}${prefix}/share/${name}
     file copy ${worksrcpath}/contrib ${destroot}${prefix}/share/${name}/contrib
+
+	# copy hgweb.cgi hgwebdir.cgi
+	file copy ${worksrcpath}/hgweb.cgi ${destroot}${prefix}/share/${name}/
+	file copy ${worksrcpath}/hgwebdir.cgi ${destroot}${prefix}/share/${name}/
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080403/1b658ba8/attachment.html


More information about the macports-changes mailing list