diff --git a/Portfile b/Portfile
index 0d540e5..ae4783c 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git-core |
7 | | version 1.6.4.3 |
| 7 | version 1.6.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. |
… |
… |
distname git-${version} |
20 | 20 | distfiles git-${version}${extract.suffix} \ |
21 | 21 | git-manpages-${version}${extract.suffix} |
22 | 22 | |
23 | | checksums git-${version}${extract.suffix} sha1 961ae8028609dfa95daf80fe33d24cf342f03454 \ |
24 | | git-manpages-${version}${extract.suffix} sha1 3186ed5a5e14496842c8389b4a3704c57a7e9569 |
| 23 | checksums git-${version}${extract.suffix} sha1 da66a6323cc0842b19e3dbc5bb8ee5a59975037f \ |
| 24 | git-manpages-${version}${extract.suffix} sha1 39b76f19751995ba3f093cac0b47900e22a5dbd2 |
25 | 25 | |
26 | 26 | depends_run port:rsync path:bin/perl:perl5 port:p5-error |
27 | 27 | depends_lib port:curl port:zlib port:openssl port:expat port:libiconv |
… |
… |
post-destroot { |
81 | 81 | |
82 | 82 | variant doc description {Install HTML and plaintext documentation} { |
83 | 83 | distfiles-append git-htmldocs-${version}${extract.suffix} |
84 | | checksums-append git-htmldocs-${version}${extract.suffix} sha1 d05931858698f9429c6db5ad770dc8704949698a |
| 84 | checksums-append git-htmldocs-${version}${extract.suffix} sha1 63a4e5d23f58bb76bba4630d176eca827f5273c0 |
85 | 85 | } |
86 | 86 | |
87 | 87 | variant gitweb description {Install gitweb.cgi} { |