git: f6d6d2c4d7ef - 2024Q1 - security/wazuh-manager: Revert partially latest commit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jan 2024 00:34:37 UTC
The branch 2024Q1 has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6d6d2c4d7ef8ed5141b556afbe88955a9f904eb commit f6d6d2c4d7ef8ed5141b556afbe88955a9f904eb Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-01-07 23:18:00 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-01-08 00:34:17 +0000 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) --- 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 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