diff --git a/Portfile b/Portfile
index dd6b86b..3786d19 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git-core |
7 | | version 1.6.5.3 |
| 7 | version 1.6.5.6 |
8 | 8 | description A fast version control system |
9 | 9 | long_description Git is a fast, scalable, distributed open source version \ |
10 | 10 | control system focusing on speed and efficiency. |
… |
… |
distfiles git-${version}${extract.suffix} \ |
21 | 21 | git-manpages-${version}${extract.suffix} |
22 | 22 | |
23 | 23 | checksums git-${version}${extract.suffix} \ |
24 | | md5 a1dbc3da46cbf33c4367db689853c142 \ |
25 | | sha1 f3b6e26e8fbf1c13a623cd80a663cae502f0cd8b \ |
26 | | rmd160 270a4b70ca4ad8709dc0a3b653324c9cfadbb12c \ |
| 24 | md5 03aefaaecae7a236b88d04d1a83698d9 \ |
| 25 | sha1 1f09b5170fe906eafe0471dcb9ec9088bddd7653 \ |
| 26 | rmd160 85af6820d9173fe5a7481fdcdae460bbab1494d3 \ |
27 | 27 | git-manpages-${version}${extract.suffix} \ |
28 | | md5 dc2cf85cb1f29b586a1353307093bc62 \ |
29 | | sha1 733c7ce1a36338dff82dad23c3e68c5a2684fec5 \ |
30 | | rmd160 1fb0b8703ff8d5fc7ca03529faf0492c0bdc2b43 \ |
| 28 | md5 27fd30124444af534f9e1ad2c67fdac7 \ |
| 29 | sha1 b97e529538a2a28345e567d46d64538f99906b84 \ |
| 30 | rmd160 b33f010f2426430f433b48dcd592ee406724c243 \ |
31 | 31 | |
32 | 32 | depends_run port:rsync path:bin/perl:perl5 port:p5-error |
33 | 33 | depends_lib port:curl port:zlib port:openssl port:expat port:libiconv |
… |
… |
post-destroot { |
88 | 88 | variant doc description {Install HTML and plaintext documentation} { |
89 | 89 | distfiles-append git-htmldocs-${version}${extract.suffix} |
90 | 90 | checksums-append git-htmldocs-${version}${extract.suffix} \ |
91 | | md5 c46d35aecf105e26e1c9d770dbd6357f \ |
92 | | sha1 68efc2f409c8df8a2438cd300c0099c3b6cefff0 \ |
93 | | rmd160 481c4f42f089614aebff03defa303c9b7c0d900f |
| 91 | md5 528af2ca13d007acd6799fc368668492 \ |
| 92 | sha1 a7642cd63ce5bbb8340095d65d57342c311c7a2f \ |
| 93 | rmd160 1bd69da1ed5f7d32d358631700da2715a31e33c6 |
94 | 94 | } |
95 | 95 | |
96 | 96 | variant gitweb description {Install gitweb.cgi} { |