git: 0ca40de94d39 - main - devel/libevent: Take maintainer
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 May 2022 17:37:10 UTC
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ca40de94d392e9ff031ef314e4b5d5935371f88 commit 0ca40de94d392e9ff031ef314e4b5d5935371f88 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2022-05-02 17:26:57 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2022-05-02 17:26:57 +0000 devel/libevent: Take maintainer --- devel/libevent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libevent/Makefile b/devel/libevent/Makefile index 9e1b1a783435..63faad0b7bb3 100644 --- a/devel/libevent/Makefile +++ b/devel/libevent/Makefile @@ -6,7 +6,7 @@ DISTVERSIONSUFFIX= -stable CATEGORIES= devel MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${DISTVERSION}${DISTVERSIONSUFFIX}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kbowling@FreeBSD.org COMMENT= API for executing callback functions on events or timeouts LICENSE= BSD3CLAUSE