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-08 00:34:17 +0000
commitf6d6d2c4d7ef8ed5141b556afbe88955a9f904eb (patch)
tree08e325995e38a88499109c55f03736b90e874cf1
parentdfda6959a585c49c3aa2198e57f9b9b65e3d6f7a (diff)
downloadports-f6d6d2c4d7ef8ed5141b556afbe88955a9f904eb.tar.gz
ports-f6d6d2c4d7ef8ed5141b556afbe88955a9f904eb.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> (cherry picked from commit a310d1ba5bae17d830310934e1d9da0377421877)
-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