archivers/zstd: Update to 1.5.7
Changes: https://github.com/facebook/zstd/releases
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user