Received: by mail.netbsd.org (Postfix, from userid 605) id 401BD84F50; Thu, 25 Jan 2024 16:02:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 712CB84E71 for ; Thu, 25 Jan 2024 16:02:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VMV8zSeFaDtH for ; Thu, 25 Jan 2024 16:02:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E33D184CF4 for ; Thu, 25 Jan 2024 16:02:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC38EFA42; Thu, 25 Jan 2024 16:02:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170619853831830" MIME-Version: 1.0 Date: Thu, 25 Jan 2024 16:02:18 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/blosc2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240125160218.DC38EFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170619853831830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 25 16:02:18 UTC 2024 Modified Files: pkgsrc/devel/blosc2: Makefile distinfo Log Message: blosc2: updated to 2.13.1 Changes from 2.13.0 to 2.13.1 * Removed private include in `b2nd.h`. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/blosc2/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/blosc2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170619853831830 Content-Disposition: inline Content-Length: 1874 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/blosc2/Makefile diff -u pkgsrc/devel/blosc2/Makefile:1.11 pkgsrc/devel/blosc2/Makefile:1.12 --- pkgsrc/devel/blosc2/Makefile:1.11 Wed Jan 24 22:02:40 2024 +++ pkgsrc/devel/blosc2/Makefile Thu Jan 25 16:02:18 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2024/01/24 22:02:40 adam Exp $ +# $NetBSD: Makefile,v 1.12 2024/01/25 16:02:18 adam Exp $ -DISTNAME= blosc2-2.13.0 +DISTNAME= blosc2-2.13.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=Blosc/} GITHUB_PROJECT= c-blosc2 @@ -11,7 +11,9 @@ HOMEPAGE= https://blosc.org/ COMMENT= Fast, compressed and persistent data store library for C LICENSE= modified-bsd -USE_LANGUAGES= c99 c++ +USE_CC_FEATURES= c99 + +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/blosc # For Darwin Index: pkgsrc/devel/blosc2/distinfo diff -u pkgsrc/devel/blosc2/distinfo:1.12 pkgsrc/devel/blosc2/distinfo:1.13 --- pkgsrc/devel/blosc2/distinfo:1.12 Wed Jan 24 22:02:40 2024 +++ pkgsrc/devel/blosc2/distinfo Thu Jan 25 16:02:18 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2024/01/24 22:02:40 adam Exp $ +$NetBSD: distinfo,v 1.13 2024/01/25 16:02:18 adam Exp $ -BLAKE2s (blosc2-2.13.0.tar.gz) = b03344012d70369fcdc2ca8d9ede0a401d52fe4033e879fa9ca1af23fbd642d5 -SHA512 (blosc2-2.13.0.tar.gz) = 83280ea4aedea38167729bfb52797378a94ecf0733c2552283f07aa1fd732e2f565dce3a227e19e10acd855b9690987b90f9dc8a5f6589d208e0c3940b45ecc4 -Size (blosc2-2.13.0.tar.gz) = 3150698 bytes +BLAKE2s (blosc2-2.13.1.tar.gz) = dd530d61bc7d782d513845387b85121ccb13bd33ec54968c5e38e568305029af +SHA512 (blosc2-2.13.1.tar.gz) = 61b08c2ac2ab4ceef1053673012a8dc7975ea5ca314115cd43bc4bfdcfe427007ed920336e66a0128a750f7215c9fcb2f4379b1adc558c380f6931ce5ca591b1 +Size (blosc2-2.13.1.tar.gz) = 3150768 bytes SHA1 (patch-tests_test__common.h) = 8e0389248203edfe2358be0a220a8b958cb6c689 --_----------=_170619853831830--