diff -ruN /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/mercurial/Portfile devel/mercurial/Portfile
old
|
new
|
|
5 | 5 | PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name mercurial |
8 | | version 2.3 |
| 8 | version 2.3.1 |
9 | 9 | revision 1 |
10 | 10 | categories devel python |
11 | 11 | license GPL-2+ |
… |
… |
|
28 | 28 | homepage http://www.selenic.com/mercurial/ |
29 | 29 | platforms darwin |
30 | 30 | master_sites http://mercurial.selenic.com/release/ |
31 | | checksums rmd160 25292dd34f7f2e670c257424137e5733ff271084 \ |
32 | | sha256 456cb8a9fb15606a04d81589a3459d258149170008ca64c62e5a6cbaf5f0fe5f |
| 31 | checksums sha256 ef587fdd3b062e08eb4012e7870f4d0a00fd834f11578bfba80313b10f808541 \ |
| 32 | rmd160 44d4102c405137f6a5c36ce48349bfb6af88bfed |
33 | 33 | depends_run port:curl-ca-bundle |
34 | 34 | |
35 | | patchfiles patch-setup.py.diff \ |
36 | | patch-hg.py.diff \ |
37 | | patch-test-http.t.diff |
| 35 | patchfiles patch-setup.py.diff |
38 | 36 | |
39 | 37 | python.default_version 27 |
40 | 38 | |