diff --git a/Portfile b/Portfile
index c57d485..3e9f41b 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git-core |
7 | | version 1.7.0.3 |
| 7 | version 1.7.0.4 |
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 1a449b84dd60a066ea491a54346843e6 \ |
25 | | sha1 7244e2ac0c439c9acdd1432072a9ff3dce8bc319 \ |
26 | | rmd160 cfe3b9ef21c62c47aaaef997d0cd44c7436649d6 \ |
| 24 | md5 1cc8b2aea57e5e999ccac18ae355f760 \ |
| 25 | sha1 ed4d3375b5ee3640433270d2f2fedaf69d021801 \ |
| 26 | rmd160 d4a9516be557ed3b12e88f8cb6b08c99764d69eb \ |
27 | 27 | git-manpages-${version}${extract.suffix} \ |
28 | | md5 72b899852af3cb1858999357b58ac7bb \ |
29 | | sha1 e10259bcb42c484fcf6faca3604612877eea67e7 \ |
30 | | rmd160 9e59ab7d75985b952c136364ad14b87f80de152b \ |
| 28 | md5 9730c5ed53a12788810ae3681fee149b \ |
| 29 | sha1 27cd73ba52fa5594420268abc43cf255d251c62a \ |
| 30 | rmd160 1a0058a03cfabf593ee820f902e8797b583d6781 \ |
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 6b75778734a1637af157f7e62b204322 \ |
95 | | sha1 9536a7b13c1caa4e6c27a005071b09e629654fc1 \ |
96 | | rmd160 6a3b62c1de86e4f63e84fd092df2e94265c104e4 |
| 94 | md5 8c5273d6161121bb127f6d4fa2294196 \ |
| 95 | sha1 451e135f77f10911804b82afff2f059a21498a88 \ |
| 96 | rmd160 5f8c269aae2fca3247a8da6e2538b63e6ac34640 |
97 | 97 | } |
98 | 98 | |
99 | 99 | variant gitweb description {Install gitweb.cgi} { |