Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2024 09:35:16 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b8176fe1eb06 - main - science/grib_api: Mark DEPRECATED and set EXPIRATION_DATE to 2024-11-30
Message-ID:  <202410210935.49L9ZGl8031197@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410210935.49L9ZGl8031197>