Ticket #22891: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index dd6b86b..3786d19 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.6.5.3
     7version           1.6.5.6
    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} \ 
    2121                  git-manpages-${version}${extract.suffix}
    2222
    2323checksums    git-${version}${extract.suffix} \
    24                     md5     a1dbc3da46cbf33c4367db689853c142 \
    25                     sha1    f3b6e26e8fbf1c13a623cd80a663cae502f0cd8b \
    26                     rmd160  270a4b70ca4ad8709dc0a3b653324c9cfadbb12c \
     24                    md5     03aefaaecae7a236b88d04d1a83698d9 \
     25                    sha1    1f09b5170fe906eafe0471dcb9ec9088bddd7653 \
     26                    rmd160  85af6820d9173fe5a7481fdcdae460bbab1494d3 \
    2727             git-manpages-${version}${extract.suffix} \
    28                     md5     dc2cf85cb1f29b586a1353307093bc62 \
    29                     sha1    733c7ce1a36338dff82dad23c3e68c5a2684fec5 \
    30                     rmd160  1fb0b8703ff8d5fc7ca03529faf0492c0bdc2b43 \
     28                    md5     27fd30124444af534f9e1ad2c67fdac7 \
     29                    sha1    b97e529538a2a28345e567d46d64538f99906b84 \
     30                    rmd160  b33f010f2426430f433b48dcd592ee406724c243 \
    3131
    3232depends_run  port:rsync path:bin/perl:perl5 port:p5-error
    3333depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
    post-destroot { 
    8888variant doc description {Install HTML and plaintext documentation} {
    8989    distfiles-append    git-htmldocs-${version}${extract.suffix}
    9090    checksums-append    git-htmldocs-${version}${extract.suffix} \
    91                     md5     c46d35aecf105e26e1c9d770dbd6357f \
    92                     sha1    68efc2f409c8df8a2438cd300c0099c3b6cefff0 \
    93                     rmd160  481c4f42f089614aebff03defa303c9b7c0d900f
     91                    md5     528af2ca13d007acd6799fc368668492 \
     92                    sha1    a7642cd63ce5bbb8340095d65d57342c311c7a2f \
     93                    rmd160  1bd69da1ed5f7d32d358631700da2715a31e33c6
    9494}
    9595
    9696variant gitweb description {Install gitweb.cgi} {