Ticket #16955: Portfile.patch

File Portfile.patch, 3.1 KB (added by maccheck@…, 16 years ago)
  • Portfile

    diff --git a/Portfile b/Portfile
    index 473a491..dbf5571 100644
    a b  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.6.0.2
    7 revision          2
     6version           1.6.0.3
    87description       A fast version control system
    98long_description  Git is a fast, scalable, distributed open source version \
    109                  control system focusing on speed and efficiency.
    distname git-${version} 
    2019distfiles         git-${version}${extract.suffix} \
    2120                  git-manpages-${version}${extract.suffix}
    2221
    23 checksums    git-${version}${extract.suffix} sha1 4a1d78604d1fb6c0deb43a498feb454970fb6704 \
    24              git-manpages-${version}${extract.suffix} sha1 aab4cfc70a03ca447bbb86422226c892d9be1e4e
     22checksums    git-${version}${extract.suffix} sha1 9144717196a0c8c18f0b412b137697a70b255f2a \
     23             git-manpages-${version}${extract.suffix} sha1 9ff7497f16dd359d979fa778cfc49a667648d0dc
    2524
    26 depends_run  port:openssh port:rsync port:perl5.8 port:p5-error
     25depends_run  port:rsync port:perl5.8 port:p5-error
    2726depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
    2827
    2928patchfiles   patch-Makefile.diff patch-http.h.diff
    extract.only git-${version}${extract.suffix} \ 
    3332
    3433use_configure  no
    3534
    36 build.env      CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib"
    37 build.args     prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
    38                PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1
     35build.args     CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib" \
     36               prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
     37               PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1 \
     38               NO_R_TO_GCC_LINKER=1
    3939
    4040test.run       yes
    4141test.cmd       make
    test.args prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR= 
    4646
    4747destroot.destdir  DESTDIR=${destroot} prefix=${prefix}
    4848destroot.target   install
    49 destroot.env      CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib"
    50 destroot.args     prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
    51                   PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1
     49destroot.args     CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib" \
     50                  prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
     51                  PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1 \
     52                  NO_R_TO_GCC_LINKER=1
    5253
    5354post-destroot {
    5455    foreach f {1 5 7} {
    post-destroot { 
    7879
    7980variant doc description {Install HTML and plaintext documentation} {
    8081    distfiles-append    git-htmldocs-${version}${extract.suffix}
    81     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 ba96fbe8b938df9084e962c70a3a5076b2230371
     82    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 b385580adc81a07b671f2c4af7a3aa6d281c5455
    8283}
    8384
    8485variant gitweb description {Install gitweb.cgi} {