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:   wiz
Date:           Sun Nov 30 08:58:27 UTC 2025

Modified Files:
        pkgsrc/devel/concurrencykit: Makefile

Log Message:
concurrencykit: switch to https


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

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.7 pkgsrc/devel/concurrencykit/Makefile:1.8
--- pkgsrc/devel/concurrencykit/Makefile:1.7    Sun Jul 23 13:46:45 2023
+++ pkgsrc/devel/concurrencykit/Makefile        Sun Nov 30 08:58:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/07/23 13:46:45 yhardy Exp $
+# $NetBSD: Makefile,v 1.8 2025/11/30 08:58:27 wiz Exp $
 
 DISTNAME=      ck-0.7.1
 CATEGORIES=    devel
@@ -7,7 +7,7 @@ GITHUB_PROJECT= ck
 GITHUB_TAG=    0.7.1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://concurrencykit.org/
+HOMEPAGE=      https://concurrencykit.org/
 COMMENT=       Concurrency primitives, safe memory reclamation & non-blocking data structures
 LICENSE=       2-clause-bsd
 



Home | Main Index | Thread Index | Old Index