Ticket #15687: Portfile_1.5.5.3_to_1.5.6.1.patch

File Portfile_1.5.5.3_to_1.5.6.1.patch, 1.5 KB (added by maccheck@…, 16 years ago)

patch file from 1.5.5.3 to 1.5.6.1

  • Portfile

    old new  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.5.5.3
     6version           1.5.6.1
    77description       The stupid content tracker.
    88long_description  A stupid (but extremely fast) directory content manager. \
    99                  It doesn't do a whole lot, but what it _does_ do is track \
     
    1818distfiles         git-${version}${extract.suffix} \
    1919                  git-manpages-${version}${extract.suffix}
    2020
    21 checksums    git-${version}${extract.suffix} sha1 a679d56457b54d15c7ef0ed34396c11ff5d4758c \
    22              git-manpages-${version}${extract.suffix} sha1 a1627c77b3b7df10c328f2a17816cdbb0571811e
     21checksums    git-${version}${extract.suffix} sha1 c7ddeeb3f78461815653bbaf59ed1156a9b0fa5f \
     22             git-manpages-${version}${extract.suffix} sha1 d9e4d24ee18fe4fa7079967d11aa1e8949b890b8
    2323
    2424depends_run  port:openssh port:rsync port:perl5.8 port:p5-error
    2525depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
     
    7676
    7777variant doc description {Install HTML and plaintext documentation} {
    7878    distfiles-append    git-htmldocs-${version}${extract.suffix}
    79     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 6642972d4e600c1937e4ffc17f99ea11d22825c2
     79    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 3af8649dd6d5b4c86b590229c891782ecf869eb4
    8080}
    8181
    8282variant gitweb description {Install gitweb.cgi} {