New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20041: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 5fc343c..84a53e8 100644
    a b  
    33PortSystem        1.0 
    44 
    55name              git-core 
    6 version           1.6.3.2 
     6version           1.6.3.3 
    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. 
     
    1919distfiles         git-${version}${extract.suffix} \ 
    2020                  git-manpages-${version}${extract.suffix} 
    2121 
    22 checksums    git-${version}${extract.suffix} sha1 7e32fe5a117959d9aa112c67b258c54d37320349 \ 
    23              git-manpages-${version}${extract.suffix} sha1 11d107e4639318a948137faa88ad291b12b9515a 
     22checksums    git-${version}${extract.suffix} sha1 200b49304696357ccf7a4837307348d681b7e04d \ 
     23             git-manpages-${version}${extract.suffix} sha1 0153298e215ac6beb3c6073aa1c8bd0de9a1da3b 
    2424 
    2525depends_run  port:rsync path:bin/perl:perl5 port:p5-error 
    2626depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv 
     
    8080 
    8181variant doc description {Install HTML and plaintext documentation} { 
    8282    distfiles-append    git-htmldocs-${version}${extract.suffix} 
    83     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 e7ec6e1ee432484761c89bd3728c69d9dbe98000 
     83    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 f6d5bec24edfd27bf91f0f0cc13cfcfd7ecd045f 
    8484} 
    8585 
    8686variant gitweb description {Install gitweb.cgi} {