Ticket #28222: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 1fdc814..dce4b80 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.3.5
     7version           1.7.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     8a8cd93b8a4dff0a03c0fdc77253af3e \
    23                     sha1    cf9587ecf7cae04463d05b9f9ce8990913bd925a \
    24                     rmd160  3ad6eb187b7a901addb3ee5a2ade70ba550007f6 \
     22                    md5     fa24dc1ef0b663327ea0fe1981365b39 \
     23                    sha1    57b783627d9a9515ce3ef8f79128074de6197b2e \
     24                    rmd160  a064d7a5b2d3fae6171ca91a03082eb46d7bb9b7 \
    2525             git-manpages-${version}${extract.suffix} \
    26                     md5     75d9db900fbbde05cdd6d30da6e4f1f5 \
    27                     sha1    fe00694f9db7b8a29b5c44dd8610ef24bd73ec3f \
    28                     rmd160  2d360b820a7390d50954778f56e9eaf4c9bbfa31
     26                    md5     d13d42846a72335eb287e55bc980dc09 \
     27                    sha1    1bad24d225d39266b2b697bc68a4f02ff6677d41 \
     28                    rmd160  ea82117f6150cead06373667054acabbfa9f4c0d
    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     5bf800916b209ceaf8b2634b9b55fdc4 \
    123                     sha1    232a5d9c7ff53d1149f790bea8dd2c6dc5f50dc9 \
    124                     rmd160  8ee1e22158d1d9585346e0bba965a60e2d04ac99
     122                    md5     e5ef49860896db192e81d3d489f5c238 \
     123                    sha1    e6d2b4f0cb2d43d9290793365f95def7038730b3 \
     124                    rmd160  19a20260259fca5d7898e7661ae2ce9af726e7a1
    125125}
    126126
    127127variant gitweb description {Install gitweb.cgi} {