aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2024-01-07 23:18:00 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2024-01-07 23:18:00 +0000
commita310d1ba5bae17d830310934e1d9da0377421877 (patch)
tree93ce43e54634a95da96bcf6762e777b91c866e82
parentc575bb94d2611891316568641510d9005c82b6ab (diff)
downloadports-a310d1ba5bae17d830310934e1d9da0377421877.tar.gz
ports-a310d1ba5bae17d830310934e1d9da0377421877.zip
security/wazuh-manager: Revert partially latest commit
- Latest commit break wazuh-manager on extract Reported by: pkg-fallout Differential Revision: <https://reviews.freebsd.org/D42068>
-rw-r--r--security/wazuh-manager/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/wazuh-manager/Makefile b/security/wazuh-manager/Makefile
index bbe702b60d7b..6b71dd353e49 100644
--- a/security/wazuh-manager/Makefile
+++ b/security/wazuh-manager/Makefile
@@ -142,7 +142,7 @@ FBSD_RELEASE= freebsd_${UNAME_r:S/./_/g:S/-/_/g}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1300139 && ${OSVERSION} < 1400000
-FBSD_VERSION_BASE=freebsd_13_2_release_p4
+FBSD_VERSION_BASE=freebsd_13_2_release_p8
WAZUH_CACHENAME=${PORTNAME}-cache-fbsd13-${ARCH}-${DISTVERSION}
DISTFILES+= ${WAZUH_CACHENAME}${EXTRACT_SUFX}:wazuh_cache
.elif ${OSVERSION} >= 1400000 && ${OSVERSION} < 1500000