95833a876d
Changes: https://go.dev/doc/devel/release#go1.20.8 Security: beb36f39-4d74-11ee-985e-bff341e78d94
20 lines
631 B
Makefile
20 lines
631 B
Makefile
DISTVERSION= 1.20.8
|
|
# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
|
|
PORTREVISION= 0
|
|
MASTER_SITES= https://golang.org/dl/ \
|
|
https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
|
|
LOCAL/dmgk:bootstrap
|
|
DISTFILES= go${DISTVERSION}.src.tar.gz \
|
|
go-${OPSYS:tl}-${GOARCH_${ARCH}}${GOARM_${ARCH}}-${BOOTSTRAP_TAG}.tar.xz:bootstrap
|
|
|
|
# Avoid conflicting patch files
|
|
PATCHFILES=
|
|
|
|
COMMENT= Go programming language
|
|
|
|
MASTERDIR= ${.CURDIR}/../go-devel
|
|
PATCHDIR= ${.CURDIR}/files
|
|
WRKSRC= ${WRKDIR}/go
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|