diff --git a/Portfile b/Portfile
index 9fc0ffb..4cd90b8 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name git-core |
6 | | version 1.6.2.5 |
| 6 | version 1.6.3 |
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 8986395a863b1d1428d578a8451c3c258226d53a \ |
23 | | git-manpages-${version}${extract.suffix} sha1 c61b94fa0de850aa2db26a6525e88a6adba5c4e3 |
| 22 | checksums git-${version}${extract.suffix} sha1 1dab1068d1886828bdb512e9b809bc779de35609 \ |
| 23 | git-manpages-${version}${extract.suffix} sha1 7b91d101d22ec72c84c3b71838f4613dc7e80e1e |
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 f5c874be7c8db12bcc9ff91291f7db0908b956ad |
| 82 | checksums-append git-htmldocs-${version}${extract.suffix} sha1 9526c6cece4ad11a27241638d875a71c0a75f61b |
83 | 83 | } |
84 | 84 | |
85 | 85 | variant gitweb description {Install gitweb.cgi} { |