diff --git a/Portfile b/Portfile
index dce4b80..b517105 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git-core |
7 | | version 1.7.4 |
| 7 | version 1.7.4.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 fa24dc1ef0b663327ea0fe1981365b39 \ |
23 | | sha1 57b783627d9a9515ce3ef8f79128074de6197b2e \ |
24 | | rmd160 a064d7a5b2d3fae6171ca91a03082eb46d7bb9b7 \ |
| 22 | md5 76898de4566d11c0d0eec7e99edc2b5c \ |
| 23 | sha1 fff10cb498b17decc146c8f18b0b02136d5e9b88 \ |
| 24 | rmd160 13ef7b6d1e8b596f97a1920e012a00f6cc8cdf6c \ |
25 | 25 | git-manpages-${version}${extract.suffix} \ |
26 | | md5 d13d42846a72335eb287e55bc980dc09 \ |
27 | | sha1 1bad24d225d39266b2b697bc68a4f02ff6677d41 \ |
28 | | rmd160 ea82117f6150cead06373667054acabbfa9f4c0d |
| 26 | md5 ac3e15c568e887af4517a01e16671947 \ |
| 27 | sha1 c8bf13d5bcdc3908e2e3edfa8edffd42a314e3a0 \ |
| 28 | rmd160 40260f59c319af521d9a215d053f7e65ce80afec |
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 |
… |
… |
variant python27 conflicts python26 description {Use Python 2.7} { |
119 | 119 | variant doc description {Install HTML and plaintext documentation} { |
120 | 120 | distfiles-append git-htmldocs-${version}${extract.suffix} |
121 | 121 | checksums-append git-htmldocs-${version}${extract.suffix} \ |
122 | | md5 e5ef49860896db192e81d3d489f5c238 \ |
123 | | sha1 e6d2b4f0cb2d43d9290793365f95def7038730b3 \ |
124 | | rmd160 19a20260259fca5d7898e7661ae2ce9af726e7a1 |
| 122 | md5 a18f25174fd2734b1d535356f0368890 \ |
| 123 | sha1 84f439108670c15a8fa508a9e26682fe2f5586d1 \ |
| 124 | rmd160 ccaf6812b959b0456c8a0d2f0977150acb37881f |
125 | 125 | } |
126 | 126 | |
127 | 127 | variant gitweb description {Install gitweb.cgi} { |