Ticket #15509: git-core.1.5.5.3.patch

File git-core.1.5.5.3.patch, 1.5 KB (added by maccheck@…, 16 years ago)

patch file from 1.5.5.1 to 1.5.5.3

  • Portfile

    old new  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.5.5.1
     6version           1.5.5.3
    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 a450cd02cbfe8e18311816a9568bcd6d10d6cf52 \
    22              git-manpages-${version}${extract.suffix} sha1 e062f2eb9e46546616e9cc62ecc4bcd485d30d9a
     21checksums    git-${version}${extract.suffix} sha1 a679d56457b54d15c7ef0ed34396c11ff5d4758c \
     22             git-manpages-${version}${extract.suffix} sha1 a1627c77b3b7df10c328f2a17816cdbb0571811e
    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 56ae3fa2e5a7c64177af5122876f5fe063800b40
     79    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 6642972d4e600c1937e4ffc17f99ea11d22825c2
    8080}
    8181
    8282variant gitweb description {Install gitweb.cgi} {