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:   adam
Date:           Mon May 11 07:26:05 UTC 2026

Modified Files:
        pkgsrc/devel/concurrencykit: Makefile

Log Message:
concurrencykit: remove unnecessary default overrides; trim the comment


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/devel/concurrencykit/Makefile:1.10
--- pkgsrc/devel/concurrencykit/Makefile:1.9    Sun Dec 28 12:13:01 2025
+++ pkgsrc/devel/concurrencykit/Makefile        Mon May 11 07:26:05 2026
@@ -1,19 +1,16 @@
-# $NetBSD: Makefile,v 1.9 2025/12/28 12:13:01 yhardy Exp $
+# $NetBSD: Makefile,v 1.10 2026/05/11 07:26:05 adam Exp $
 
 DISTNAME=      ck-0.7.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=concurrencykit/}
-GITHUB_PROJECT=        ck
-GITHUB_TAG=    0.7.2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://concurrencykit.org/
-COMMENT=       Concurrency primitives, safe memory reclamation & non-blocking data structures
+COMMENT=       Concurrency primitives and building blocks for high performance apps
 LICENSE=       2-clause-bsd
 
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
-
 PKGCONFIG_OVERRIDE+=   build/ck.pc.in
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index