Ticket #16546: Portfile.patch

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

    old new  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.6.0.1
     6version           1.6.0.2
    77description       A fast version control system
    88long_description  Git is a fast, scalable, distributed open source version \
    99                  control system focusing on speed and efficiency.
     
    1919distfiles         git-${version}${extract.suffix} \
    2020                  git-manpages-${version}${extract.suffix}
    2121
    22 checksums    git-${version}${extract.suffix} sha1 fdab99fe9ffe0625812dd1e019df3c37f0a52e2c \
    23              git-manpages-${version}${extract.suffix} sha1 abff62b8c838b80583fd4e1d3c056de25684bb80
     22checksums    git-${version}${extract.suffix} sha1 4a1d78604d1fb6c0deb43a498feb454970fb6704 \
     23             git-manpages-${version}${extract.suffix} sha1 aab4cfc70a03ca447bbb86422226c892d9be1e4e
    2424
    2525depends_run  port:openssh port:rsync port:perl5.8 port:p5-error
    2626depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
     
    3434
    3535build.env      CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib"
    3636build.args     prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
    37                PERL_PATH="/usr/bin/env perl" NO_FINK=1 NO_DARWIN_PORTS=1
     37               NO_FINK=1 NO_DARWIN_PORTS=1
    3838
    3939test.run       yes
    4040test.cmd       make
    4141test.target    test
    4242test.dir       ${worksrcpath}
    4343test.args      prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
    44                PERL_PATH="/usr/bin/env perl" NO_FINK=1 NO_DARWIN_PORTS=1
     44               NO_FINK=1 NO_DARWIN_PORTS=1
    4545
    4646destroot.destdir  DESTDIR=${destroot} prefix=${prefix}
    4747destroot.target   install
     
    7777
    7878variant doc description {Install HTML and plaintext documentation} {
    7979    distfiles-append    git-htmldocs-${version}${extract.suffix}
    80     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 d9d2ac9f3e46f82d1610b9e51f5b66a5b0f45cf4
     80    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 ba96fbe8b938df9084e962c70a3a5076b2230371
    8181}
    8282
    8383variant gitweb description {Install gitweb.cgi} {