diff --git a/Portfile b/Portfile
index bb563fb..9be76c9 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name git-core |
6 | | version 1.6.4.1 |
| 6 | version 1.6.4.2 |
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 1b1378d2a457d9bbccca92d7adb78a4afa5157c5 \ |
23 | | git-manpages-${version}${extract.suffix} sha1 fdab7acc88d11510f9e44f44e101f3aa43920d8e |
| 22 | checksums git-${version}${extract.suffix} sha1 75f8cda28a981f80c96710c18525f7adc42a8bc8 \ |
| 23 | git-manpages-${version}${extract.suffix} sha1 b9454a5776cf677aac9bad83f5fe9fb14e048132 |
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 834a5d119426b72c510a8a45ed98d283a8876be1 |
| 83 | checksums-append git-htmldocs-${version}${extract.suffix} sha1 80b38911b877193e66bff900a330934bcff97a74 |
84 | 84 | } |
85 | 85 | |
86 | 86 | variant gitweb description {Install gitweb.cgi} { |