Ticket #16240: Portfile_1.5.6.4_to_1.5.6.5.patch

File Portfile_1.5.6.4_to_1.5.6.5.patch, 1.5 KB (added by maccheck@…, 16 years ago)
  • Portfile

    old new  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.5.6.4
     6version           1.5.6.5
    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 fa27ec07966ba52ed639aa8dcbf52fee58e98b1a \
    23              git-manpages-${version}${extract.suffix} sha1 bf208517c6fff54dbcab1a221d24be85a38e2e24
     22checksums    git-${version}${extract.suffix} sha1 5961912d301ecd9945667642c6c2ff9c299242e7 \
     23             git-manpages-${version}${extract.suffix} sha1 0707ca806c79f1a9573e867fe84e1d18a71a50e2
    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
     
    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 118171fd0e52cbc8cc135364cf1836c9f923f931
     80    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 f193cdf1c5a53a379a4b58b1992650c1fb80f727
    8181}
    8282
    8383variant gitweb description {Install gitweb.cgi} {