Ticket #42740: patch-Portfile.diff

File patch-Portfile.diff, 1.9 KB (added by royliu@…, 10 years ago)

The Portfile diff

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                git-core
    7 version             1.8.5.5
     7version             1.9.0
    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.
     
    1919                    git-manpages-${version}${extract.suffix}
    2020
    2121checksums           git-${version}${extract.suffix} \
    22                     rmd160  46becd9525b669bea82b04df2003cfe059732bd9 \
    23                     sha256  8524db697dbc2bad256fcfe6df1b2af67009c1438523cc82566311b0c7bf11da \
     22                    rmd160  bc8d4046749bf256494d6fc8f3a92e9c4d57aba6 \
     23                    sha256  de3097fdc36d624ea6cf4bb853402fde781acdb860f12152c5eb879777389882 \
    2424                    git-manpages-${version}${extract.suffix} \
    25                     rmd160  559af70cae635b52ed1c5d144e0afad13287a4a4 \
    26                     sha256  b3673f1b0f35150c2a8a58c59d568c8560a896bc4c74154240a5a2ef69594d04 \
     25                    rmd160  4cbdcc81d196b0ac9e79fe5bc5b98f85bddb39d0 \
     26                    sha256  a51e2b64a8adde39e774f052843e0f513b5d3318492b515e752e339b0d3a85c7 \
    2727
    2828depends_run         port:rsync
    2929
     
    157157variant doc description {Install HTML and plaintext documentation} {
    158158    distfiles-append        git-htmldocs-${version}${extract.suffix}
    159159    checksums-append        git-htmldocs-${version}${extract.suffix} \
    160                             rmd160  4617e63299477bf6a7b5791faca789300d0d3828 \
    161                             sha256  3ff3b0b89834d20c0ecdf54d772dbab0f9a4871c4e8e7bff3021e27f74fb6d40
     160                            rmd160  23503762371c8f4605eb68f4a7485f80ca440d76 \
     161                            sha256  e4e619b7dd5b24ab4ef17e598803497704aa5b0a7821bb544940f2cdd7cac60e
    162162
    163163    patchfiles-append       git-subtree.html.diff
    164164