diff --git a/Portfile b/Portfile
index 5863e52..bb563fb 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name git-core |
6 | | version 1.6.4 |
| 6 | version 1.6.4.1 |
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 e6dd6b1fe937aa14866ce7d8672a50fb1956c41b \ |
23 | | git-manpages-${version}${extract.suffix} sha1 34c8afef3e03283585edb1093b517f697f18a47b |
| 22 | checksums git-${version}${extract.suffix} sha1 1b1378d2a457d9bbccca92d7adb78a4afa5157c5 \ |
| 23 | git-manpages-${version}${extract.suffix} sha1 fdab7acc88d11510f9e44f44e101f3aa43920d8e |
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 cf162b278a39fbe78c90f015ba3749d99b8ab7db |
| 83 | checksums-append git-htmldocs-${version}${extract.suffix} sha1 834a5d119426b72c510a8a45ed98d283a8876be1 |
84 | 84 | } |
85 | 85 | |
86 | 86 | variant gitweb description {Install gitweb.cgi} { |