Ticket #45718: Portfile-grib_api.diff
File Portfile-grib_api.diff, 1.6 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 5 5 PortGroup compilers 1.0 6 6 7 7 name grib_api 8 version 1.12. 18 version 1.12.3 9 9 platforms darwin 10 10 maintainers takeshi 11 11 license Apache-2 … … 13 13 description GRIB decoder 14 14 homepage https://software.ecmwf.int/wiki/display/GRIB/Home 15 15 master_sites https://software.ecmwf.int/wiki/download/attachments/3473437 16 checksums md5 d9a90daa94766617831cf37ccac1e296\17 sha1 b769ac5db70703f0d944d93aafbbeee7513958f1\18 rmd160 4efcd11a359ae28d0675e99c7a4f69c407fa0a6616 checksums md5 584f60702aeed70330cca42d13b96889 \ 17 sha1 2764b262c8f081fefb81112f7f7463a3a34b6e66 \ 18 rmd160 1bc10c4a22a7cf33f6451f06c8dc5901e3a52133 19 19 long_description \ 20 20 The ECMWF GRIB API is an application program interface accessible \ 21 21 from C and FORTRAN programs developed for encoding and decoding \ … … 31 31 32 32 fetch.ignore_sslcert yes 33 33 34 patchfiles patch-src-grib_openjpeg_encoding.c.diff 35 34 36 post-patch { 35 37 if {${os.major} == 8} { 36 38 reinplace "s| -Wl,-rpath \$fortranlibdir||" ${worksrcpath}/configure … … 110 112 configure.env-append PYTHON=${prefix}/bin/python2.7 \ 111 113 PYTHON_CONFIG=${prefix}/bin/python2.7-config 112 114 } 115 116 livecheck.type regex 117 livecheck.url ${homepage} 118 livecheck.regex "GRIB API version (\\d+(?:\\.\\d+)*)"