1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/lang/go122/Makefile
Ashish SHUKLA 6b977b3944
lang/go121: Update to 1.22.4
MFH:		2024Q2
Security:	a5c64f6f-2af3-11ef-a77e-901b0e9408dc
Security:	CVE-2024-24789
Security:	CVE-2024-24790
2024-06-15 09:51:17 +00:00

20 lines
615 B
Makefile

DISTVERSION= 1.22.4
# Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
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=
PATCHDIR= ${.CURDIR}/files
COMMENT= Go programming language
MASTERDIR= ${.CURDIR}/../go-devel
WRKSRC= ${WRKDIR}/go
DISTINFO_FILE= ${.CURDIR}/distinfo
.include "${MASTERDIR}/Makefile"