Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2025 00:25:18 +0000
From:      =?utf-8?Q?Jes=C3=BAs?= Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4aab74a77968 - main - security/wazuh-server: Fix stage phase when BUILD_AS_NON_ROOT=yes
Message-ID:  <69449b6e.2196f.7858251c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dtxdf:

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

commit 4aab74a77968ba814c75ad8b85ad79870bcc7f48
Author:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2025-12-18 20:52:10 +0000
Commit:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2025-12-19 00:24:40 +0000

    security/wazuh-server: Fix stage phase when BUILD_AS_NON_ROOT=yes
    
    Approved by:    acm@
---
 security/wazuh-server/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/wazuh-server/Makefile b/security/wazuh-server/Makefile
index 20a2eff09ca8..fc9a90e439ca 100644
--- a/security/wazuh-server/Makefile
+++ b/security/wazuh-server/Makefile
@@ -40,7 +40,7 @@ WAZUH-MANAGER_DESC=	Install wazuh manager component
 
 FILEBEAT_RUN_DEPENDS=		filebeat:sysutils/beats7
 LOGSTASH_RUN_DEPENDS=		${LOCALBASE}/logstash/bin/logstash:sysutils/logstash8
-WAZUH-MANAGER_RUN_DEPENDS=	${WAZUH_LOCALBASE}/bin/wazuh-control:security/wazuh-manager
+WAZUH-MANAGER_RUN_DEPENDS=	wazuh-manager>=0:security/wazuh-manager
 
 do-extract:
 	@${MKDIR} ${WRKSRC}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69449b6e.2196f.7858251c>