Ticket #11598: git-core-update-whitespace.diff

File git-core-update-whitespace.diff, 3.0 KB (added by jon.olsson@…, 17 years ago)
  • Portfile

    old new  
    11# $Id: Portfile 22843 2007-03-16 17:17:17Z pipping@macports.org $
    22
    33PortSystem 1.0
    4 name            git-core
    5 version         1.5.0.3
    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
     4name            git-core
     5version         1.5.0.5
     6description     The stupid content tracker.
     7long_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.
     11maintainers     bryan@larsen.st
     12categories      devel
     13platforms       darwin
     14homepage        http://git.or.cz/
     15use_bzip2       yes
    1616master_sites    http://www.kernel.org/pub/software/scm/git/
    1717distname        git-${version}
    1818distfiles       git-${version}${extract.suffix} \
    1919                git-manpages-${version}${extract.suffix}
    20 checksums       git-${version}${extract.suffix} sha1 b061b7cfa4fec5591a58362ae96ff596a3d399c5 \
    21                 git-manpages-${version}${extract.suffix} sha1 b8303904e69fe5b20bcbe5f5348f51936c5e8f96
    22 depends_run     port:curl port:diffutils port:tk \
    23                 port:openssh port:python24 port:rsync \
    24                 port:gsed
    25 depends_lib     port:curl port:zlib port:openssl port:expat port:libiconv
    2620
    27 patchfiles      patch-Makefiles patch-curl
     21checksums       git-${version}${extract.suffix} sha1 c765246e8a5bbdef0469bd2b22f604887c40bec0 \
     22                git-manpages-${version}${extract.suffix} sha1 bfe8472f3d33058596e28ae4eb7e81ebf6db15b1
     23depends_run     port:curl port:diffutils port:tk \
     24                port:openssh port:python24 port:rsync \
     25                port:gsed
     26depends_lib     port:curl port:zlib port:openssl port:expat port:libiconv
    2827
    29 use_configure   no
     28patchfiles      patch-Makefiles patch-curl
    3029
    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
     30use_configure   no
     31
     32build.env       CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib"
     33build.args      prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} NO_FINK=1 NO_DARWIN_PORTS=1
    3334
    3435destroot.destdir DESTDIR=${destroot} prefix=${prefix}
    35 destroot.target install
     36destroot.target install
    3637
    3738post-build {
    3839    system "cd ${worksrcpath}/.. && pax -rw -s,man7/git.7,man1/git.1, man1 man7 ${prefix}/man"
    3940}
    4041
    4142variant doc {
    42         depends_build           port:asciidoc port:xmlto
    43         build.target-append     doc
    44         destroot.target-append  install-doc
     43        depends_build           port:asciidoc port:xmlto
     44        build.target-append     doc
     45        destroot.target-append  install-doc
    4546}
    4647