Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2021 21:56:57 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 692cca400331 - main - www/grafana: Mark DEPRECATED and set expiration date
Message-ID:  <202111162156.1AGLuv0P058897@gitrepo.freebsd.org>

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



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