Ticket #25791: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index aa5daec..6aa6e21 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.1.1
    8 revision        1
     7version           1.7.2
    98description       A fast version control system
    109long_description  Git is a fast, scalable, distributed open source version \
    1110                  control system focusing on speed and efficiency.
    distfiles git-${version}${extract.suffix} \ 
    2019                  git-manpages-${version}${extract.suffix}
    2120
    2221checksums    git-${version}${extract.suffix} \
    23                     md5     1b116a3e2ecce46a89e4272abf0de955 \
    24                     sha1    466b802272804cfcbe86a08879c6edb10b7a5a30 \
    25                     rmd160  665433a2afe82be15edcb61a09b8912708db4885 \
     22                    md5     652f861ae161e48979ef834707e2dc4c \
     23                    sha1    4dc232d018d769dd16774d3a12c237ac11b9d227 \
     24                    rmd160  cf3df2af634aa487c571f560d44ca4ab99668a85 \
    2625             git-manpages-${version}${extract.suffix} \
    27                     md5     d56a2b79e76efa7b207335f562fbefbe \
    28                     sha1    765e46fc076635f99eb326f9eeced5a04e3af45b \
    29                     rmd160  57111ebe479d9ce49dc16284a0009035038e458f \
     26                    md5     0ea16b997dea4aec1f2f3d9c6a74abb8 \
     27                    sha1    601d712aedac1d8caa145d1867b4c0217982043c \
     28                    rmd160  35fec892ac39fd5da64ef5cecc0556efaf6d48e8 \
    3029
    3130depends_run  port:rsync port:p5-error
    3231depends_lib  path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv
    post-destroot { 
    9089variant doc description {Install HTML and plaintext documentation} {
    9190    distfiles-append    git-htmldocs-${version}${extract.suffix}
    9291    checksums-append    git-htmldocs-${version}${extract.suffix} \
    93                     md5     642edbab5bcf66694c07e0929c0ca223 \
    94                     sha1    d45775c03246da814cce80bd7dee346779bff94e \
    95                     rmd160  ba62ba98a19b99f7daaf52243ddcd762560334b5
     92                    md5     31b3d0c142709d5a4faafe52d962d435 \
     93                    sha1    bcf16805bdbe072ff54163c5589aef049a997f85 \
     94                    rmd160  4e8e1ef0056bc83916015a5519c3bd4bbfd6ca1f
    9695}
    9796
    9897variant gitweb description {Install gitweb.cgi} {