Ticket #17212: Portfile-git-core.diff
File Portfile-git-core.diff, 1.7 KB (added by bryan@…, 16 years ago) |
---|
-
devel/git-core/Portfile
old new 1 # $Id : Portfile 40902 2008-10-17 21:07:57Z blb@macports.org$1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 5 5 name git-core 6 version 1.6.0. 27 revision 26 version 1.6.0.4 7 revision 0 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. … … 20 20 distfiles git-${version}${extract.suffix} \ 21 21 git-manpages-${version}${extract.suffix} 22 22 23 checksums git-${version}${extract.suffix} sha1 4a1d78604d1fb6c0deb43a498feb454970fb6704\24 git-manpages-${version}${extract.suffix} sha1 aab4cfc70a03ca447bbb86422226c892d9be1e4e23 checksums git-${version}${extract.suffix} sha1 6e9471519d482894ffd7ecc10cf2c09506971e3d \ 24 git-manpages-${version}${extract.suffix} sha1 26e713ef11449187f9762fb603cca43b2b5b80b8 25 25 26 26 depends_run port:openssh port:rsync port:perl5.8 port:p5-error 27 27 depends_lib port:curl port:zlib port:openssl port:expat port:libiconv … … 78 78 79 79 variant doc description {Install HTML and plaintext documentation} { 80 80 distfiles-append git-htmldocs-${version}${extract.suffix} 81 checksums-append git-htmldocs-${version}${extract.suffix} sha1 ba96fbe8b938df9084e962c70a3a5076b223037181 checksums-append git-htmldocs-${version}${extract.suffix} sha1 2ce03c496bc6d332cfaed4bd58ddb0a0bce3adea 82 82 } 83 83 84 84 variant gitweb description {Install gitweb.cgi} {