Ticket #11598: git-core-update-whitespace.diff
File git-core-update-whitespace.diff, 3.0 KB (added by jon.olsson@…, 18 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 22843 2007-03-16 17:17:17Z pipping@macports.org $ 2 2 3 3 PortSystem 1.0 4 name 5 version 1.5.0.36 description 7 long_description 8 9 10 efficiently. 11 maintainers 12 categories 13 platforms 14 homepage 15 use_bzip2 4 name git-core 5 version 1.5.0.5 6 description The stupid content tracker. 7 long_description A stupid (but extremely fast) directory \ 8 content manager. It doesn't do a whole lot, \ 9 but what it _does_ do is track directory contents \ 10 efficiently. 11 maintainers bryan@larsen.st 12 categories devel 13 platforms darwin 14 homepage http://git.or.cz/ 15 use_bzip2 yes 16 16 master_sites http://www.kernel.org/pub/software/scm/git/ 17 17 distname git-${version} 18 18 distfiles git-${version}${extract.suffix} \ 19 19 git-manpages-${version}${extract.suffix} 20 checksums git-${version}${extract.suffix} sha1 b061b7cfa4fec5591a58362ae96ff596a3d399c5 \21 git-manpages-${version}${extract.suffix} sha1 b8303904e69fe5b20bcbe5f5348f51936c5e8f9622 depends_run port:curl port:diffutils port:tk \23 port:openssh port:python24 port:rsync \24 port:gsed25 depends_lib port:curl port:zlib port:openssl port:expat port:libiconv26 20 27 patchfiles patch-Makefiles patch-curl 21 checksums git-${version}${extract.suffix} sha1 c765246e8a5bbdef0469bd2b22f604887c40bec0 \ 22 git-manpages-${version}${extract.suffix} sha1 bfe8472f3d33058596e28ae4eb7e81ebf6db15b1 23 depends_run port:curl port:diffutils port:tk \ 24 port:openssh port:python24 port:rsync \ 25 port:gsed 26 depends_lib port:curl port:zlib port:openssl port:expat port:libiconv 28 27 29 use_configure no 28 patchfiles patch-Makefiles patch-curl 30 29 31 build.env CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib" 32 build.args prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} NO_FINK=1 NO_DARWIN_PORTS=1 30 use_configure no 31 32 build.env CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib" 33 build.args prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} NO_FINK=1 NO_DARWIN_PORTS=1 33 34 34 35 destroot.destdir DESTDIR=${destroot} prefix=${prefix} 35 destroot.target 36 destroot.target install 36 37 37 38 post-build { 38 39 system "cd ${worksrcpath}/.. && pax -rw -s,man7/git.7,man1/git.1, man1 man7 ${prefix}/man" 39 40 } 40 41 41 42 variant doc { 42 depends_buildport:asciidoc port:xmlto43 build.target-appenddoc44 destroot.target-appendinstall-doc43 depends_build port:asciidoc port:xmlto 44 build.target-append doc 45 destroot.target-append install-doc 45 46 } 46 47