*/*: Pass lang/go* and Mk/Uses/go.mk maintainership

Pass maintainership to the new Go team.

Approved by:	ygy (maintainer, by email)
This commit is contained in:
Dmitri Goutnik 2022-06-06 13:27:20 -05:00
parent b16eb860cc
commit a3ead31804
3 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@
# GO_TESTFLAGS
# Additional build arguments to be passed to the `go test` command
#
# MAINTAINER: ports@FreeBSD.org
# MAINTAINER: go@FreeBSD.org
.if !defined(_INCLUDE_USES_GO_MK)
_INCLUDE_USES_GO_MK= yes

View file

@ -9,7 +9,7 @@ MASTER_SITES?= https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRA
PKGNAMESUFFIX= ${DISTVERSION:C/^g[0-9]+/-devel/:C/^([0-9]+)\.([0-9]+).*/\1\2/}
DISTFILES?= go-${OPSYS:tl}-${GOARCH_${ARCH}}${GOARM_${ARCH}}-${BOOTSTRAP_TAG}.tar.xz:bootstrap
MAINTAINER= ygy@FreeBSD.org
MAINTAINER= go@FreeBSD.org
COMMENT?= Go programming language (development version)
LICENSE= BSD3CLAUSE

View file

@ -5,7 +5,7 @@ CATEGORIES= lang
MASTER_SITES= # not applicable
DISTFILES= # not applicable
MAINTAINER= dmgk@FreeBSD.org
MAINTAINER= go@FreeBSD.org
COMMENT= Meta-port for the default version of the Go programming language
RUN_DEPENDS= go${GO_SUFFIX}:lang/go${GO_SUFFIX}