mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
*/*: 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:
parent
b16eb860cc
commit
a3ead31804
3 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@
|
||||||
# GO_TESTFLAGS
|
# GO_TESTFLAGS
|
||||||
# Additional build arguments to be passed to the `go test` command
|
# 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)
|
.if !defined(_INCLUDE_USES_GO_MK)
|
||||||
_INCLUDE_USES_GO_MK= yes
|
_INCLUDE_USES_GO_MK= yes
|
||||||
|
|
|
@ -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/}
|
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
|
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)
|
COMMENT?= Go programming language (development version)
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
|
@ -5,7 +5,7 @@ CATEGORIES= lang
|
||||||
MASTER_SITES= # not applicable
|
MASTER_SITES= # not applicable
|
||||||
DISTFILES= # 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
|
COMMENT= Meta-port for the default version of the Go programming language
|
||||||
|
|
||||||
RUN_DEPENDS= go${GO_SUFFIX}:lang/go${GO_SUFFIX}
|
RUN_DEPENDS= go${GO_SUFFIX}:lang/go${GO_SUFFIX}
|
||||||
|
|
Loading…
Add table
Reference in a new issue