Ticket #20485: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 84a53e8..5863e52 100644
    a b  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.6.3.3
     6version           1.6.4
    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 200b49304696357ccf7a4837307348d681b7e04d \
    23              git-manpages-${version}${extract.suffix} sha1 0153298e215ac6beb3c6073aa1c8bd0de9a1da3b
     22checksums    git-${version}${extract.suffix} sha1 e6dd6b1fe937aa14866ce7d8672a50fb1956c41b \
     23             git-manpages-${version}${extract.suffix} sha1 34c8afef3e03283585edb1093b517f697f18a47b
    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 { 
    8080
    8181variant doc description {Install HTML and plaintext documentation} {
    8282    distfiles-append    git-htmldocs-${version}${extract.suffix}
    83     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 f6d5bec24edfd27bf91f0f0cc13cfcfd7ecd045f
     83    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 cf162b278a39fbe78c90f015ba3749d99b8ab7db
    8484}
    8585
    8686variant gitweb description {Install gitweb.cgi} {