Ticket #19297: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index e72a110..3e7ff3d 100644
    a b  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.6.2.2
     6version           1.6.2.3
    77description       A fast version control system
    88long_description  Git is a fast, scalable, distributed open source version \
    99                  control system focusing on speed and efficiency.
    distname git-${version} 
    1919distfiles         git-${version}${extract.suffix} \
    2020                  git-manpages-${version}${extract.suffix}
    2121
    22 checksums    git-${version}${extract.suffix} sha1 c5edf42bb2d1e9cbb89a63712bfd567330573190 \
    23              git-manpages-${version}${extract.suffix} sha1 5748daa7da1839922f8651cd95b62cacca6328a4
     22checksums    git-${version}${extract.suffix} sha1 902452eff5f35b4a915f6e4d90a83391b765ed4d \
     23             git-manpages-${version}${extract.suffix} sha1 3bac1d069ddc842ad6d999961d67c975dbdfed5a
    2424
    2525depends_run  port:rsync path:bin/perl:perl5 port:p5-error
    2626depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
    post-destroot { 
    7979
    8080variant doc description {Install HTML and plaintext documentation} {
    8181    distfiles-append    git-htmldocs-${version}${extract.suffix}
    82     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 0daafac257a5aa9210d02303ee30f4334b197393
     82    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 89b0b5ad1c1524088250b887a3b7cde03b309e64
    8383}
    8484
    8585variant gitweb description {Install gitweb.cgi} {