Ticket #16039: Portfile_1.5.6.3_to_1.5.6.4.patch

File Portfile_1.5.6.3_to_1.5.6.4.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.3
     6version           1.5.6.4
    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 d1eddee4d4e78231f8eae96199e7f0b2e8f98096 \
    23              git-manpages-${version}${extract.suffix} sha1 87229c8e722bb95040503ccbe546db281d3f5538
     22checksums    git-${version}${extract.suffix} sha1 fa27ec07966ba52ed639aa8dcbf52fee58e98b1a \
     23             git-manpages-${version}${extract.suffix} sha1 bf208517c6fff54dbcab1a221d24be85a38e2e24
    2424
    2525depends_run  port:openssh port:rsync port:perl5.8 port:p5-error
    2626depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
     
    7777
    7878variant doc description {Install HTML and plaintext documentation} {
    7979    distfiles-append    git-htmldocs-${version}${extract.suffix}
    80     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 b7027541edf509656dff69723eaaa0940db56033
     80    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 118171fd0e52cbc8cc135364cf1836c9f923f931
    8181}
    8282
    8383variant gitweb description {Install gitweb.cgi} {