Ticket #55554: Portfile.diff

File Portfile.diff, 1.4 KB (added by lockhart (Thomas Lockhart), 6 years ago)

Bump version and checksums. Remove obsolete line of substitution.

  • Portfile

    old new  
    33PortSystem          1.0
    44
    55name                sumo
    6 version             0.30.0
     6version             0.31.0
    77categories          science devel
    88platforms           darwin
    99maintainers         gmail.com:tlockhart1976 openmaintainer
     
    2222distname            ${name}-src-${version}
    2323worksrcdir          ${name}-${version}
    2424
    25 checksums           rmd160  4b17e0a4b95f0d6a8f4d24e5ff9ceead2f810ec3 \
    26                     sha256  2f0825507d756979658061847f47c5d91ec2e5c07e7ebd8839a31ab08ecde742
     25checksums           rmd160  34d5726473b0fb1d6e4185404f0c6a55f33ae7df \
     26                    sha256  39d3251a6ae860bc1002f6568d1f4c760823f48b1e38a60acadf286f0e7fbb05
    2727
    2828default_variants    +subseconds +messages
    2929
     
    5656post-patch {
    5757    reinplace "s#std::getenv(\"SUMO_HOME\")#\"${sharedir}\"#" src/utils/xml/SUMOSAXReader.cpp
    5858    reinplace "s#\./PHEMlight/#${sharedir}/data/PHEMlight/#" src/microsim/MSFrame.cpp
    59     reinplace "s#\./PHEMlight/#${sharedir}/data/PHEMlight/#" src/router/ROFrame.cpp
    6059    reinplace -locale C "s#./PHEMlight/#${sharedir}/data/PHEMlight/#" src/tools/emissionsDrivingCycle_main.cpp
    6160    reinplace -locale C "s#./PHEMlight/#${sharedir}/data/PHEMlight/#" src/tools/emissionsMap_main.cpp
    6261    set python_bin ${frameworks_dir}/Python.framework/Versions/2.7/bin/python2.7