Ticket #16039: Portfile_1.5.6.3_to_1.5.6.4.patch
File Portfile_1.5.6.3_to_1.5.6.4.patch, 1.5 KB (added by maccheck@…, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name git-core 6 version 1.5.6. 36 version 1.5.6.4 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. … … 19 19 distfiles git-${version}${extract.suffix} \ 20 20 git-manpages-${version}${extract.suffix} 21 21 22 checksums git-${version}${extract.suffix} sha1 d1eddee4d4e78231f8eae96199e7f0b2e8f98096\23 git-manpages-${version}${extract.suffix} sha1 87229c8e722bb95040503ccbe546db281d3f553822 checksums git-${version}${extract.suffix} sha1 fa27ec07966ba52ed639aa8dcbf52fee58e98b1a \ 23 git-manpages-${version}${extract.suffix} sha1 bf208517c6fff54dbcab1a221d24be85a38e2e24 24 24 25 25 depends_run port:openssh port:rsync port:perl5.8 port:p5-error 26 26 depends_lib port:curl port:zlib port:openssl port:expat port:libiconv … … 77 77 78 78 variant doc description {Install HTML and plaintext documentation} { 79 79 distfiles-append git-htmldocs-${version}${extract.suffix} 80 checksums-append git-htmldocs-${version}${extract.suffix} sha1 b7027541edf509656dff69723eaaa0940db5603380 checksums-append git-htmldocs-${version}${extract.suffix} sha1 118171fd0e52cbc8cc135364cf1836c9f923f931 81 81 } 82 82 83 83 variant gitweb description {Install gitweb.cgi} {