Ticket #49499: grib_api-1.14.2.diff

File grib_api-1.14.2.diff, 1.5 KB (added by ryandesign (Ryan Carsten Schmidt), 9 years ago)

proposed patch

  • Portfile

     
    66PortGroup compilers 1.0
    77
    88name                grib_api
    9 version             1.13.1
    10 revision            4
     9version             1.14.2
    1110platforms           darwin
    1211maintainers         takeshi
    1312license             Apache-2
     
    1514description         GRIB decoder
    1615homepage            https://software.ecmwf.int/wiki/display/GRIB/Home
    1716master_sites        https://software.ecmwf.int/wiki/download/attachments/3473437
    18 checksums           sha1    5cc9ef0318a36d7461038575f67d5385426e5d14 \
    19                     rmd160  9cb2e4cdb9651d637f15eb061310648286535ebf
     17distname            ${name}-${version}-Source
     18checksums           rmd160  e502bd6881b374217db0880dde605e05d8d0dd8b \
     19                    sha256  9323ca03d989ca4175b069f0752dd3cd0ff4a26a22e8837ca7647d2135775344
    2020long_description \
    2121    The ECMWF GRIB API is an application program interface accessible \
    2222    from C and FORTRAN programs developed for encoding and decoding   \
     
    6666    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    6767    xinstall -m 644 {*}[glob ${worksrcpath}/html/*.html] \
    6868        ${destroot}${prefix}/share/doc/${name}
    69     move ${destroot}${prefix}/bin/parser ${destroot}${prefix}/bin/grib_parser
    70     reinplace -W ${destroot}${prefix}/share/${name}/cmake/ "s|parser|grib_parser|g" grib_api-targets.cmake grib_api-targets-release.cmake
    7169}
    7270
    7371if {[fortran_variant_isset]} {