diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-28 10:34:16 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-28 10:34:16 +0000 |
| commit | d73350357635c97b7484fc2d355c1191ebfcb83f (patch) | |
| tree | f8f9f0b0a062cfb819cd1afe8ae8065de51ab5ff | |
| parent | 52fa91784c918aa59d37eeab07d71682a747a838 (diff) | |
| -rw-r--r-- | archivers/zstd/Makefile | 4 | ||||
| -rw-r--r-- | archivers/zstd/distinfo | 6 | ||||
| -rw-r--r-- | 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() |
