diff --git a/Portfile b/Portfile
index 91e5d56..969178d 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name git-core |
6 | | version 1.6.1 |
7 | | revision 1 |
| 6 | version 1.6.1.1 |
8 | 7 | description A fast version control system |
9 | 8 | long_description Git is a fast, scalable, distributed open source version \ |
10 | 9 | control system focusing on speed and efficiency. |
… |
… |
distname git-${version} |
20 | 19 | distfiles git-${version}${extract.suffix} \ |
21 | 20 | git-manpages-${version}${extract.suffix} |
22 | 21 | |
23 | | checksums git-${version}${extract.suffix} sha1 4caeafd06a5482337052f142073be66f2a39134a \ |
24 | | git-manpages-${version}${extract.suffix} sha1 fa2d94dc966484b14ae11d39d0d8336946a93001 |
| 22 | checksums git-${version}${extract.suffix} sha1 ec0c6f941945cb356db3f5c61fb2e2d046e2f08a \ |
| 23 | git-manpages-${version}${extract.suffix} sha1 8aba1fd66c6832880db6ecf961c1733bb3889e43 |
25 | 24 | |
26 | 25 | depends_run port:rsync path:bin/perl:perl5 port:p5-error |
27 | 26 | depends_lib port:curl port:zlib port:openssl port:expat port:libiconv |
… |
… |
post-destroot { |
80 | 79 | |
81 | 80 | variant doc description {Install HTML and plaintext documentation} { |
82 | 81 | distfiles-append git-htmldocs-${version}${extract.suffix} |
83 | | checksums-append git-htmldocs-${version}${extract.suffix} sha1 c6cd28959ed6e2fbd892fe16adda1d31a3301ae8 |
| 82 | checksums-append git-htmldocs-${version}${extract.suffix} sha1 7a95c18b3a30d23ce9c191a1c6fd92d009e28410 |
84 | 83 | } |
85 | 84 | |
86 | 85 | variant gitweb description {Install gitweb.cgi} { |