git: b8176fe1eb06 - main - science/grib_api: Mark DEPRECATED and set EXPIRATION_DATE to 2024-11-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Oct 2024 09:35:16 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b8176fe1eb06ade73b388d6151feda1c5e091c07 commit b8176fe1eb06ade73b388d6151feda1c5e091c07 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-21 06:35:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-21 09:17:41 +0000 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 --- science/grib_api/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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