git: 82bc9d54bdb1 - main - devel/kcov: relinquish maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Sep 2026 14:57:39 UTC
The branch main has been updated by asomers:
URL: https://cgit.FreeBSD.org/ports/commit/?id=82bc9d54bdb111eabcee2f4b61428560af3df264
commit 82bc9d54bdb111eabcee2f4b61428560af3df264
Author: Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2026-09-09 14:56:19 +0000
Commit: Alan Somers <asomers@FreeBSD.org>
CommitDate: 2026-09-09 14:56:19 +0000
devel/kcov: relinquish maintainership
I haven't personally used this port in years. In fact, cargo-kcov
doesn't even work with modern Rust toolchains. But kcov can still be
used for other languages.
---
devel/kcov/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/kcov/Makefile b/devel/kcov/Makefile
index b3bfef76c487..b634f12f529d 100644
--- a/devel/kcov/Makefile
+++ b/devel/kcov/Makefile
@@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v
DISTVERSION= 43
CATEGORIES= devel
-MAINTAINER= asomers@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Coverage checker for ELF, Bash, and Python programs
WWW= https://simonkagstrom.github.io/kcov/index.html