diff --git a/Portfile b/Portfile
index b308902..cfa8b4d 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git-core |
7 | | version 1.7.2 |
| 7 | version 1.7.2.1 |
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} \ |
19 | 19 | git-manpages-${version}${extract.suffix} |
20 | 20 | |
21 | 21 | checksums git-${version}${extract.suffix} \ |
22 | | md5 652f861ae161e48979ef834707e2dc4c \ |
23 | | sha1 4dc232d018d769dd16774d3a12c237ac11b9d227 \ |
24 | | rmd160 cf3df2af634aa487c571f560d44ca4ab99668a85 \ |
| 22 | md5 24a443a120a0ab372185cb6bc0dbd934 \ |
| 23 | sha1 f177bb1b48b8de73063a722025285599fa361fc7 \ |
| 24 | rmd160 0bd6b5f0eef1041892f354908f7cc224607c4d56 \ |
25 | 25 | git-manpages-${version}${extract.suffix} \ |
26 | | md5 0ea16b997dea4aec1f2f3d9c6a74abb8 \ |
27 | | sha1 601d712aedac1d8caa145d1867b4c0217982043c \ |
28 | | rmd160 35fec892ac39fd5da64ef5cecc0556efaf6d48e8 \ |
| 26 | md5 a11073658ea600c2507337885728851a \ |
| 27 | sha1 5124a2acef94114bf3a0a26b0eda011ec0d4aef7 \ |
| 28 | rmd160 56a9f985af5b6a9fcbb5e08b6b4ae58230803a82 \ |
29 | 29 | |
30 | 30 | depends_run port:rsync port:p5-error |
31 | 31 | depends_lib path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv |
… |
… |
post-destroot { |
89 | 89 | variant doc description {Install HTML and plaintext documentation} { |
90 | 90 | distfiles-append git-htmldocs-${version}${extract.suffix} |
91 | 91 | checksums-append git-htmldocs-${version}${extract.suffix} \ |
92 | | md5 31b3d0c142709d5a4faafe52d962d435 \ |
93 | | sha1 bcf16805bdbe072ff54163c5589aef049a997f85 \ |
94 | | rmd160 4e8e1ef0056bc83916015a5519c3bd4bbfd6ca1f |
| 92 | md5 ef85458fea2f0e894382b5bbed7d9625 \ |
| 93 | sha1 417b6fddca7785536d00a31db2df110548b1025d \ |
| 94 | rmd160 bfe1244a8959a2331c72f6237f80ddf2a9eff90a |
95 | 95 | } |
96 | 96 | |
97 | 97 | variant gitweb description {Install gitweb.cgi} { |