Ticket #28371: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index dce4b80..b517105 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.4
     7version           1.7.4.1
    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     fa24dc1ef0b663327ea0fe1981365b39 \
    23                     sha1    57b783627d9a9515ce3ef8f79128074de6197b2e \
    24                     rmd160  a064d7a5b2d3fae6171ca91a03082eb46d7bb9b7 \
     22                    md5     76898de4566d11c0d0eec7e99edc2b5c \
     23                    sha1    fff10cb498b17decc146c8f18b0b02136d5e9b88 \
     24                    rmd160  13ef7b6d1e8b596f97a1920e012a00f6cc8cdf6c \
    2525             git-manpages-${version}${extract.suffix} \
    26                     md5     d13d42846a72335eb287e55bc980dc09 \
    27                     sha1    1bad24d225d39266b2b697bc68a4f02ff6677d41 \
    28                     rmd160  ea82117f6150cead06373667054acabbfa9f4c0d
     26                    md5     ac3e15c568e887af4517a01e16671947 \
     27                    sha1    c8bf13d5bcdc3908e2e3edfa8edffd42a314e3a0 \
     28                    rmd160  40260f59c319af521d9a215d053f7e65ce80afec
    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     e5ef49860896db192e81d3d489f5c238 \
    123                     sha1    e6d2b4f0cb2d43d9290793365f95def7038730b3 \
    124                     rmd160  19a20260259fca5d7898e7661ae2ce9af726e7a1
     122                    md5     a18f25174fd2734b1d535356f0368890 \
     123                    sha1    84f439108670c15a8fa508a9e26682fe2f5586d1 \
     124                    rmd160  ccaf6812b959b0456c8a0d2f0977150acb37881f
    125125}
    126126
    127127variant gitweb description {Install gitweb.cgi} {