pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/concurrencykit



Module Name:    pkgsrc
Committed By:   yhardy
Date:           Sun Dec 28 12:13:01 UTC 2025

Modified Files:
        pkgsrc/devel/concurrencykit: Makefile PLIST distinfo

Log Message:
devel/concurrencykit: update to (concurrencykit) ck-0.7.2

Release announcement:

This release adds support for riscv, as provided by Mitchell Horne,
as well a miscellaneous bug fixes and improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/concurrencykit/Makefile \
    pkgsrc/devel/concurrencykit/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/concurrencykit/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/concurrencykit/Makefile
diff -u pkgsrc/devel/concurrencykit/Makefile:1.8 pkgsrc/devel/concurrencykit/Makefile:1.9
--- pkgsrc/devel/concurrencykit/Makefile:1.8    Sun Nov 30 08:58:27 2025
+++ pkgsrc/devel/concurrencykit/Makefile        Sun Dec 28 12:13:01 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2025/11/30 08:58:27 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/12/28 12:13:01 yhardy Exp $
 
-DISTNAME=      ck-0.7.1
+DISTNAME=      ck-0.7.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=concurrencykit/}
 GITHUB_PROJECT=        ck
-GITHUB_TAG=    0.7.1
+GITHUB_TAG=    0.7.2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://concurrencykit.org/
Index: pkgsrc/devel/concurrencykit/distinfo
diff -u pkgsrc/devel/concurrencykit/distinfo:1.8 pkgsrc/devel/concurrencykit/distinfo:1.9
--- pkgsrc/devel/concurrencykit/distinfo:1.8    Sun Jul 23 13:46:45 2023
+++ pkgsrc/devel/concurrencykit/distinfo        Sun Dec 28 12:13:01 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/07/23 13:46:45 yhardy Exp $
+$NetBSD: distinfo,v 1.9 2025/12/28 12:13:01 yhardy Exp $
 
-BLAKE2s (ck-0.7.1.tar.gz) = 97763ed1ef1f769ab5fc8250070c7710a3d1ea48122c1701a13d840de81fcc41
-SHA512 (ck-0.7.1.tar.gz) = 48768e7adf05b818f2951b246c90185071d6c3f874218349183d96b7887830f9505f9fa58576e9933862486e8543097df0ee667518009a3946d1edc19fc253f7
-Size (ck-0.7.1.tar.gz) = 252802 bytes
+BLAKE2s (ck-0.7.2.tar.gz) = df1290606836ed1f2038573195bf0adb33081bdbcd97eecc2028edef46e52930
+SHA512 (ck-0.7.2.tar.gz) = c3a93a8bbdab2c81ccbfe8f38a17677b912bc157c231c960330cb130e93c35e3aab6b2fd1695d0ea28dbe3e12297851f1b96ef1ee21ca4e4c0065c91b83f51c3
+Size (ck-0.7.2.tar.gz) = 257817 bytes

Index: pkgsrc/devel/concurrencykit/PLIST
diff -u pkgsrc/devel/concurrencykit/PLIST:1.6 pkgsrc/devel/concurrencykit/PLIST:1.7
--- pkgsrc/devel/concurrencykit/PLIST:1.6       Sun Jul 23 13:46:45 2023
+++ pkgsrc/devel/concurrencykit/PLIST   Sun Dec 28 12:13:01 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2023/07/23 13:46:45 yhardy Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/12/28 12:13:01 yhardy Exp $
 include/ck_array.h
 include/ck_backoff.h
 include/ck_barrier.h
@@ -49,6 +49,8 @@ include/gcc/ppc/ck_f_pr.h
 include/gcc/ppc/ck_pr.h
 include/gcc/ppc64/ck_f_pr.h
 include/gcc/ppc64/ck_pr.h
+include/gcc/riscv64/ck_f_pr.h
+include/gcc/riscv64/ck_pr.h
 include/gcc/s390x/ck_f_pr.h
 include/gcc/s390x/ck_pr.h
 include/gcc/sparcv9/ck_f_pr.h



Home | Main Index | Thread Index | Old Index