diff --git a/Portfile b/Portfile
index 034a9cc..d0f600e 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup python26 1.0 |
6 | 6 | |
7 | 7 | name mercurial |
8 | | version 1.6 |
| 8 | version 1.6.2 |
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 e97772cb424d29d9382c41daafa6f92d \ |
30 | | sha1 53ffa5d267fcf220e9fd303da0ba477673fd412b \ |
31 | | rmd160 1c1994f4747cd01712d8b72d8e33310df74ddce4 |
| 29 | checksums md5 847359d7488caf8074a69d4b87ca64d2 \ |
| 30 | sha1 99ba14237fe805a848329a1cffc15f55aab83548 \ |
| 31 | rmd160 63af0ff844c9213c5fe399c0c1be8ecbccc76b3d |
32 | 32 | |
33 | 33 | post-destroot { |
34 | 34 | # install html docs |