Ticket #19135: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 8225cc8..e72a110 100644
    a b  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.6.2.1
     6version           1.6.2.2
    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 c34775a9732a29a6cd6e35eac3ce14292ede3676 \
    23              git-manpages-${version}${extract.suffix} sha1 7415a766036ce0116ae953b6074b63a22334608c
     22checksums    git-${version}${extract.suffix} sha1 c5edf42bb2d1e9cbb89a63712bfd567330573190 \
     23             git-manpages-${version}${extract.suffix} sha1 5748daa7da1839922f8651cd95b62cacca6328a4
    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 d7c6a239cabd48e6ca78a79d278611404d5c830f
     82    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 0daafac257a5aa9210d02303ee30f4334b197393
    8383}
    8484
    8585variant gitweb description {Install gitweb.cgi} {