diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2026-01-02 23:44:36 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2026-01-02 23:46:02 +0000 |
| commit | ce6831e12ecbcdbce6a1b4fb2988b9663e370a78 (patch) | |
| tree | b9e9740ee94f0c47ca3799f186a64f98c4f124e3 | |
| parent | 3a8fecac41c9949d57e2a324cc7c12012229230e (diff) | |
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.
| -rw-r--r-- | security/wazuh-server/Makefile | 6 |
1 files 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 |
