Ticket #27882: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 314155a..1fdc814 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.3.4
     7version           1.7.3.5
    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     3a2602016f98c529cda7b9fad1a6e216 \
    23                     sha1    8bda6668531fc41a72a680978798deb9ee048846 \
    24                     rmd160  37cdb8b50c802655643a243ef26fe3d50145d29c \
     22                    md5     8a8cd93b8a4dff0a03c0fdc77253af3e \
     23                    sha1    cf9587ecf7cae04463d05b9f9ce8990913bd925a \
     24                    rmd160  3ad6eb187b7a901addb3ee5a2ade70ba550007f6 \
    2525             git-manpages-${version}${extract.suffix} \
    26                     md5     ec0883134fa00628d9057d1551d9c739 \
    27                     sha1    c4f93ed1d9892af1174d63743dc578835a6183f1 \
    28                     rmd160  dfd4a4757077290a666ad974585677888f909890
     26                    md5     75d9db900fbbde05cdd6d30da6e4f1f5 \
     27                    sha1    fe00694f9db7b8a29b5c44dd8610ef24bd73ec3f \
     28                    rmd160  2d360b820a7390d50954778f56e9eaf4c9bbfa31
    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     2adbb534b28be52145ddd9bb5cca2f93 \
    123                     sha1    17cbfcb9b85352777ace4b787e8ff48b6aeee6ab \
    124                     rmd160  4183ff0e61885323371b11dfb119bcc718e46a34
     122                    md5     5bf800916b209ceaf8b2634b9b55fdc4 \
     123                    sha1    232a5d9c7ff53d1149f790bea8dd2c6dc5f50dc9 \
     124                    rmd160  8ee1e22158d1d9585346e0bba965a60e2d04ac99
    125125}
    126126
    127127variant gitweb description {Install gitweb.cgi} {