diff --git a/Portfile b/Portfile
index e157708..1268cf8 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name git-core |
6 | | version 1.6.0.4 |
| 6 | version 1.6.0.5 |
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 6e9471519d482894ffd7ecc10cf2c09506971e3d \ |
23 | | git-manpages-${version}${extract.suffix} sha1 26e713ef11449187f9762fb603cca43b2b5b80b8 |
| 22 | checksums git-${version}${extract.suffix} sha1 838577673c008dc4cbd60a2b9b1d659ad5f7fb3a \ |
| 23 | git-manpages-${version}${extract.suffix} sha1 58960a4ab1d70e5d9639bc3e81f213eea6577670 |
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 |
27 | 27 | |
28 | | patchfiles patch-Makefile.diff patch-http.h.diff |
| 28 | patchfiles patch-Makefile.diff |
29 | 29 | |
30 | 30 | extract.only git-${version}${extract.suffix} \ |
31 | 31 | git-manpages-${version}${extract.suffix} |
… |
… |
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 2ce03c496bc6d332cfaed4bd58ddb0a0bce3adea |
| 82 | checksums-append git-htmldocs-${version}${extract.suffix} sha1 70c206a64517d878a4d5f29e345a010074c11d5a |
83 | 83 | } |
84 | 84 | |
85 | 85 | variant gitweb description {Install gitweb.cgi} { |
… |
… |
variant gitweb description {Install gitweb.cgi} { |
100 | 100 | } |
101 | 101 | |
102 | 102 | variant svn description {Bi-directional subversion repository support} { |
103 | | depends_run-append port:subversion port:p5-libwww-perl port:p5-svn-simple port:p5-term-readkey port:unixODBC |
| 103 | depends_run-append port:subversion port:p5-libwww-perl port:p5-svn-simple port:p5-term-readkey |
104 | 104 | } |
105 | 105 | |
106 | 106 | variant bash_completion description {Bash completion support} { |