diff --git a/Portfile b/Portfile
index aa5daec..6aa6e21 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git-core |
7 | | version 1.7.1.1 |
8 | | revision 1 |
| 7 | version 1.7.2 |
9 | 8 | description A fast version control system |
10 | 9 | long_description Git is a fast, scalable, distributed open source version \ |
11 | 10 | control system focusing on speed and efficiency. |
… |
… |
distfiles git-${version}${extract.suffix} \ |
20 | 19 | git-manpages-${version}${extract.suffix} |
21 | 20 | |
22 | 21 | checksums git-${version}${extract.suffix} \ |
23 | | md5 1b116a3e2ecce46a89e4272abf0de955 \ |
24 | | sha1 466b802272804cfcbe86a08879c6edb10b7a5a30 \ |
25 | | rmd160 665433a2afe82be15edcb61a09b8912708db4885 \ |
| 22 | md5 652f861ae161e48979ef834707e2dc4c \ |
| 23 | sha1 4dc232d018d769dd16774d3a12c237ac11b9d227 \ |
| 24 | rmd160 cf3df2af634aa487c571f560d44ca4ab99668a85 \ |
26 | 25 | git-manpages-${version}${extract.suffix} \ |
27 | | md5 d56a2b79e76efa7b207335f562fbefbe \ |
28 | | sha1 765e46fc076635f99eb326f9eeced5a04e3af45b \ |
29 | | rmd160 57111ebe479d9ce49dc16284a0009035038e458f \ |
| 26 | md5 0ea16b997dea4aec1f2f3d9c6a74abb8 \ |
| 27 | sha1 601d712aedac1d8caa145d1867b4c0217982043c \ |
| 28 | rmd160 35fec892ac39fd5da64ef5cecc0556efaf6d48e8 \ |
30 | 29 | |
31 | 30 | depends_run port:rsync port:p5-error |
32 | 31 | depends_lib path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv |
… |
… |
post-destroot { |
90 | 89 | variant doc description {Install HTML and plaintext documentation} { |
91 | 90 | distfiles-append git-htmldocs-${version}${extract.suffix} |
92 | 91 | checksums-append git-htmldocs-${version}${extract.suffix} \ |
93 | | md5 642edbab5bcf66694c07e0929c0ca223 \ |
94 | | sha1 d45775c03246da814cce80bd7dee346779bff94e \ |
95 | | rmd160 ba62ba98a19b99f7daaf52243ddcd762560334b5 |
| 92 | md5 31b3d0c142709d5a4faafe52d962d435 \ |
| 93 | sha1 bcf16805bdbe072ff54163c5589aef049a997f85 \ |
| 94 | rmd160 4e8e1ef0056bc83916015a5519c3bd4bbfd6ca1f |
96 | 95 | } |
97 | 96 | |
98 | 97 | variant gitweb description {Install gitweb.cgi} { |