Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2026 22:09:42 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        janlugt <janlugt@gmail.com>
Subject:   git: daa6b36d249b - main - www/grafana: Remove runtime dependency on ca_root_nss
Message-ID:  <697bdaa6.37eb6.53664cf5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=daa6b36d249b5ab3b81b8e772f3acc1a55001d3a

commit daa6b36d249b5ab3b81b8e772f3acc1a55001d3a
Author:     janlugt <janlugt@gmail.com>
AuthorDate: 2026-01-29 22:04:25 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-01-29 22:04:25 +0000

    www/grafana: Remove runtime dependency on ca_root_nss
    
    There is no need for it anymore.
    
    PR:             292780
    Approved by:    Boris Korzun <drtr0jan@yandex.ru> (maintainer)
    MFH:            2026Q1
---
 www/grafana/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/www/grafana/Makefile b/www/grafana/Makefile
index 9098cbacb00d..a4d42bb04b63 100644
--- a/www/grafana/Makefile
+++ b/www/grafana/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	grafana
 DISTVERSIONPREFIX=	v
 DISTVERSION=	12.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	https://dl.grafana.com/oss/release/ \
 		https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod
@@ -47,8 +47,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 riscv64
 
-RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss
-
 USES=		cpe go:1.25+,modules
 
 USE_GITHUB=	yes


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697bdaa6.37eb6.53664cf5>