[53871] trunk/dports/devel/mercurial/Portfile
snc at macports.org
snc at macports.org
Wed Jul 15 19:02:19 PDT 2009
Revision: 53871
http://trac.macports.org/changeset/53871
Author: snc at macports.org
Date: 2009-07-15 19:02:18 -0700 (Wed, 15 Jul 2009)
Log Message:
-----------
update version, remove variant description conflict, ticket #20165. maintainer timeout.
Modified Paths:
--------------
trunk/dports/devel/mercurial/Portfile
Modified: trunk/dports/devel/mercurial/Portfile
===================================================================
--- trunk/dports/devel/mercurial/Portfile 2009-07-16 01:53:23 UTC (rev 53870)
+++ trunk/dports/devel/mercurial/Portfile 2009-07-16 02:02:18 UTC (rev 53871)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -4,8 +5,7 @@
PortGroup python26 1.0
name mercurial
-version 1.2.1
-revision 1
+version 1.3
categories devel python
maintainers deric
description A fast, lightweight, distributed SCM system written in \
@@ -26,9 +26,9 @@
homepage http://www.selenic.com/mercurial/
platforms darwin
master_sites http://www.selenic.com/mercurial/release/
-checksums md5 24d6994cc58b353398e11c7a19cf1d19 \
- sha1 f40282bbb17fedb08b16aa7a4eeb1da7b6a6f1cb \
- rmd160 37c94e5ef9cdc639fe23622ddaf97b2230ec2216
+checksums md5 d25a867e0ef835faafdbe1e82e239945 \
+ sha1 af1bfc2817e0719124593e4ec03f0056a4b2870c \
+ rmd160 20032f18a2bbe1d60969567299bb9ca3392fe6d9
post-destroot {
# install html docs
@@ -49,20 +49,20 @@
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
- }
+ }
}
-variant bash_completion description {Install mercurial bash-completion file} {
- depends_run-append port:bash-completion
+variant bash_completion {
+ depends_run-append port:bash-completion
}
variant zsh_completion description {Install mercurial zsh completion file} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090715/231cbdbb/attachment.html>
More information about the macports-changes
mailing list