diff --git a/Portfile b/Portfile
index 3e7ff3d..201c345 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name git-core |
6 | | version 1.6.2.3 |
| 6 | version 1.6.2.4 |
7 | 7 | description A fast version control system |
8 | 8 | long_description Git is a fast, scalable, distributed open source version \ |
9 | 9 | control system focusing on speed and efficiency. |
… |
… |
distname git-${version} |
19 | 19 | distfiles git-${version}${extract.suffix} \ |
20 | 20 | git-manpages-${version}${extract.suffix} |
21 | 21 | |
22 | | checksums git-${version}${extract.suffix} sha1 902452eff5f35b4a915f6e4d90a83391b765ed4d \ |
23 | | git-manpages-${version}${extract.suffix} sha1 3bac1d069ddc842ad6d999961d67c975dbdfed5a |
| 22 | checksums git-${version}${extract.suffix} sha1 6bf54cfdfc675df9c097d5f4c04dd170e047d07a \ |
| 23 | git-manpages-${version}${extract.suffix} sha1 f185636663bb384d8dd28f31a523636a262c8d63 |
24 | 24 | |
25 | 25 | depends_run port:rsync path:bin/perl:perl5 port:p5-error |
26 | 26 | depends_lib port:curl port:zlib port:openssl port:expat port:libiconv |
… |
… |
post-destroot { |
79 | 79 | |
80 | 80 | variant doc description {Install HTML and plaintext documentation} { |
81 | 81 | distfiles-append git-htmldocs-${version}${extract.suffix} |
82 | | checksums-append git-htmldocs-${version}${extract.suffix} sha1 89b0b5ad1c1524088250b887a3b7cde03b309e64 |
| 82 | checksums-append git-htmldocs-${version}${extract.suffix} sha1 6f7f548cbacb501b9502aea58157a3d0d305f2a2 |
83 | 83 | } |
84 | 84 | |
85 | 85 | variant gitweb description {Install gitweb.cgi} { |