Ticket #29697: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 5b90dc7..9d88875 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.5.2
     7version           1.7.5.4
    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.
    distfiles git-${version}${extract.suffix} \ 
    1919                  git-manpages-${version}${extract.suffix}
    2020
    2121checksums    git-${version}${extract.suffix} \
    22                     sha1    c7cc4f9b0a8718e966d32c8f834df67ed2b5560f \
    23                     rmd160  c1e4e065b0fe7e756d22ac0a3c867ebd4923bb4c \
     22                    sha1    076eca037a993de2c1bcf093fee5a1ad56af71fa \
     23                    rmd160  2cde34bb24ed5ecb1e07b2b5e8314adfd781a186 \
    2424             git-manpages-${version}${extract.suffix} \
    25                     sha1    a18f752ea2fb86a4ffc9557d55b5588e12574bdf \
    26                     rmd160  20c03c54efe0040d2836991096b78f0e9f3b1679
     25                    sha1    f7ca383d94152777eca28fdffce38d88a51b90cf \
     26                    rmd160  d465b40061883dd27e75bbb24952158db0859d5a
    2727
    2828depends_run  port:rsync port:p5-error
    2929depends_lib  path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv
    variant python27 conflicts python26 description {Use Python 2.7} { 
    117117variant doc description {Install HTML and plaintext documentation} {
    118118    distfiles-append    git-htmldocs-${version}${extract.suffix}
    119119    checksums-append    git-htmldocs-${version}${extract.suffix} \
    120                     sha1    4fd94c1e28719ea44583179db780c6baf74735fd \
    121                     rmd160  56128845d65c9fd49335c1dbe552ea010b5b448a
     120                    sha1    1f4c9906b77fd4151c320e44b351e06fd9e7eca5 \
     121                    rmd160  c00d922cf678243be57c8cb70c7fca07d5f8a56d
    122122}
    123123
    124124variant gitweb description {Install gitweb.cgi} {