Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2022 15:48:27 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3fdbf709577b - main - net-mgmt/zabbix6-proxy: Add MYSQLDV similar to zabbix6-server
Message-ID:  <202208231548.27NFmRnQ026777@gitrepo.freebsd.org>

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

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

commit 3fdbf709577b7cf99d178719f1be31497671a85b
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2022-08-23 15:46:35 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2022-08-23 15:48:11 +0000

    net-mgmt/zabbix6-proxy: Add MYSQLDV similar to zabbix6-server
    
    Add MYSQLDV similar to zabbix6-server (to allow user-specified MySQL
    version to be used.)
---
 net-mgmt/zabbix6-proxy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mgmt/zabbix6-proxy/Makefile b/net-mgmt/zabbix6-proxy/Makefile
index 1e43b7949df2..36b6fc0e5f20 100644
--- a/net-mgmt/zabbix6-proxy/Makefile
+++ b/net-mgmt/zabbix6-proxy/Makefile
@@ -4,6 +4,6 @@ PKGNAMESUFFIX=	-proxy
 
 MASTERDIR=	${.CURDIR}/../${PORTNAME}-server
 
-OPTIONS_SINGLE_DB=	MYSQL PGSQL SQLITE ORACLE
+OPTIONS_SINGLE_DB=	MYSQL MYSQLDV PGSQL SQLITE ORACLE
 
 .include "${MASTERDIR}/Makefile"



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