[macports-changes] [19394] trunk/dports/devel/mercurial/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sat Sep 2 21:41:48 PDT 2006
Revision: 19394
Author: markd at macports.org
Date: 2006-09-02 21:41:45 -0700 (Sat, 02 Sep 2006)
Log Message:
-----------
Ticket 10119. Update to 0.9.1.
Modified Paths:
--------------
trunk/dports/devel/mercurial/Portfile
Modified: trunk/dports/devel/mercurial/Portfile
===================================================================
--- trunk/dports/devel/mercurial/Portfile 2006-09-03 04:32:43 UTC (rev 19393)
+++ trunk/dports/devel/mercurial/Portfile 2006-09-03 04:41:45 UTC (rev 19394)
@@ -1,9 +1,9 @@
-# $Id: Portfile,v 1.2 2006/05/11 06:35:42 mww Exp $
+# $Id: $
PortSystem 1.0
PortGroup python24 1.0
name mercurial
-version 0.9
+version 0.9.1
categories devel python
maintainers deric at caveo.se
description A fast, lightweight, distributed SCM system written in \
@@ -23,19 +23,19 @@
homepage http://www.selenic.com/mercurial/
master_sites ${homepage}release/
-checksums md5 d4154d12dcbda78251750c2a18eae940 \
- sha1 d633a9fee89ed8aee22d5a52138c673e01feed7f \
- rmd160 4ab0646abeea17bebf2262457448ef39959b5311
+checksums md5 9ed3962bba640a686c37faa47739270c \
+ sha1 a1f9ed5ee96660ee9f6cff6d65c8ad8e3495702e \
+ rmd160 f34db5fbfcc5b3e90b2bce7577d3446f6159b057
post-destroot {
# install html docs
- xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgmerge.1.html hgrc.5.html \
- ${destroot}/${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgmerge.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 \
${destroot}/${prefix}/share/man/man1
- xinstall -m 444 -W ${worksrcpath}/doc hgrc.5 \
+ xinstall -m 444 -W ${worksrcpath}/doc hgrc.5 hgignore.5 \
${destroot}/${prefix}/share/man/man5
# install contrib stuff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060902/8ec9d0ee/attachment.html
More information about the macports-changes
mailing list