git: b240cf48ce6a - main - archivers/c-blosc2: Update to 2.23.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Feb 2026 05:17:30 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b240cf48ce6af53dfb6aec28157eafb54894d1e8
commit b240cf48ce6af53dfb6aec28157eafb54894d1e8
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-03 04:43:37 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-03 05:09:19 +0000
archivers/c-blosc2: Update to 2.23.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 +-
databases/tiledb/Makefile | 2 +-
devel/py-tables/Makefile | 2 +-
graphics/py-imagecodecs/Makefile | 1 +
misc/adios2/Makefile | 2 +-
8 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/archivers/c-blosc2/Makefile b/archivers/c-blosc2/Makefile
index bc39da97231f..4e8770095bf4 100644
--- a/archivers/c-blosc2/Makefile
+++ b/archivers/c-blosc2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= c-blosc2
-PORTVERSION= 2.22.0
+PORTVERSION= 2.23.0
DISTVERSIONPREFIX= v
CATEGORIES= archivers
diff --git a/archivers/c-blosc2/distinfo b/archivers/c-blosc2/distinfo
index d58fac36ffd8..19b0b0020882 100644
--- a/archivers/c-blosc2/distinfo
+++ b/archivers/c-blosc2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762586746
-SHA256 (Blosc-c-blosc2-v2.22.0_GH0.tar.gz) = 6c6fe90babfa09bd3c544643d3fc3ea9516f9cbc74e8b3342f0d50416862b76f
-SIZE (Blosc-c-blosc2-v2.22.0_GH0.tar.gz) = 3337965
+TIMESTAMP = 1769874242
+SHA256 (Blosc-c-blosc2-v2.23.0_GH0.tar.gz) = 125e0ac2fac3d81239c1de036cb335bc8eca86b19216e97e0b23de3283d3274b
+SIZE (Blosc-c-blosc2-v2.23.0_GH0.tar.gz) = 3337937
diff --git a/archivers/c-blosc2/pkg-plist b/archivers/c-blosc2/pkg-plist
index bd741cce68a0..5196996775fb 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.6
+lib/libblosc2.so.7
libdata/pkgconfig/blosc2.pc
diff --git a/archivers/py-cramjam/Makefile b/archivers/py-cramjam/Makefile
index a8ef051605d1..bc94c8963fa0 100644
--- a/archivers/py-cramjam/Makefile
+++ b/archivers/py-cramjam/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cramjam
PORTVERSION= 2.11.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= archivers python
MASTER_SITES= PYPI \
https://github.com/milesgranger/cramjam/releases/download/v${PORTVERSION}/
diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile
index a2701fcf2fa0..5f7f80471095 100644
--- a/databases/tiledb/Makefile
+++ b/databases/tiledb/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tiledb
PORTVERSION= 2.30.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MAINTAINER= sunpoet@FreeBSD.org
diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile
index 17b10c8bdacf..8f55bfc89781 100644
--- a/devel/py-tables/Makefile
+++ b/devel/py-tables/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tables
PORTVERSION= 3.10.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/py-imagecodecs/Makefile b/graphics/py-imagecodecs/Makefile
index 0d01ce3dedfe..c72c96ffc856 100644
--- a/graphics/py-imagecodecs/Makefile
+++ b/graphics/py-imagecodecs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= imagecodecs
PORTVERSION= 2025.11.11
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/adios2/Makefile b/misc/adios2/Makefile
index 4af0df4cb8bd..a7a9a44f5023 100644
--- a/misc/adios2/Makefile
+++ b/misc/adios2/Makefile
@@ -1,7 +1,7 @@
PORTNAME= adios2
DISTVERSIONPREFIX= v
DISTVERSION= 2.10.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc science
MAINTAINER= yuri@FreeBSD.org