From a24983a8813e2eab4e1e2cba37c2366bb3970d1e Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 10 Nov 2025 00:10:25 +0800 Subject: [PATCH] archivers/c-blosc2: Update to 2.22.0 - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/Blosc/c-blosc2/releases --- archivers/c-blosc2/Makefile | 2 +- archivers/c-blosc2/distinfo | 6 +++--- archivers/c-blosc2/pkg-plist | 2 +- archivers/py-cramjam/Makefile | 2 +- devel/py-tables/Makefile | 2 +- graphics/py-imagecodecs/Makefile | 2 +- misc/adios2/Makefile | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/archivers/c-blosc2/Makefile b/archivers/c-blosc2/Makefile index dd1f70efd4a9..bc39da97231f 100644 --- a/archivers/c-blosc2/Makefile +++ b/archivers/c-blosc2/Makefile @@ -1,5 +1,5 @@ PORTNAME= c-blosc2 -PORTVERSION= 2.21.3 +PORTVERSION= 2.22.0 DISTVERSIONPREFIX= v CATEGORIES= archivers diff --git a/archivers/c-blosc2/distinfo b/archivers/c-blosc2/distinfo index b62aa4c87d89..d58fac36ffd8 100644 --- a/archivers/c-blosc2/distinfo +++ b/archivers/c-blosc2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759816586 -SHA256 (Blosc-c-blosc2-v2.21.3_GH0.tar.gz) = 4ac2e8b7413624662767b4348626f54ad621d6fbd315d0ba8be32a6ebaa21d41 -SIZE (Blosc-c-blosc2-v2.21.3_GH0.tar.gz) = 3337783 +TIMESTAMP = 1762586746 +SHA256 (Blosc-c-blosc2-v2.22.0_GH0.tar.gz) = 6c6fe90babfa09bd3c544643d3fc3ea9516f9cbc74e8b3342f0d50416862b76f +SIZE (Blosc-c-blosc2-v2.22.0_GH0.tar.gz) = 3337965 diff --git a/archivers/c-blosc2/pkg-plist b/archivers/c-blosc2/pkg-plist index 7e70de0eb4b0..bd741cce68a0 100644 --- a/archivers/c-blosc2/pkg-plist +++ b/archivers/c-blosc2/pkg-plist @@ -21,5 +21,5 @@ lib/cmake/Blosc2/Modules/toolchain-armsf.cmake lib/libblosc2.a lib/libblosc2.so lib/libblosc2.so.%%PORTVERSION%% -lib/libblosc2.so.5 +lib/libblosc2.so.6 libdata/pkgconfig/blosc2.pc diff --git a/archivers/py-cramjam/Makefile b/archivers/py-cramjam/Makefile index 3117ce2676fa..f57f184a91a8 100644 --- a/archivers/py-cramjam/Makefile +++ b/archivers/py-cramjam/Makefile @@ -1,6 +1,6 @@ PORTNAME= cramjam PORTVERSION= 2.11.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers python MASTER_SITES= PYPI \ https://github.com/milesgranger/cramjam/releases/download/v${PORTVERSION}/ diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index 1871c3f70afb..17b10c8bdacf 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -1,6 +1,6 @@ PORTNAME= tables PORTVERSION= 3.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-imagecodecs/Makefile b/graphics/py-imagecodecs/Makefile index 1cc37f630fee..efcb1b1d7057 100644 --- a/graphics/py-imagecodecs/Makefile +++ b/graphics/py-imagecodecs/Makefile @@ -1,6 +1,6 @@ PORTNAME= imagecodecs PORTVERSION= 2024.12.30 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/adios2/Makefile b/misc/adios2/Makefile index 212febee23bc..d1ccdc73600c 100644 --- a/misc/adios2/Makefile +++ b/misc/adios2/Makefile @@ -1,7 +1,7 @@ PORTNAME= adios2 DISTVERSIONPREFIX= v DISTVERSION= 2.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc science MAINTAINER= yuri@FreeBSD.org