Ticket #52469: Portfile-rust.diff

File Portfile-rust.diff, 2.2 KB (added by jboone (Jared Boone), 8 years ago)

Patch for 1.11 -> 1.12.

  • Portfile

    old new  
    66PortGroup           compiler_blacklist_versions 1.0
    77
    88name                rust
    9 version             1.11.0
     9version             1.12.0
    1010categories          lang devel
    1111platforms           darwin
    1212supported_archs     i386 x86_64
     
    3737# snapshot compiler, we let base treat it as the distfile and deal with
    3838# the actual Rust source "manually".
    3939
    40 patchfiles              patch-missing-arena.diff
    41 
    4240# stage0 is found from
    4341# https://github.com/rust-lang/rust/blob/${version}/src/stage0.txt
    44 set stage0(date)        2016-07-05
    45 set stage0(version)     1.10.0
     42set stage0(date)        2016-08-16
     43set stage0(version)     1.11.0
    4644set stage0(platform)    ${configure.build_arch}-apple-darwin
    4745
    4846# Sigh...
     
    6361worksrcdir              ${name}c-${version}
    6462
    6563checksums               ${name}c-${version}-src${extract.suffix} \
    66                             rmd160  ada0761c38febb423677c1b8bb2fd5c8fee05d53 \
    67                             sha256  3685034a78e70637bdfa3117619f759f2481002fd9abbc78cc0f737c9974de6a
     64                            rmd160  ae16a3abf2f7ab19ee1692b10e108528ce90a649 \
     65                            sha256  ac5907d6fa96c19bd5901d8d99383fb8755127571ead3d4070cce9c1fb5f337a
    6866
    6967switch ${configure.build_arch} {
    7068    i386    {checksums-append   ${stage0(distfile)} \
    71                             rmd160  30a5463f95f2421a29e8c28ab0605358f62adadf \
    72                             sha256  3ca52d9adfedc68c3509e3cdce232474fe6bbb6b4c284850bdef84fdabb955c3}
     69                            rmd160  68aea4d5f14d3796f20326415a41328bc288427f \
     70                            sha256  4eacc8b0933469f8e74db694f90da4be5d72e61134571aa43f1cf884b8ef38a6}
    7371    default {checksums-append   ${stage0(distfile)} \
    74                             rmd160  c1f4c96f5aab786d64080ee4ec5aa70ba870d2d1 \
    75                             sha256  2971c0e95b854507bdcf3c32f004b20024e6880257842d4b5e06dd542efce814}
     72                            rmd160  2077fbd2012ee29baa6f1affc1ba6d8e583bbc6e \
     73                            sha256  2dce620c8cf1d68babecfdb58f443fd1a6e5bcfd0e1c6a8c214ec0378cc2d056}
    7674}
    7775
    7876# Only use compilers supported by upstream