Ticket #19620: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 4cd90b8..b12b988 100644
    a b  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.6.3
     6version           1.6.3.1
    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 1dab1068d1886828bdb512e9b809bc779de35609 \
    23              git-manpages-${version}${extract.suffix} sha1 7b91d101d22ec72c84c3b71838f4613dc7e80e1e
     22checksums    git-${version}${extract.suffix} sha1 1b6f6da17663b1031c723e516789aa9310f3ac71 \
     23             git-manpages-${version}${extract.suffix} sha1 e4dd5f5a08d5a9b09cfcd2ba62f3ce7f77479afc
    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 9526c6cece4ad11a27241638d875a71c0a75f61b
     82    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 4a6e77f7171b16878aa71765a3f947432e669214
    8383}
    8484
    8585variant gitweb description {Install gitweb.cgi} {