Ticket #22027: Portfile.patch

File Portfile.patch, 1.5 KB (added by maccheck@…, 15 years ago)
  • Portfile

    diff --git a/Portfile b/Portfile
    index ae4783c..eb12fca 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.6.4.4
     7version           1.6.5
    88description       A fast version control system
    99long_description  Git is a fast, scalable, distributed open source version \
    1010                  control system focusing on speed and efficiency.
    distname git-${version} 
    2020distfiles         git-${version}${extract.suffix} \
    2121                  git-manpages-${version}${extract.suffix}
    2222
    23 checksums    git-${version}${extract.suffix} sha1 da66a6323cc0842b19e3dbc5bb8ee5a59975037f \
    24              git-manpages-${version}${extract.suffix} sha1 39b76f19751995ba3f093cac0b47900e22a5dbd2
     23checksums    git-${version}${extract.suffix} sha1 8047b6ea66bd0651c4f103febcba8eedfc034677 \
     24             git-manpages-${version}${extract.suffix} sha1 ebc5d4edf9bb1541774b9224dd0609a22ba64862
    2525
    2626depends_run  port:rsync path:bin/perl:perl5 port:p5-error
    2727depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
    post-destroot { 
    8181
    8282variant doc description {Install HTML and plaintext documentation} {
    8383    distfiles-append    git-htmldocs-${version}${extract.suffix}
    84     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 63a4e5d23f58bb76bba4630d176eca827f5273c0
     84    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 f80ebd5d54b934fa6bab99a306fba1c8d33351ca
    8585}
    8686
    8787variant gitweb description {Install gitweb.cgi} {