diff --git a/Portfile b/Portfile
index 969178d..d6bb493 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name git-core |
6 | | version 1.6.1.1 |
| 6 | version 1.6.1.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 ec0c6f941945cb356db3f5c61fb2e2d046e2f08a \ |
23 | | git-manpages-${version}${extract.suffix} sha1 8aba1fd66c6832880db6ecf961c1733bb3889e43 |
| 22 | checksums git-${version}${extract.suffix} sha1 27b9c73e5f04cfe949ae1dfa785c6ebb1cfa98fa \ |
| 23 | git-manpages-${version}${extract.suffix} sha1 5f4d2b60984c4054629a17a01b10df552ee9478d |
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 7a95c18b3a30d23ce9c191a1c6fd92d009e28410 |
| 82 | checksums-append git-htmldocs-${version}${extract.suffix} sha1 2532607649094fe3d242b8ddd14ed80c6f244276 |
83 | 83 | } |
84 | 84 | |
85 | 85 | variant gitweb description {Install gitweb.cgi} { |