diff --git a/Portfile b/Portfile
index 3af97c7..36e299f 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git-core |
7 | | version 1.7.4.3 |
| 7 | version 1.7.4.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} \ |
19 | 19 | git-manpages-${version}${extract.suffix} |
20 | 20 | |
21 | 21 | checksums git-${version}${extract.suffix} \ |
22 | | sha1 6662424ec4bee798b791eba9b87877417c06edb7 \ |
23 | | rmd160 76e4f10825830077b085931dbb7f03aadbb58020 \ |
| 22 | sha1 0c5d6b06cfbe73eb60ce7a59b9eec5fb9c6dc034 \ |
| 23 | rmd160 047ad2cb600e31e89133fbd44fbfa16ee42e5fc1 \ |
24 | 24 | git-manpages-${version}${extract.suffix} \ |
25 | | sha1 291a00ef7366485cd8109d58b11f3f2a48a7f986 \ |
26 | | rmd160 24bbb086bb309ba6cfd9a8068dc54bf027e10840 |
| 25 | sha1 46335ecefe46ae211c10dcaa7422945af14d51d6 \ |
| 26 | rmd160 2bc9e07e7542cb02df5576b213e8e684640f0be0 |
27 | 27 | |
28 | 28 | depends_run port:rsync port:p5-error |
29 | 29 | 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} { |
117 | 117 | variant doc description {Install HTML and plaintext documentation} { |
118 | 118 | distfiles-append git-htmldocs-${version}${extract.suffix} |
119 | 119 | checksums-append git-htmldocs-${version}${extract.suffix} \ |
120 | | sha1 2cf2b0d771bc34bf709012b7f10f2956f416dd7a \ |
121 | | rmd160 e96cf4ee4ae3893887bea0a2bf8534022992550a |
| 120 | sha1 c63b910f549a50806238c3db703eaa4e29ee6124 \ |
| 121 | rmd160 1c4b5c41a0921c1136c3df4a4b3c321cc84dee3f |
122 | 122 | } |
123 | 123 | |
124 | 124 | variant gitweb description {Install gitweb.cgi} { |