Ticket #22602: Portfile-git-core-1.6.5.3.patch
File Portfile-git-core-1.6.5.3.patch, 1.8 KB (added by jschwab@…, 15 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name git-core 7 version 1.6.5. 27 version 1.6.5.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. … … 13 13 openmaintainer 14 14 categories devel 15 15 platforms darwin 16 homepage http://git .or.cz/16 homepage http://git-scm.com/ 17 17 use_bzip2 yes 18 18 master_sites http://www.kernel.org/pub/software/scm/git/ 19 19 distname git-${version} 20 20 distfiles git-${version}${extract.suffix} \ 21 21 git-manpages-${version}${extract.suffix} 22 22 23 checksums git-${version}${extract.suffix} sha1 d31d3054a595e811069b86ceeac56760cae4a835\24 git-manpages-${version}${extract.suffix} sha1 9af56df0a9479bc0d761c4b9e9817fb82eeaf73f23 checksums git-${version}${extract.suffix} sha1 f3b6e26e8fbf1c13a623cd80a663cae502f0cd8b \ 24 git-manpages-${version}${extract.suffix} sha1 733c7ce1a36338dff82dad23c3e68c5a2684fec5 25 25 26 26 depends_run port:rsync path:bin/perl:perl5 port:p5-error 27 27 depends_lib port:curl port:zlib port:openssl port:expat port:libiconv … … 81 81 82 82 variant doc description {Install HTML and plaintext documentation} { 83 83 distfiles-append git-htmldocs-${version}${extract.suffix} 84 checksums-append git-htmldocs-${version}${extract.suffix} sha1 8c315490882641d0b001bb06822c232cb0f1d39784 checksums-append git-htmldocs-${version}${extract.suffix} sha1 68efc2f409c8df8a2438cd300c0099c3b6cefff0 85 85 } 86 86 87 87 variant gitweb description {Install gitweb.cgi} {