diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-01-07 23:18:00 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-01-08 00:34:17 +0000 |
commit | f6d6d2c4d7ef8ed5141b556afbe88955a9f904eb (patch) | |
tree | 08e325995e38a88499109c55f03736b90e874cf1 | |
parent | dfda6959a585c49c3aa2198e57f9b9b65e3d6f7a (diff) | |
download | ports-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/Makefile | 2 |
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 |