freebsd-ports/lang/go120/Makefile
Dmitri Goutnik 95833a876d lang/go120: Update to 1.20.8
Changes:	https://go.dev/doc/devel/release#go1.20.8

Security:	beb36f39-4d74-11ee-985e-bff341e78d94
2023-09-08 09:27:38 -05:00

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"