git: 9b1f80292733 - main - lang/gcc9: Relinquish maintainership
Date: Fri, 21 Jan 2022 23:30:49 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b1f802927335f69c4f31212c735d8b90b11f712 commit 9b1f802927335f69c4f31212c735d8b90b11f712 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2022-01-21 23:30:25 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2022-01-21 23:30:25 +0000 lang/gcc9: Relinquish maintainership After working on (and largely maintaining) our GCC ports for more than 19 years, time has come to hand over the baton. Sadly despite multiple requests nobody stepped up (even having waited another 3+ months after relinquishing maintainership of gcc9-devel), so pass maintainership to toolchain@. --- lang/gcc9/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/gcc9/Makefile b/lang/gcc9/Makefile index 253d9f21fb36..a6d553705f67 100644 --- a/lang/gcc9/Makefile +++ b/lang/gcc9/Makefile @@ -2,11 +2,12 @@ PORTNAME= gcc PORTVERSION= 9.4.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} -MAINTAINER= gerald@FreeBSD.org +MAINTAINER= toolchain@FreeBSD.org COMMENT= GNU Compiler Collection 9 LICENSE= GPLv3 GPLv3RLE