# HG changeset patch
# User Sean Farley <sean@mcs.anl.gov>
# Date 1333321780 18000
# Node ID de3761c05770ef4239a9e38b8eb5a6f09b2f131c
# Parent 706a4ad3c574f15b1cab60a3f30897b921ee9d77
mercurial: update to 2.1.2 and add 'hg view' script
diff --git a/dports/devel/mercurial/Portfile b/dports/devel/mercurial/Portfile
a
|
b
|
|
3 | 3 | |
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name mercurial |
8 | | version 2.1 |
| 8 | version 2.1.2 |
9 | 9 | categories devel python |
10 | 10 | license GPL-2+ |
11 | 11 | maintainers deric |
12 | 12 | description A fast, lightweight, distributed SCM system written in \ |
13 | 13 | Python. |
… |
… |
|
25 | 25 | Apples' FileMerge for merges. |
26 | 26 | |
27 | 27 | homepage http://www.selenic.com/mercurial/ |
28 | 28 | platforms darwin |
29 | 29 | master_sites http://mercurial.selenic.com/release/ |
30 | | checksums rmd160 4d89616c7a2dff4d8c05cf9d8ee8b13bda1c9e23 \ |
31 | | sha256 cb37f90807e99dd4508cac70c098aa433b26adb7a3ab064c0b1626dc9a094383 |
| 30 | checksums rmd160 4ac9a91e7debbe556f1c314cc3b6fc87b6cbf2f0 \ |
| 31 | sha256 914d4889e195687209e070c0c33cf3ae7b78d6c6c92fa7d6ccc718aa96959886 |
32 | 32 | depends_run port:curl-ca-bundle |
33 | 33 | |
34 | 34 | python.default_version 27 |
35 | 35 | |
36 | 36 | variant universal {} |
… |
… |
|
61 | 61 | xinstall -d -m 755 ${destroot}${prefix}/share/${name} |
62 | 62 | file copy ${worksrcpath}/contrib ${destroot}${prefix}/share/${name}/contrib |
63 | 63 | |
64 | 64 | # copy hgweb.cgi hgwebdir.cgi |
65 | 65 | file copy ${worksrcpath}/hgweb.cgi ${destroot}${prefix}/share/${name}/ |
| 66 | file copy ${worksrcpath}/contrib/hgk ${destroot}${prefix}/bin/hgk |
66 | 67 | |
67 | 68 | if {[variant_isset bash_completion]} { |
68 | 69 | xinstall -d ${destroot}${prefix}/etc/bash_completion.d |
69 | 70 | copy ${worksrcpath}/contrib/bash_completion ${destroot}${prefix}/etc/bash_completion.d/mercurial |
70 | 71 | } |