pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/blosc2



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.

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



Home | Main Index | Thread Index | Old Index