diff --git a/Portfile b/Portfile
index 84a53e8..5863e52 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name git-core |
6 | | version 1.6.3.3 |
| 6 | version 1.6.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 200b49304696357ccf7a4837307348d681b7e04d \ |
23 | | git-manpages-${version}${extract.suffix} sha1 0153298e215ac6beb3c6073aa1c8bd0de9a1da3b |
| 22 | checksums git-${version}${extract.suffix} sha1 e6dd6b1fe937aa14866ce7d8672a50fb1956c41b \ |
| 23 | git-manpages-${version}${extract.suffix} sha1 34c8afef3e03283585edb1093b517f697f18a47b |
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 { |
80 | 80 | |
81 | 81 | variant doc description {Install HTML and plaintext documentation} { |
82 | 82 | distfiles-append git-htmldocs-${version}${extract.suffix} |
83 | | checksums-append git-htmldocs-${version}${extract.suffix} sha1 f6d5bec24edfd27bf91f0f0cc13cfcfd7ecd045f |
| 83 | checksums-append git-htmldocs-${version}${extract.suffix} sha1 cf162b278a39fbe78c90f015ba3749d99b8ab7db |
84 | 84 | } |
85 | 85 | |
86 | 86 | variant gitweb description {Install gitweb.cgi} { |