Ticket #17752: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 1268cf8..c74ab0e 100644
    a b  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.6.0.5
     6version           1.6.0.6
    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 838577673c008dc4cbd60a2b9b1d659ad5f7fb3a \
    23              git-manpages-${version}${extract.suffix} sha1 58960a4ab1d70e5d9639bc3e81f213eea6577670
     22checksums    git-${version}${extract.suffix} sha1 80ad0c2a450e182322c6e006f9345b784dfc66e3 \
     23             git-manpages-${version}${extract.suffix} sha1 6a27a20f05cf0ac980915d5577d241a4836134de
    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 70c206a64517d878a4d5f29e345a010074c11d5a
     82    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 9eecc27e26e88c8f7ed0eea658c2c2d71ec9b9a6
    8383}
    8484
    8585variant gitweb description {Install gitweb.cgi} {