diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-21 06:35:13 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-21 09:17:41 +0000 |
commit | b8176fe1eb06ade73b388d6151feda1c5e091c07 (patch) | |
tree | 6eb8f596a17c3ac3ad56a785653966666587b314 | |
parent | a8672b1afc3f5c6c9abab08c2ba2dbba024914e6 (diff) |
science/grib_api: Mark DEPRECATED and set EXPIRATION_DATE to 2024-11-30
PR: 281652
Reported by: diizzy
Reference: https://www.ecmwf.int/en/newsletter/152/news/end-road-grib-api
-rw-r--r-- | science/grib_api/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/science/grib_api/Makefile b/science/grib_api/Makefile index e806f3144782..6898022c5cf2 100644 --- a/science/grib_api/Makefile +++ b/science/grib_api/Makefile @@ -13,6 +13,9 @@ WWW= https://confluence.ecmwf.int/display/GRIB LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Deprecated by upstream. Use science/eccodes instead +EXPIRATION_DATE=2024-11-30 + LIB_DEPENDS= libnetcdf.so:science/netcdf \ libpng.so:graphics/png |