diff --git a/Portfile b/Portfile
index 3e9f41b..4c52c49 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git-core |
7 | | version 1.7.0.4 |
| 7 | version 1.7.0.5 |
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 1cc8b2aea57e5e999ccac18ae355f760 \ |
25 | | sha1 ed4d3375b5ee3640433270d2f2fedaf69d021801 \ |
26 | | rmd160 d4a9516be557ed3b12e88f8cb6b08c99764d69eb \ |
| 24 | md5 77d50f41ef282752dc69d9a47765f5c7 \ |
| 25 | sha1 684c21dac937703ab7df9c91f7a6a962620487b2 \ |
| 26 | rmd160 e5a6d6e4dd5460d390b9d7975b84a7ab12eb0f84 \ |
27 | 27 | git-manpages-${version}${extract.suffix} \ |
28 | | md5 9730c5ed53a12788810ae3681fee149b \ |
29 | | sha1 27cd73ba52fa5594420268abc43cf255d251c62a \ |
30 | | rmd160 1a0058a03cfabf593ee820f902e8797b583d6781 \ |
| 28 | md5 90eb5fb193a218176d2d9b841128a717 \ |
| 29 | sha1 68dca0594f4faae0a41d28c0944bd89b0c907485 \ |
| 30 | rmd160 93aef5c7f1f43eff55ea0349e767f7daab9a2c0a \ |
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 { |
91 | 91 | variant doc description {Install HTML and plaintext documentation} { |
92 | 92 | distfiles-append git-htmldocs-${version}${extract.suffix} |
93 | 93 | checksums-append git-htmldocs-${version}${extract.suffix} \ |
94 | | md5 8c5273d6161121bb127f6d4fa2294196 \ |
95 | | sha1 451e135f77f10911804b82afff2f059a21498a88 \ |
96 | | rmd160 5f8c269aae2fca3247a8da6e2538b63e6ac34640 |
| 94 | md5 74c7320440049ba497d9efc8b0134474 \ |
| 95 | sha1 24015f4e57c2cf64ac16a6056998786ce7e1fce9 \ |
| 96 | rmd160 54bf742f18aefdbb75be9810fdbc2b1baaba8059 |
97 | 97 | } |
98 | 98 | |
99 | 99 | variant gitweb description {Install gitweb.cgi} { |