Ticket #19535: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 201c345..9fc0ffb 100644
    a b  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.6.2.4
     6version           1.6.2.5
    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 6bf54cfdfc675df9c097d5f4c04dd170e047d07a \
    23              git-manpages-${version}${extract.suffix} sha1 f185636663bb384d8dd28f31a523636a262c8d63
     22checksums    git-${version}${extract.suffix} sha1 8986395a863b1d1428d578a8451c3c258226d53a \
     23             git-manpages-${version}${extract.suffix} sha1 c61b94fa0de850aa2db26a6525e88a6adba5c4e3
    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 6f7f548cbacb501b9502aea58157a3d0d305f2a2
     82    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 f5c874be7c8db12bcc9ff91291f7db0908b956ad
    8383}
    8484
    8585variant gitweb description {Install gitweb.cgi} {