diff --git a/Portfile b/Portfile
index c4b79cf..b563856 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git-core |
7 | | version 1.7.0.2 |
| 7 | version 1.7.0.3 |
8 | 8 | description A fast version control system |
9 | 9 | long_description Git is a fast, scalable, distributed open source version \ |
10 | 10 | control system focusing on speed and efficiency. |
… |
… |
distfiles git-${version}${extract.suffix} \ |
21 | 21 | git-manpages-${version}${extract.suffix} |
22 | 22 | |
23 | 23 | checksums git-${version}${extract.suffix} \ |
24 | | md5 76518fa774b36de81d160b85fa4f19c1 \ |
25 | | sha1 82ec53af5950b3c70f8e3c54b347ac476e3c1d51 \ |
26 | | rmd160 744531d370eefebe8c55d0160ba4ab32c390a2d6 \ |
| 24 | md5 1a449b84dd60a066ea491a54346843e6 \ |
| 25 | sha1 7244e2ac0c439c9acdd1432072a9ff3dce8bc319 \ |
| 26 | rmd160 cfe3b9ef21c62c47aaaef997d0cd44c7436649d6 \ |
27 | 27 | git-manpages-${version}${extract.suffix} \ |
28 | | md5 58e0c6b194d989de8f7c4c7193315287 \ |
29 | | sha1 0e5c1f446038e36cb086a8f34ce53bf978fdd62f \ |
30 | | rmd160 585ac5b6dd785c6556e53c2ddd848f3fbd6b9dca \ |
| 28 | md5 72b899852af3cb1858999357b58ac7bb \ |
| 29 | sha1 e10259bcb42c484fcf6faca3604612877eea67e7 \ |
| 30 | rmd160 9e59ab7d75985b952c136364ad14b87f80de152b \ |
31 | 31 | |
32 | 32 | depends_run port:rsync path:bin/perl:perl5 port:p5-error |
33 | 33 | depends_lib port:curl port:zlib port:openssl port:expat port:libiconv |
… |
… |
post-destroot { |
91 | 91 | variant doc description {Install HTML and plaintext documentation} { |
92 | 92 | distfiles-append git-htmldocs-${version}${extract.suffix} |
93 | 93 | checksums-append git-htmldocs-${version}${extract.suffix} \ |
94 | | md5 a33cd464d4c31e3ef0440e7e8d367f02 \ |
95 | | sha1 31cf53f1e339fca694c1b217ea37994b7c92d27b \ |
96 | | rmd160 58e08ff5a35e52bead306125dccee3ae9e55f734 |
| 94 | md5 6b75778734a1637af157f7e62b204322 \ |
| 95 | sha1 9536a7b13c1caa4e6c27a005071b09e629654fc1 \ |
| 96 | rmd160 6a3b62c1de86e4f63e84fd092df2e94265c104e4 |
97 | 97 | } |
98 | 98 | |
99 | 99 | variant gitweb description {Install gitweb.cgi} { |
… |
… |
variant gitweb description {Install gitweb.cgi} { |
104 | 104 | xinstall -m 444 -W ${worksrcpath}/gitweb \ |
105 | 105 | gitweb.cgi \ |
106 | 106 | gitweb.css \ |
| 107 | gitweb.js \ |
107 | 108 | git-favicon.png \ |
108 | 109 | git-logo.png \ |
109 | 110 | ${destroot}${prefix}/share/${name}/gitweb |