Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 13:25:43 GMT
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f62e56bfe5cf - main - net-mgmt/icingadb: add missing dependency
Message-ID:  <202401151325.40FDPhxQ008580@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl:

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

commit f62e56bfe5cfa160f502774d03fb76e15192141d
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2024-01-15 13:24:20 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2024-01-15 13:25:34 +0000

    net-mgmt/icingadb: add missing dependency
    
    The contrib component is required.
    
    PR:             276272
---
 net-mgmt/icingadb/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-mgmt/icingadb/Makefile b/net-mgmt/icingadb/Makefile
index 551930ce3623..14fe132bb13a 100644
--- a/net-mgmt/icingadb/Makefile
+++ b/net-mgmt/icingadb/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	icingadb
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.1.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	dvl@FreeBSD.org
@@ -11,7 +11,9 @@ WWW=		https://icinga.com/docs/icinga-db/latest/doc/02-Installation/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		go:modules pgsql
+
+WANT_PGSQL=	contrib
 
 USE_RC_SUBR=	icingadb
 



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