git: fb7962e6ed90 - main - security/wazuh-manager: Fix extract on 15.x
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Apr 2026 17:06:05 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fb7962e6ed902ac2d51feeb8ff27de6e9c54549b
commit fb7962e6ed902ac2d51feeb8ff27de6e9c54549b
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2026-04-04 17:05:29 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2026-04-04 17:05:29 +0000
security/wazuh-manager: Fix extract on 15.x
---
security/wazuh-manager/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/wazuh-manager/Makefile b/security/wazuh-manager/Makefile
index ee5500e8eab6..f4a6267b6b1b 100644
--- a/security/wazuh-manager/Makefile
+++ b/security/wazuh-manager/Makefile
@@ -182,7 +182,7 @@ FBSD_MAJOR_VERSION=14
WAZUH_CACHENAME=${PORTNAME}-cache-fbsd14-${ARCH}-${DISTVERSION}
DISTFILES+= ${WAZUH_CACHENAME}${EXTRACT_SUFX}:wazuh_cache
.elif ${OSVERSION} >= 1500000 && ${OSVERSION} < 1600000
-FBSD_VERSION_BASE=freebsd_15_0_release
+FBSD_VERSION_BASE=freebsd_15_0_release${FBSD15_PATCH_LEVEL}
FBSD_MAJOR_VERSION=15
WAZUH_CACHENAME=${PORTNAME}-cache-fbsd15-${ARCH}-${DISTVERSION}
DISTFILES+= ${WAZUH_CACHENAME}${EXTRACT_SUFX}:wazuh_cache