Ticket #27697: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 5269ed1..76bb29a 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.3.3
     7version           1.7.3.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                     md5     0430440eeb7c037afd4254bc6fd2cce8 \
    23                     sha1    8d8f6bbfa176ff9dc9c646a5341e58b35c09ae02 \
    24                     rmd160  ca39f8988c0eff1b63f81ef405ae75cbc0be6540 \
     22                    md5     3a2602016f98c529cda7b9fad1a6e216 \
     23                    sha1    8bda6668531fc41a72a680978798deb9ee048846 \
     24                    rmd160  37cdb8b50c802655643a243ef26fe3d50145d29c \
    2525             git-manpages-${version}${extract.suffix} \
    26                     md5     554b648ee9859c73955978e65d9a8c94 \
    27                     sha1    52dbc6093bce00e659c92c0a52a4770fc3fd5ee8 \
    28                     rmd160  402ce22ba5c3b13e1562feb5f94f4dd0cca7753f
     26                    md5     ec0883134fa00628d9057d1551d9c739 \
     27                    sha1    c4f93ed1d9892af1174d63743dc578835a6183f1 \
     28                    rmd160  dfd4a4757077290a666ad974585677888f909890
    2929
    3030depends_run  port:rsync port:p5-error
    3131depends_lib  path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv
    variant python27 conflicts python26 description {Use Python 2.7} { 
    119119variant doc description {Install HTML and plaintext documentation} {
    120120    distfiles-append    git-htmldocs-${version}${extract.suffix}
    121121    checksums-append    git-htmldocs-${version}${extract.suffix} \
    122                     md5     f88d5054e4aa4b3f6f7769e4784e6bd9 \
    123                     sha1    50ef88b8f0d502abb87a1b8c24a4ac7dbeb460c9 \
    124                     rmd160  fc39efc86b35bda0f6034cafe19a8ff58b464cc3
     122                    md5     2adbb534b28be52145ddd9bb5cca2f93 \
     123                    sha1    17cbfcb9b85352777ace4b787e8ff48b6aeee6ab \
     124                    rmd160  4183ff0e61885323371b11dfb119bcc718e46a34
    125125}
    126126
    127127variant gitweb description {Install gitweb.cgi} {