diff --git a/Portfile b/Portfile
index d6bb493..0e90d62 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name git-core |
6 | | version 1.6.1.2 |
| 6 | version 1.6.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 27b9c73e5f04cfe949ae1dfa785c6ebb1cfa98fa \ |
23 | | git-manpages-${version}${extract.suffix} sha1 5f4d2b60984c4054629a17a01b10df552ee9478d |
| 22 | checksums git-${version}${extract.suffix} sha1 685b9e203786dd4bcd7672088bcac42e22930ee0 \ |
| 23 | git-manpages-${version}${extract.suffix} sha1 e621826b090cac60d28758eb9ec2c7ab4c0d63ba |
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 2532607649094fe3d242b8ddd14ed80c6f244276 |
| 82 | checksums-append git-htmldocs-${version}${extract.suffix} sha1 4943d51bf49a574e1cefe3833ef6820964b40455 |
83 | 83 | } |
84 | 84 | |
85 | 85 | variant gitweb description {Install gitweb.cgi} { |