Ticket #14199: git-core-portfile.patch

File git-core-portfile.patch, 1.6 KB (added by michel.sylvan@…, 16 years ago)

Patch to git-core Portfile

  • devel/git-core/Portfile

    old new  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.5.3.7
     6version           1.5.3.8
    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 95c3b64d34f28db8122e30f28dc5758ebbc8469b \
    22              git-manpages-${version}${extract.suffix} sha1 7cc45f156298d0fbd4ead4a9b2096ed2143287b8
     21checksums    git-${version}${extract.suffix} sha1 acca91988e674c5976e15a290be65f2775296162 \
     22             git-manpages-${version}${extract.suffix} sha1 15b9ece73c28897affb5da187835d19ff20e9962
    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
     
    6868
    6969variant doc description {Install HTML and plaintext documentation} {
    7070    distfiles-append    git-htmldocs-${version}${extract.suffix}
    71     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 926fb29604d69ce45ecf7b57d1b8feeb6c356f9b
     71    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 d822887c45437daebf08c7cfe6e93a4ce5136fd3
    7272}
    7373
    7474variant svn description {Bi-directional subversion repository support} {