diff --git a/Portfile b/Portfile
index ebcd6cc..034a9cc 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup python26 1.0 |
6 | 6 | |
7 | 7 | name mercurial |
8 | | version 1.5.3 |
| 8 | version 1.6 |
9 | 9 | categories devel python |
10 | 10 | maintainers deric |
11 | 11 | description A fast, lightweight, distributed SCM system written in \ |
… |
… |
long_description Mercurial is a fast, lightweight Source Control Management \ |
26 | 26 | homepage http://www.selenic.com/mercurial/ |
27 | 27 | platforms darwin |
28 | 28 | master_sites http://mercurial.selenic.com/release/ |
29 | | checksums md5 0969b8109f1b5a9c4debf985cca938f9 \ |
30 | | sha1 bbf52fb4e8ff797bbf6ab4d32e6d82720a23107d \ |
31 | | rmd160 c08e160ca2bd8668d09d480e9e95d6274e33eb90 |
| 29 | checksums md5 e97772cb424d29d9382c41daafa6f92d \ |
| 30 | sha1 53ffa5d267fcf220e9fd303da0ba477673fd412b \ |
| 31 | rmd160 1c1994f4747cd01712d8b72d8e33310df74ddce4 |
32 | 32 | |
33 | 33 | post-destroot { |
34 | 34 | # install html docs |
… |
… |
post-destroot { |
47 | 47 | |
48 | 48 | # copy hgweb.cgi hgwebdir.cgi |
49 | 49 | file copy ${worksrcpath}/hgweb.cgi ${destroot}${prefix}/share/${name}/ |
50 | | file copy ${worksrcpath}/hgwebdir.cgi ${destroot}${prefix}/share/${name}/ |
51 | 50 | |
52 | 51 | if {[variant_isset bash_completion]} { |
53 | 52 | xinstall -d ${destroot}${prefix}/etc/bash_completion.d |