From eee5f75d5ccd99019e043b2d60ca64b51144a3c9 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 30 Dec 2022 16:39:45 +0800 Subject: [PATCH] archivers/c-blosc2: Update to 2.4.3 - Update WWW Changes: https://github.com/Blosc/c-blosc2/releases --- archivers/c-blosc2/Makefile | 5 +++-- archivers/c-blosc2/distinfo | 6 +++--- archivers/c-blosc2/pkg-descr | 2 -- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/archivers/c-blosc2/Makefile b/archivers/c-blosc2/Makefile index 52e4b090dfd0..0882518aa12e 100644 --- a/archivers/c-blosc2/Makefile +++ b/archivers/c-blosc2/Makefile @@ -1,11 +1,12 @@ PORTNAME= c-blosc2 -PORTVERSION= 2.4.2 +PORTVERSION= 2.4.3 DISTVERSIONPREFIX= v CATEGORIES= archivers MAINTAINER= sunpoet@FreeBSD.org COMMENT= High performance compressor optimized for binary data -WWW= https://www.blosc.org/ +WWW= https://www.blosc.org/ \ + https://github.com/Blosc/c-blosc2 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/archivers/c-blosc2/distinfo b/archivers/c-blosc2/distinfo index 0dd4744c341c..2f4e8d58519b 100644 --- a/archivers/c-blosc2/distinfo +++ b/archivers/c-blosc2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664767814 -SHA256 (Blosc-c-blosc2-v2.4.2_GH0.tar.gz) = 763ded7a6286abd248a79b1560ce8bfda11018b699a450b3e43c529f284a5232 -SIZE (Blosc-c-blosc2-v2.4.2_GH0.tar.gz) = 2357441 +TIMESTAMP = 1669057527 +SHA256 (Blosc-c-blosc2-v2.4.3_GH0.tar.gz) = d4aa5e0794598794f20ab950e973d44f0d0d9c133ea1a5a07cb200fa54d2e036 +SIZE (Blosc-c-blosc2-v2.4.3_GH0.tar.gz) = 2361811 diff --git a/archivers/c-blosc2/pkg-descr b/archivers/c-blosc2/pkg-descr index e61c80289536..f71d58142213 100644 --- a/archivers/c-blosc2/pkg-descr +++ b/archivers/c-blosc2/pkg-descr @@ -9,5 +9,3 @@ C-Blosc2 is the new major version of C-Blosc, and tries hard to be backward compatible with both the C-Blosc1 API and its in-memory format. However, the reverse thing is generally not true; buffers generated with C-Blosc2 are not format-compatible with C-Blosc1 (i.e. forward compatibility is not supported). - -See also: https://github.com/Blosc/c-blosc2