Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2022 14:23:36 GMT
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6ad958dd4e8d - main - devel/wasi-*: take maintainership
Message-ID:  <202210091423.299ENabL051626@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6ad958dd4e8d3d0579d1fad78dd12fbd19f9c705

commit 6ad958dd4e8d3d0579d1fad78dd12fbd19f9c705
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2022-10-09 14:19:04 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2022-10-09 14:19:04 +0000

    devel/wasi-*: take maintainership
    
    These have to be coordinated with gecko@.
    
    Approved by: mentors (implicit)
---
 devel/wasi-compiler-rt11/Makefile | 2 +-
 devel/wasi-compiler-rt13/Makefile | 2 +-
 devel/wasi-libc/Makefile          | 2 +-
 devel/wasi-libcxx/Makefile        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/wasi-compiler-rt11/Makefile b/devel/wasi-compiler-rt11/Makefile
index 3d4b7a7f70c5..025ccca8f2e9 100644
--- a/devel/wasi-compiler-rt11/Makefile
+++ b/devel/wasi-compiler-rt11/Makefile
@@ -11,7 +11,7 @@ PKGNAMESUFFIX=	${LLVM_SUFFIX}
 DISTNAME=	${PORTNAME}-${DISTVERSION}.src
 DISTFILES=	${PORTNAME}-${DISTVERSION}.src${EXTRACT_SUFX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	vishwin@FreeBSD.org
 COMMENT=	Clang builtins library for WebAssembly System Interface
 WWW=		https://llvm.org/
 
diff --git a/devel/wasi-compiler-rt13/Makefile b/devel/wasi-compiler-rt13/Makefile
index 4ebb934521be..70db20f7a136 100644
--- a/devel/wasi-compiler-rt13/Makefile
+++ b/devel/wasi-compiler-rt13/Makefile
@@ -8,7 +8,7 @@ PKGNAMESUFFIX=	${LLVM_SUFFIX}
 DISTNAME=	llvm-project-${DISTVERSION}.src
 DISTFILES=	llvm-project-${DISTVERSION}.src${EXTRACT_SUFX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	vishwin@FreeBSD.org
 COMMENT=	Clang builtins library for WebAssembly System Interface
 WWW=		https://llvm.org/
 
diff --git a/devel/wasi-libc/Makefile b/devel/wasi-libc/Makefile
index c2d8632ab457..85ea9846fbc7 100644
--- a/devel/wasi-libc/Makefile
+++ b/devel/wasi-libc/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	wasi-libc
 DISTVERSION=	g20210923
 CATEGORIES=	devel
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	vishwin@FreeBSD.org
 COMMENT=	C standard library for WebAssembly System Interface
 WWW=		https://github.com/CraneStation/wasi-libc
 
diff --git a/devel/wasi-libcxx/Makefile b/devel/wasi-libcxx/Makefile
index 8c156e15a478..be2a46882f65 100644
--- a/devel/wasi-libcxx/Makefile
+++ b/devel/wasi-libcxx/Makefile
@@ -7,7 +7,7 @@ PKGNAMEPREFIX=	wasi-
 DISTNAME=	llvm-project-${DISTVERSION}.src
 DISTFILES=	llvm-project-${DISTVERSION}.src${EXTRACT_SUFX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	vishwin@FreeBSD.org
 COMMENT=	C++ standard library for WebAssembly System Interface
 WWW=		https://llvm.org/
 



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