Ticket #15975: Portfile_1.5.6.2_to_1.5.6.3.patch

File Portfile_1.5.6.2_to_1.5.6.3.patch, 1.5 KB (added by maccheck@…, 16 years ago)
  • Portfile

    old new  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.5.6.2
     6version           1.5.6.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.
     
    1717distfiles         git-${version}${extract.suffix} \
    1818                  git-manpages-${version}${extract.suffix}
    1919
    20 checksums    git-${version}${extract.suffix} sha1 c725c44d0cf198c74a239953891b60fbd9593611 \
    21              git-manpages-${version}${extract.suffix} sha1 50ca799b19bbd93071efe2bb7791793ad2681f47
     20checksums    git-${version}${extract.suffix} sha1 d1eddee4d4e78231f8eae96199e7f0b2e8f98096 \
     21             git-manpages-${version}${extract.suffix} sha1 87229c8e722bb95040503ccbe546db281d3f5538
    2222
    2323depends_run  port:openssh port:rsync port:perl5.8 port:p5-error
    2424depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
     
    7575
    7676variant doc description {Install HTML and plaintext documentation} {
    7777    distfiles-append    git-htmldocs-${version}${extract.suffix}
    78     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 d7117b02788153e92a5d632403cc460cd90c0f95
     78    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 b7027541edf509656dff69723eaaa0940db56033
    7979}
    8080
    8181variant gitweb description {Install gitweb.cgi} {