aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-04-26 17:13:05 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-04-27 12:18:13 +0000
commit2d0cbceb0c9ade42a859a95922650f5b02692cba (patch)
treef14502b761e6c3f25029de6359a0354c9de6bcf6
parent7ea18df2dd016106e465c2b83e6c2d9555164334 (diff)
downloadports-2d0cbceb0c9ade42a859a95922650f5b02692cba.tar.gz
ports-2d0cbceb0c9ade42a859a95922650f5b02692cba.zip
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)
-rw-r--r--net-mgmt/chronograf/Makefile5
1 files changed, 4 insertions, 1 deletions
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 \