git: cda7daf7a2ec - main - lang/gcc10,11: Take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Aug 2022 22:48:47 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=cda7daf7a2ecec8af04ff00628c0d1311c973885 commit cda7daf7a2ecec8af04ff00628c0d1311c973885 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2022-08-20 22:44:16 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-08-20 22:48:33 +0000 lang/gcc10,11: Take maintainership I already maintain all other GCC supported releases ports: I adopt the missing ones. This will allow me to deal more efficiently with changes that affect all GCC supported releases at once. --- lang/gcc10/Makefile | 2 +- lang/gcc11/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/gcc10/Makefile b/lang/gcc10/Makefile index 040cf24a1165..ee6070d4fa0b 100644 --- a/lang/gcc10/Makefile +++ b/lang/gcc10/Makefile @@ -4,7 +4,7 @@ CATEGORIES= lang MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} -MAINTAINER= toolchain@FreeBSD.org +MAINTAINER= salvadore@FreeBSD.org COMMENT= GNU Compiler Collection 10 LICENSE= GPLv3 GPLv3RLE diff --git a/lang/gcc11/Makefile b/lang/gcc11/Makefile index e4ae2e093d06..bf886a68e040 100644 --- a/lang/gcc11/Makefile +++ b/lang/gcc11/Makefile @@ -4,7 +4,7 @@ CATEGORIES= lang MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} -MAINTAINER= toolchain@FreeBSD.org +MAINTAINER= salvadore@FreeBSD.org COMMENT= GNU Compiler Collection 11 LICENSE= GPLv3 GPLv3RLE