Ticket #22772: Portfile-git-core-1.6.5.4.diff

File Portfile-git-core-1.6.5.4.diff, 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.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.
     
    2121                  git-manpages-${version}${extract.suffix}
    2222
    2323checksums    git-${version}${extract.suffix} \
    24                     md5     a1dbc3da46cbf33c4367db689853c142 \
    25                     sha1    f3b6e26e8fbf1c13a623cd80a663cae502f0cd8b \
    26                     rmd160  270a4b70ca4ad8709dc0a3b653324c9cfadbb12c \
     24                    md5     1c214e8175e8dd372618ecf3d76448f5 \
     25                    sha1    615c2dee5ff56267450769c8b28cb602ebff5bb2 \
     26                    rmd160  dd32eab5d5acfc47e7c73df01043fba19ee956fc \
    2727             git-manpages-${version}${extract.suffix} \
    28                     md5     dc2cf85cb1f29b586a1353307093bc62 \
    29                     sha1    733c7ce1a36338dff82dad23c3e68c5a2684fec5 \
    30                     rmd160  1fb0b8703ff8d5fc7ca03529faf0492c0bdc2b43 \
     28                    md5     513390db5f38534f5f2459202a8feccc \
     29                    sha1    a619584436f18cf9ce7927461a687bc1f5136e8d \
     30                    rmd160  5c02008781e413f452ee604f669485a7eb07622c \
    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     752e71239a73bc095a560d804829c070 \
     92                    sha1    cc671ddae12d6069ad2ba61c756b1a4f6cf38115 \
     93                    rmd160  c280b4d139dd237dbdad10d393ba62e8bbce1b4d
    9494}
    9595
    9696variant gitweb description {Install gitweb.cgi} {