git: ce6831e12ecb - main - security/wazuh-server: Switch FILEBEAT dep from beats7 to beats8

From: Adam Weinberger <adamw_at_FreeBSD.org>
Date: Fri, 02 Jan 2026 23:46:29 UTC
The branch main has been updated by adamw:

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

commit ce6831e12ecbcdbce6a1b4fb2988b9663e370a78
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2026-01-02 23:44:36 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2026-01-02 23:46:02 +0000

    security/wazuh-server: Switch FILEBEAT dep from beats7 to beats8
    
    beats7 has been removed and wazuh-server built happily with beats8 for
    me.
    
    While here, fix some trailing whitespace and bump PORTREVISION.
---
 security/wazuh-server/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/security/wazuh-server/Makefile b/security/wazuh-server/Makefile
index e0a09cf3873c..6e3deba69c5a 100644
--- a/security/wazuh-server/Makefile
+++ b/security/wazuh-server/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wazuh
 PORTVERSION=	4.14.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	LOCAL/acm/${PORTNAME}/:config_samples \
 		https://packages.wazuh.com/4.x/filebeat/:wazuh_module \
@@ -14,7 +14,7 @@ WWW=		https://wazuh.com/
 
 LICENSE=	GPLv2
 
-USES=		dos2unix	
+USES=		dos2unix
 NO_BUILD=	yes
 
 DOS2UNIX_FILES=	${WRKDIR}/wazuh-template.json
@@ -39,7 +39,7 @@ FILEBEAT_DESC=		Install filebeat component
 LOGSTASH_DESC=		Install logstash component
 WAZUH-MANAGER_DESC=	Install wazuh manager component
 
-FILEBEAT_RUN_DEPENDS=		filebeat:sysutils/beats7
+FILEBEAT_RUN_DEPENDS=		filebeat:sysutils/beats8
 LOGSTASH_RUN_DEPENDS=		${LOCALBASE}/logstash/bin/logstash:sysutils/logstash8
 WAZUH-MANAGER_RUN_DEPENDS=	wazuh-manager>=0:security/wazuh-manager