Ticket #21345: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index e3f1296..0d540e5 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.6.4.2
     7version           1.6.4.3
    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 75f8cda28a981f80c96710c18525f7adc42a8bc8 \
    24              git-manpages-${version}${extract.suffix} sha1 b9454a5776cf677aac9bad83f5fe9fb14e048132
     23checksums    git-${version}${extract.suffix} sha1 961ae8028609dfa95daf80fe33d24cf342f03454 \
     24             git-manpages-${version}${extract.suffix} sha1 3186ed5a5e14496842c8389b4a3704c57a7e9569
    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 80b38911b877193e66bff900a330934bcff97a74
     84    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 d05931858698f9429c6db5ad770dc8704949698a
    8585}
    8686
    8787variant gitweb description {Install gitweb.cgi} {