git: 692cca400331 - main - www/grafana: Mark DEPRECATED and set expiration date
Date: Tue, 16 Nov 2021 21:56:57 UTC
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=692cca4003317a6c83fa226feccab3e5ec47ab52 commit 692cca4003317a6c83fa226feccab3e5ec47ab52 Author: Guangyuan Yang <ygy@FreeBSD.org> AuthorDate: 2021-11-16 21:55:21 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-11-16 21:55:21 +0000 www/grafana: Mark DEPRECATED and set expiration date Grafana 1 is no longer maintained upstream years ago. Mark DEPRECATED after the next quarterly cycle. PR: 257763 Approved by: robak (maintainer, timeout > 3 months) --- www/grafana/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/grafana/Makefile b/www/grafana/Makefile index 20866fe2bba4..db8201933132 100644 --- a/www/grafana/Makefile +++ b/www/grafana/Makefile @@ -11,6 +11,9 @@ COMMENT= Dashboard and graph editor for Graphite, InfluxDB & OpenTSDB LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md +DEPRECATED= No longer maintained upstream, use www/grafana8 +EXPIRATION_DATE= 2021-12-31 + USES= cpe NO_BUILD= yes