diff --git a/Portfile b/Portfile
index 0ff0cb5..5b90dc7 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git-core |
7 | | version 1.7.5.1 |
| 7 | version 1.7.5.2 |
8 | 8 | description A fast version control system |
9 | 9 | long_description Git is a fast, scalable, distributed open source version \ |
10 | 10 | control system focusing on speed and efficiency. |
… |
… |
distfiles git-${version}${extract.suffix} \ |
19 | 19 | git-manpages-${version}${extract.suffix} |
20 | 20 | |
21 | 21 | checksums git-${version}${extract.suffix} \ |
22 | | sha1 7ae089a8e252e8b2ce84ad018d55d6ba6f4b5591 \ |
23 | | rmd160 981a73b0492bd66ee0f99e0e3adba19ad436197e \ |
| 22 | sha1 c7cc4f9b0a8718e966d32c8f834df67ed2b5560f \ |
| 23 | rmd160 c1e4e065b0fe7e756d22ac0a3c867ebd4923bb4c \ |
24 | 24 | git-manpages-${version}${extract.suffix} \ |
25 | | sha1 23a10400c435df2c597f858907e7bcbee7bff1ae \ |
26 | | rmd160 05b60d7f5eef83e83b3003c915e3ef1aeebbe8e6 |
| 25 | sha1 a18f752ea2fb86a4ffc9557d55b5588e12574bdf \ |
| 26 | rmd160 20c03c54efe0040d2836991096b78f0e9f3b1679 |
27 | 27 | |
28 | 28 | depends_run port:rsync port:p5-error |
29 | 29 | depends_lib path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv |
… |
… |
variant python27 conflicts python26 description {Use Python 2.7} { |
117 | 117 | variant doc description {Install HTML and plaintext documentation} { |
118 | 118 | distfiles-append git-htmldocs-${version}${extract.suffix} |
119 | 119 | checksums-append git-htmldocs-${version}${extract.suffix} \ |
120 | | sha1 d2bbedd29d6f27cd10cf264344a6669dbcaf6189 \ |
121 | | rmd160 bb46a28c5ffd0ba00cbdbf3b89bf510823409436 |
| 120 | sha1 4fd94c1e28719ea44583179db780c6baf74735fd \ |
| 121 | rmd160 56128845d65c9fd49335c1dbe552ea010b5b448a |
122 | 122 | } |
123 | 123 | |
124 | 124 | variant gitweb description {Install gitweb.cgi} { |