[44382] trunk/dports/devel/mercurial/Portfile
deric at macports.org
deric at macports.org
Sat Dec 27 06:07:40 PST 2008
Revision: 44382
http://trac.macports.org/changeset/44382
Author: deric at macports.org
Date: 2008-12-27 06:07:38 -0800 (Sat, 27 Dec 2008)
Log Message:
-----------
Update to 1.1.1. Closes #17760.
Modified Paths:
--------------
trunk/dports/devel/mercurial/Portfile
Modified: trunk/dports/devel/mercurial/Portfile
===================================================================
--- trunk/dports/devel/mercurial/Portfile 2008-12-27 12:51:46 UTC (rev 44381)
+++ trunk/dports/devel/mercurial/Portfile 2008-12-27 14:07:38 UTC (rev 44382)
@@ -1,10 +1,10 @@
-# $Id$
+# $Id:$
PortSystem 1.0
PortGroup python25 1.0
name mercurial
-version 1.1
+version 1.1.1
categories devel python
maintainers deric at macports.org
description A fast, lightweight, distributed SCM system written in \
@@ -25,9 +25,9 @@
homepage http://www.selenic.com/mercurial/
platforms darwin
master_sites http://www.selenic.com/mercurial/release/
-checksums md5 031891e407e4a2f9d5c5943d5f2d24dc \
- sha1 e6cd373e18e9d5154814eb08f58c7a6567608642 \
- rmd160 c5473423a22353a63c318d4af69754a8f2974143
+checksums md5 eae043de903b263e290b078ab223f6c5 \
+ sha1 42a26a29414dee2c8eb7ce32e4fc6fe447bccc0a \
+ rmd160 ed4db64c2a45c030c3a949c51c1c468511eb3540
depends_lib-append port:py25-zlib port:py25-hashlib port:py25-bz2
@@ -46,26 +46,26 @@
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}/
+ # copy hgweb.cgi hgwebdir.cgi
+ file copy ${worksrcpath}/hgweb.cgi ${destroot}${prefix}/share/${name}/
+ file copy ${worksrcpath}/hgwebdir.cgi ${destroot}${prefix}/share/${name}/
- if {[variant_isset bash_completion]} {
- xinstall -d ${destroot}${prefix}/etc/bash_completion.d
- copy ${worksrcpath}/contrib/bash_completion ${destroot}${prefix}/etc/bash_completion.d/mercurial
- }
+ if {[variant_isset bash_completion]} {
+ xinstall -d ${destroot}${prefix}/etc/bash_completion.d
+ copy ${worksrcpath}/contrib/bash_completion ${destroot}${prefix}/etc/bash_completion.d/mercurial
+ }
- if {[variant_isset zsh_completion]} {
- set site-functions ${destroot}${prefix}/share/zsh/site-functions
- xinstall -d ${site-functions}
- xinstall ${worksrcpath}/contrib/zsh_completion ${site-functions}/_mercurial
+ if {[variant_isset zsh_completion]} {
+ set site-functions ${destroot}${prefix}/share/zsh/site-functions
+ xinstall -d ${site-functions}
+ xinstall ${worksrcpath}/contrib/zsh_completion ${site-functions}/_mercurial
}
}
variant bash_completion description {Install mercurial bash-completion file} {
- depends_run-append port:bash-completion
+ depends_run-append port:bash-completion
}
variant zsh_completion description {Install mercurial zsh completion file} {
- depends_run-append path:${prefix}/bin/zsh:zsh
+ depends_run-append path:${prefix}/bin/zsh:zsh
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081227/e7656f39/attachment.html>
More information about the macports-changes
mailing list