Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2022 22:48:47 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cda7daf7a2ec - main - lang/gcc10,11: Take maintainership
Message-ID:  <202208202248.27KMmlmr032857@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208202248.27KMmlmr032857>