git: f62e56bfe5cf - main - net-mgmt/icingadb: add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 13:25:43 UTC
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