Ticket #44557: valgrind-Portfile-3.10.diff

File valgrind-Portfile-3.10.diff, 2.2 KB (added by aaron@…, 10 years ago)

Diff for valgrind-Portfile

  • /

    old new  
    55PortGroup           mpi 1.0
    66
    77name                valgrind
    8 version             3.9.0
     8version             3.10.0
    99revision            1
    1010categories          devel
    1111platforms           darwin
     
    2323homepage            http://valgrind.org
    2424master_sites        http://valgrind.org/downloads/
    2525
    26 checksums           md5     0947de8112f946b9ce64764af7be6df2 \
    27                     sha1    9415e28933de9d6687f993c4bb797e6bd49583f1 \
    28                     sha256  e6af71a06bc2534541b07743e1d58dc3caf744f38205ca3e5b5a0bdf372ed6f0
     26checksums           md5     7c311a72a20388aceced1aa5573ce970 \
     27                    sha1    aec0b8cd042ec36c8cce4f6027b98627ab202f26 \
     28                    sha256  03047f82dfc6985a4c7d9d2700e17bc05f5e1a0ca6ad902e5d6c81aeb720edc9
    2929
    3030compilers.choose    cc cxx
    3131mpi.choose
     
    8989    extract.post_args-append --exclude=${distname}/docs/html/FAQ.html
    9090
    9191    pre-fetch {
    92         if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 12)} {
    93             ui_error "${name} ${version} is only compatible with Mac OS X 10.5, 10.6, 10.7 and 10.8"
     92        if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 13)} {
     93            ui_error "${name} ${version} is only compatible with Mac OS X 10.5, 10.6, 10.7, 10.8 and 10.9"
    9494            return -code error "incompatible Mac OS X version"
    9595        }
    9696    }
    9797
    98     patchfiles-append   link_tool_exe_darwin-ccache.diff \
    99                         patch-compat-snowleo.diff
    100 
    10198    livecheck.type      regex
    10299    livecheck.url       ${homepage}
    103100    livecheck.regex     ${name}-(\\d(?:\\.\\d)+)
     
    106103subport valgrind-devel {
    107104    conflicts           valgrind
    108105
    109     svn.revision        13710
    110     set vex_revision    2797
    111     version             3.9.0-r${svn.revision}
     106    svn.revision        14560
     107    set vex_revision    2953
     108    version             3.10.0-r${svn.revision}
    112109    revision            1
    113110
    114111    fetch.type      svn