diff --git a/Portfile b/Portfile
index 344ae36..c3ca4aa 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git-core |
7 | | version 1.6.5.1 |
| 7 | version 1.6.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. |
… |
… |
distname git-${version} |
20 | 20 | distfiles git-${version}${extract.suffix} \ |
21 | 21 | git-manpages-${version}${extract.suffix} |
22 | 22 | |
23 | | checksums git-${version}${extract.suffix} sha1 c955aa579be9bf5991adf465e6e4a2d6ba173fc1 \ |
24 | | git-manpages-${version}${extract.suffix} sha1 e0dc828f2ec4a4ab47ee7f56ba305843e4f7fa8b |
| 23 | checksums git-${version}${extract.suffix} sha1 d31d3054a595e811069b86ceeac56760cae4a835 \ |
| 24 | git-manpages-${version}${extract.suffix} sha1 9af56df0a9479bc0d761c4b9e9817fb82eeaf73f |
25 | 25 | |
26 | 26 | depends_run port:rsync path:bin/perl:perl5 port:p5-error |
27 | 27 | depends_lib port:curl port:zlib port:openssl port:expat port:libiconv |
… |
… |
post-destroot { |
81 | 81 | |
82 | 82 | variant doc description {Install HTML and plaintext documentation} { |
83 | 83 | distfiles-append git-htmldocs-${version}${extract.suffix} |
84 | | checksums-append git-htmldocs-${version}${extract.suffix} sha1 34ff79cb18f48aa062996e82d3fa2e3547b096c4 |
| 84 | checksums-append git-htmldocs-${version}${extract.suffix} sha1 8c315490882641d0b001bb06822c232cb0f1d397 |
85 | 85 | } |
86 | 86 | |
87 | 87 | variant gitweb description {Install gitweb.cgi} { |