Ticket #16546: Portfile.patch
File Portfile.patch, 2.2 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.6.0. 16 version 1.6.0.2 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 fdab99fe9ffe0625812dd1e019df3c37f0a52e2c\23 git-manpages-${version}${extract.suffix} sha1 a bff62b8c838b80583fd4e1d3c056de25684bb8022 checksums git-${version}${extract.suffix} sha1 4a1d78604d1fb6c0deb43a498feb454970fb6704 \ 23 git-manpages-${version}${extract.suffix} sha1 aab4cfc70a03ca447bbb86422226c892d9be1e4e 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 … … 34 34 35 35 build.env CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib" 36 36 build.args prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ 37 PERL_PATH="/usr/bin/env perl"NO_FINK=1 NO_DARWIN_PORTS=137 NO_FINK=1 NO_DARWIN_PORTS=1 38 38 39 39 test.run yes 40 40 test.cmd make 41 41 test.target test 42 42 test.dir ${worksrcpath} 43 43 test.args prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ 44 PERL_PATH="/usr/bin/env perl"NO_FINK=1 NO_DARWIN_PORTS=144 NO_FINK=1 NO_DARWIN_PORTS=1 45 45 46 46 destroot.destdir DESTDIR=${destroot} prefix=${prefix} 47 47 destroot.target install … … 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 d9d2ac9f3e46f82d1610b9e51f5b66a5b0f45cf480 checksums-append git-htmldocs-${version}${extract.suffix} sha1 ba96fbe8b938df9084e962c70a3a5076b2230371 81 81 } 82 82 83 83 variant gitweb description {Install gitweb.cgi} {