diff --git a/Portfile b/Portfile
index 75d59c3..3694499 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git-core |
7 | | version 1.7.2.2 |
8 | | revision 1 |
| 7 | version 1.7.2.3 |
9 | 8 | description A fast version control system |
10 | 9 | long_description Git is a fast, scalable, distributed open source version \ |
11 | 10 | control system focusing on speed and efficiency. |
… |
… |
distfiles git-${version}${extract.suffix} \ |
20 | 19 | git-manpages-${version}${extract.suffix} |
21 | 20 | |
22 | 21 | checksums git-${version}${extract.suffix} \ |
23 | | md5 4a5840b6d650692cb320eddb5ccefbaf \ |
24 | | sha1 0cc1caba421a2af5f8e3b9648a6230ea07c60bee \ |
25 | | rmd160 efee981b6fe75b8073489537e0cf71aad7586f91 \ |
| 22 | md5 d88c06f6442156686deb4b4fbab0954c \ |
| 23 | sha1 d9fe7bab2f40731d94002c614304b1c3fea23bb9 \ |
| 24 | rmd160 5c1bd58a62d3a29bb8e9a2733c8c2b98a950a225 \ |
26 | 25 | git-manpages-${version}${extract.suffix} \ |
27 | | md5 2278da6b57891bd9b789d313dc8eb772 \ |
28 | | sha1 0b63f30cfb6073746b298aa5584eb8321bcd66a9 \ |
29 | | rmd160 bd2feb1f74530d44cba834a52adde10b773d8744 |
| 26 | md5 2ef8d3959c832347c29885627ebc0682 \ |
| 27 | sha1 bed8aa072dabc51f6fa9dfbc363c023235a63200 \ |
| 28 | rmd160 aea1a16ffa9fc2b91c7f6806cf848573f89825c2 |
30 | 29 | |
31 | 30 | depends_run port:rsync port:p5-error |
32 | 31 | depends_lib path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv port:python26 |
… |
… |
post-destroot { |
90 | 89 | variant doc description {Install HTML and plaintext documentation} { |
91 | 90 | distfiles-append git-htmldocs-${version}${extract.suffix} |
92 | 91 | checksums-append git-htmldocs-${version}${extract.suffix} \ |
93 | | md5 83ce6457a4d80c38ce7c4d477bdf5600 \ |
94 | | sha1 4b720a1b4614c2be5b969f728e5f3d5127a58e92 \ |
95 | | rmd160 5318d7276a71c173fb16a1e7f503bf868e529654 |
| 92 | md5 e8505ed81506ee4ad6e15d149f366866 \ |
| 93 | sha1 bd99507c2a3286b409df3ef5987472732fe8283b \ |
| 94 | rmd160 64ac98bf670efa13ee007d5d15ec7a6c1754b567 |
96 | 95 | } |
97 | 96 | |
98 | 97 | variant gitweb description {Install gitweb.cgi} { |