git: d73350357635 - main - archivers/zstd: Update to 1.5.7

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 28 Feb 2025 10:52:25 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d73350357635c97b7484fc2d355c1191ebfcb83f

commit d73350357635c97b7484fc2d355c1191ebfcb83f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-28 10:34:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-28 10:34:16 +0000

    archivers/zstd: Update to 1.5.7
    
    Changes:        https://github.com/facebook/zstd/releases
---
 archivers/zstd/Makefile                         |  4 ++--
 archivers/zstd/distinfo                         |  6 +++---
 archivers/zstd/files/zstdConfigVersion.cmake.in | 13 -------------
 3 files changed, 5 insertions(+), 18 deletions(-)

diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index 64ac16833c83..f8c954f78eaa 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	zstd
-PORTVERSION=	1.5.6
+PORTVERSION=	1.5.7
 CATEGORIES=	archivers
 MASTER_SITES=	https://github.com/facebook/zstd/releases/download/v${PORTVERSION}/
 
@@ -26,7 +26,7 @@ MAKE_ENV=	INSTALL_DATA="${INSTALL_DATA}" \
 		INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
 		MANDIR=${PREFIX}/share/man \
 		V=1
-TEST_TARGET=	shortest
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	BUILD_TYPE=${BUILD_TYPE:tl} PORTVERSION=${PORTVERSION}
diff --git a/archivers/zstd/distinfo b/archivers/zstd/distinfo
index 46a55033cd34..06fcc91f806d 100644
--- a/archivers/zstd/distinfo
+++ b/archivers/zstd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711540146
-SHA256 (zstd-1.5.6.tar.zst) = 4aa8dd1c1115c0fd6b6b66c35c7f6ce7bd58cc1dfd3e4f175b45b39e84b14352
-SIZE (zstd-1.5.6.tar.zst) = 1845516
+TIMESTAMP = 1740022434
+SHA256 (zstd-1.5.7.tar.zst) = 5b331d961d6989dc21bb03397fc7a2a4d86bc65a14adc5ffbbce050354e30fd2
+SIZE (zstd-1.5.7.tar.zst) = 1862563
diff --git a/archivers/zstd/files/zstdConfigVersion.cmake.in b/archivers/zstd/files/zstdConfigVersion.cmake.in
index 4528f77accac..aca8084b9b16 100644
--- a/archivers/zstd/files/zstdConfigVersion.cmake.in
+++ b/archivers/zstd/files/zstdConfigVersion.cmake.in
@@ -50,16 +50,3 @@ else()
     endif()
   endif()
 endif()
-
-
-# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
-if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
-  return()
-endif()
-
-# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
-if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
-  math(EXPR installedBits "8 * 8")
-  set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
-  set(PACKAGE_VERSION_UNSUITABLE TRUE)
-endif()