git: eee5f75d5ccd - main - archivers/c-blosc2: Update to 2.4.3

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Dec 2022 09:08:11 UTC
The branch main has been updated by sunpoet:

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

commit eee5f75d5ccd99019e043b2d60ca64b51144a3c9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:39:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:04:04 +0000

    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