Ticket #22802: Portfile-git-core-1.6.5.5.patch

File Portfile-git-core-1.6.5.5.patch, 2.2 KB (added by jschwab@…, 14 years ago)
  • Portfile

    old new  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.6.5.3
     7version           1.6.5.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.
     
    2121                  git-manpages-${version}${extract.suffix}
    2222
    2323checksums    git-${version}${extract.suffix} \
    24                     md5     a1dbc3da46cbf33c4367db689853c142 \
    25                     sha1    f3b6e26e8fbf1c13a623cd80a663cae502f0cd8b \
    26                     rmd160  270a4b70ca4ad8709dc0a3b653324c9cfadbb12c \
     24                    md5     fd575f22e67adbea1d17e5bc66a80f8d \
     25                    sha1    3480315deed7ab8b495032a7a06257491f520f53 \
     26                    rmd160  8b40fa2fd69367b36644dd931ffe983305a2c3ed \
    2727             git-manpages-${version}${extract.suffix} \
    28                     md5     dc2cf85cb1f29b586a1353307093bc62 \
    29                     sha1    733c7ce1a36338dff82dad23c3e68c5a2684fec5 \
    30                     rmd160  1fb0b8703ff8d5fc7ca03529faf0492c0bdc2b43 \
     28                    md5     223c2d831927c0b11830feadb56df77d \
     29                    sha1    f8b0cec115108714944da4c5e8005912b86f85b5 \
     30                    rmd160  02a103c9fcab9406a3311f731f5f10b966c112b3 \
    3131
    3232depends_run  port:rsync path:bin/perl:perl5 port:p5-error
    3333depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
     
    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     ddb8f218670a094f80e0b031fd70207d \
     92                    sha1    e4ee4723010ead023b5db22d6d2a1a56d16a0864 \
     93                    rmd160  858953350d038fa871b340ef14887478171b5cd2
    9494}
    9595
    9696variant gitweb description {Install gitweb.cgi} {