diff --git a/Portfile b/Portfile
index b12b988..79ab211 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name git-core |
6 | | version 1.6.3.1 |
| 6 | version 1.6.3.2 |
7 | 7 | description A fast version control system |
8 | 8 | long_description Git is a fast, scalable, distributed open source version \ |
9 | 9 | control system focusing on speed and efficiency. |
… |
… |
distname git-${version} |
19 | 19 | distfiles git-${version}${extract.suffix} \ |
20 | 20 | git-manpages-${version}${extract.suffix} |
21 | 21 | |
22 | | checksums git-${version}${extract.suffix} sha1 1b6f6da17663b1031c723e516789aa9310f3ac71 \ |
23 | | git-manpages-${version}${extract.suffix} sha1 e4dd5f5a08d5a9b09cfcd2ba62f3ce7f77479afc |
| 22 | checksums git-${version}${extract.suffix} sha1 7e32fe5a117959d9aa112c67b258c54d37320349 \ |
| 23 | git-manpages-${version}${extract.suffix} sha1 11d107e4639318a948137faa88ad291b12b9515a |
24 | 24 | |
25 | 25 | depends_run port:rsync path:bin/perl:perl5 port:p5-error |
26 | 26 | depends_lib port:curl port:zlib port:openssl port:expat port:libiconv |
… |
… |
post-destroot { |
79 | 79 | |
80 | 80 | variant doc description {Install HTML and plaintext documentation} { |
81 | 81 | distfiles-append git-htmldocs-${version}${extract.suffix} |
82 | | checksums-append git-htmldocs-${version}${extract.suffix} sha1 4a6e77f7171b16878aa71765a3f947432e669214 |
| 82 | checksums-append git-htmldocs-${version}${extract.suffix} sha1 e7ec6e1ee432484761c89bd3728c69d9dbe98000 |
83 | 83 | } |
84 | 84 | |
85 | 85 | variant gitweb description {Install gitweb.cgi} { |