Ticket #21469: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 0d540e5..ae4783c 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.6.4.3
     7version           1.6.4.4
    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 961ae8028609dfa95daf80fe33d24cf342f03454 \
    24              git-manpages-${version}${extract.suffix} sha1 3186ed5a5e14496842c8389b4a3704c57a7e9569
     23checksums    git-${version}${extract.suffix} sha1 da66a6323cc0842b19e3dbc5bb8ee5a59975037f \
     24             git-manpages-${version}${extract.suffix} sha1 39b76f19751995ba3f093cac0b47900e22a5dbd2
    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 d05931858698f9429c6db5ad770dc8704949698a
     84    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 63a4e5d23f58bb76bba4630d176eca827f5273c0
    8585}
    8686
    8787variant gitweb description {Install gitweb.cgi} {