git: 2d0cbceb0c9a - main - net-mgmt/chronograf: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 12:18:42 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2d0cbceb0c9ade42a859a95922650f5b02692cba commit 2d0cbceb0c9ade42a859a95922650f5b02692cba Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-26 17:13:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-27 12:18:13 +0000 net-mgmt/chronograf: Mark DEPRECATED - Requires upstream EOL node14 and yarn-node14 lwhsu@ is working on a patch and might soon upgrade to latest version which supports node16 and yarn-node16 Approved by: portmgr (blanket) --- net-mgmt/chronograf/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-mgmt/chronograf/Makefile b/net-mgmt/chronograf/Makefile index 740d95b2a04d..53a12dee3a74 100644 --- a/net-mgmt/chronograf/Makefile +++ b/net-mgmt/chronograf/Makefile @@ -1,7 +1,7 @@ PORTNAME= chronograf DISTVERSIONPREFIX= v DISTVERSION= 1.9.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-mgmt MASTER_SITES+= https://nodejs.org/download/release/v${NODEJS_VERSION}/:node DISTFILES= yarn-cache-${PKGNAME}.tar.xz:prefetch \ @@ -15,6 +15,9 @@ WWW= https://www.influxdata.com/time-series-platform/chronograf/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Requires upstream EOL node14 +EXPIRATION_DATE= 2023-05-26 + FETCH_DEPENDS= ca_root_nss>0:security/ca_root_nss \ yarn:www/yarn-node${NODEJS_VERSION_MAJOR} BUILD_DEPENDS= go-bindata:devel/go-bindata \