New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #22253: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 344ae36..c3ca4aa 100644
    a b  
    44PortSystem        1.0 
    55 
    66name              git-core 
    7 version           1.6.5.1 
     7version           1.6.5.2 
    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 c955aa579be9bf5991adf465e6e4a2d6ba173fc1 \ 
    24              git-manpages-${version}${extract.suffix} sha1 e0dc828f2ec4a4ab47ee7f56ba305843e4f7fa8b 
     23checksums    git-${version}${extract.suffix} sha1 d31d3054a595e811069b86ceeac56760cae4a835 \ 
     24             git-manpages-${version}${extract.suffix} sha1 9af56df0a9479bc0d761c4b9e9817fb82eeaf73f 
    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 34ff79cb18f48aa062996e82d3fa2e3547b096c4 
     84    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 8c315490882641d0b001bb06822c232cb0f1d397 
    8585} 
    8686 
    8787variant gitweb description {Install gitweb.cgi} {