git: 0e520cd59216 - main - archivers/c-blosc2: Update to 2.20.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 02 Sep 2025 18:13:46 UTC
The branch main has been updated by sunpoet:

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

commit 0e520cd5921638102dfcbe402025b5311a463676
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-02 18:00:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-02 18:00:35 +0000

    archivers/c-blosc2: Update to 2.20.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 +-
 graphics/py-imagecodecs/Makefile | 4 ++--
 misc/adios2/Makefile             | 3 ++-
 6 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/archivers/c-blosc2/Makefile b/archivers/c-blosc2/Makefile
index 2813b65b1bf0..08804fe1c0e4 100644
--- a/archivers/c-blosc2/Makefile
+++ b/archivers/c-blosc2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	c-blosc2
-PORTVERSION=	2.19.1
+PORTVERSION=	2.20.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	archivers
 
diff --git a/archivers/c-blosc2/distinfo b/archivers/c-blosc2/distinfo
index 9651aab1e37d..f35d1cd8aaff 100644
--- a/archivers/c-blosc2/distinfo
+++ b/archivers/c-blosc2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753265714
-SHA256 (Blosc-c-blosc2-v2.19.1_GH0.tar.gz) = cb645982acfeccc8676bc4f29859130593ec05f7f9acf62ebd4f1a004421fa28
-SIZE (Blosc-c-blosc2-v2.19.1_GH0.tar.gz) = 3301977
+TIMESTAMP = 1755062468
+SHA256 (Blosc-c-blosc2-v2.20.0_GH0.tar.gz) = 499e881f9fd868cbbaba69bc6d27d82b2d72ef22c998691d60e8b3c3ef0be459
+SIZE (Blosc-c-blosc2-v2.20.0_GH0.tar.gz) = 3302408
diff --git a/archivers/c-blosc2/pkg-plist b/archivers/c-blosc2/pkg-plist
index 8fed867af6fb..7e70de0eb4b0 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.4
+lib/libblosc2.so.5
 libdata/pkgconfig/blosc2.pc
diff --git a/archivers/py-cramjam/Makefile b/archivers/py-cramjam/Makefile
index 8805c73bb2ad..89ce79d389e7 100644
--- a/archivers/py-cramjam/Makefile
+++ b/archivers/py-cramjam/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cramjam
 PORTVERSION=	2.11.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers python
 MASTER_SITES=	PYPI \
 		https://github.com/milesgranger/cramjam/releases/download/v${PORTVERSION}/
diff --git a/graphics/py-imagecodecs/Makefile b/graphics/py-imagecodecs/Makefile
index 772fb8a0aebf..1cc37f630fee 100644
--- a/graphics/py-imagecodecs/Makefile
+++ b/graphics/py-imagecodecs/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	imagecodecs
 PORTVERSION=	2024.12.30
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -45,7 +45,7 @@ LIB_DEPENDS=	libaec.so:science/libaec \
 		libzstd.so:archivers/zstd
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
 
-USES=		jpeg localbase python:3.9+
+USES=		jpeg localbase python
 USE_PYTHON=	autoplist concurrent cython3 pep517
 
 CPPFLAGS+=	-I${LOCALBASE}/include/jxrlib \
diff --git a/misc/adios2/Makefile b/misc/adios2/Makefile
index 92d496599650..212febee23bc 100644
--- a/misc/adios2/Makefile
+++ b/misc/adios2/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	adios2
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.10.2
+PORTREVISION=	1
 CATEGORIES=	misc science
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -15,7 +16,7 @@ BROKEN_i386=	constant expression evaluates to 18446744073709551613 which cannot
 BROKEN_powerpc=	constant expression evaluates to 18446744073709551613 which cannot be narrowed to type 'unsigned int': https://github.com/ornladios/ADIOS2/issues/2469
 
 PY_DEPENDS=	${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}mpi4py>=3.0.3:net/py-mpi4py@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}mpi4py-mpich>=3.0.3:net/py-mpi4py-mpich@${PY_FLAVOR}
 BUILD_DEPENDS=	bash:shells/bash \
 		pybind11>0:devel/pybind11 \
 		${PYTHON_PKGNAMEPREFIX}pybind11>=2.4:devel/py-pybind11@${PY_FLAVOR} \