git: 39faa2417c0e - main - devel/catch: Take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:24:38 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=39faa2417c0e53c978af4ebe36e0e7ebc97ef6fd
commit 39faa2417c0e53c978af4ebe36e0e7ebc97ef6fd
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-03-21 19:07:38 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-03-21 19:20:02 +0000
devel/catch: Take maintainership
---
devel/catch/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/catch/Makefile b/devel/catch/Makefile
index 91df672ad36a..8dce65d45cd5 100644
--- a/devel/catch/Makefile
+++ b/devel/catch/Makefile
@@ -4,7 +4,7 @@ DISTVERSION= 2.13.9
PORTREVISION= 0
CATEGORIES= devel
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Header-only test framework for C++
WWW= https://github.com/catchorg/Catch2