diff --git a/Portfile b/Portfile
index 8225cc8..e72a110 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name git-core |
6 | | version 1.6.2.1 |
| 6 | version 1.6.2.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 c34775a9732a29a6cd6e35eac3ce14292ede3676 \ |
23 | | git-manpages-${version}${extract.suffix} sha1 7415a766036ce0116ae953b6074b63a22334608c |
| 22 | checksums git-${version}${extract.suffix} sha1 c5edf42bb2d1e9cbb89a63712bfd567330573190 \ |
| 23 | git-manpages-${version}${extract.suffix} sha1 5748daa7da1839922f8651cd95b62cacca6328a4 |
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 d7c6a239cabd48e6ca78a79d278611404d5c830f |
| 82 | checksums-append git-htmldocs-${version}${extract.suffix} sha1 0daafac257a5aa9210d02303ee30f4334b197393 |
83 | 83 | } |
84 | 84 | |
85 | 85 | variant gitweb description {Install gitweb.cgi} { |