Ticket #14958: Portfile.diff

File Portfile.diff, 1.5 KB (added by maccheck@…, 16 years ago)

patch 1.5.4.5 -> 1.5.5.1

  • Portfile

    old new  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.5.4.5
     6version           1.5.5.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 69c4b904f13b72f57405393d54f33831c9cfad8f \
    22              git-manpages-${version}${extract.suffix} sha1 659b5217b342b757a01603f61bd90a4d60f7e681
     21checksums    git-${version}${extract.suffix} sha1 a450cd02cbfe8e18311816a9568bcd6d10d6cf52 \
     22             git-manpages-${version}${extract.suffix} sha1 e062f2eb9e46546616e9cc62ecc4bcd485d30d9a
    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
     
    7474
    7575variant doc description {Install HTML and plaintext documentation} {
    7676    distfiles-append    git-htmldocs-${version}${extract.suffix}
    77     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 7087b54af84b8d91fec8d9a48c8f746047d3cd6a
     77    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 56ae3fa2e5a7c64177af5122876f5fe063800b40
    7878}
    7979
    8080variant gitweb description {Install gitweb.cgi} {