View | Details | Raw Unified | Return to bug 258291 | Differences between
and this patch

Collapse All | Expand All

(-)b/lang/go-devel/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTVERSION=	g20210902
3
PORTVERSION=	g20210902
4
# Always set PORTREVISION and PORTEPOCH explicitly as otherwise they are inherited from lang/go
4
# Always set PORTREVISION and PORTEPOCH explicitly as otherwise they are inherited from lang/go
5
PORTREVISION=	0
5
PORTREVISION=	1
6
PORTEPOCH=	0
6
PORTEPOCH=	0
7
MASTER_SITES=	https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
7
MASTER_SITES=	https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
8
		LOCAL/dmgk:bootstrap
8
		LOCAL/dmgk:bootstrap
(-)b/lang/go/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	go
3
PORTNAME=	go
4
PORTVERSION?=	1.17.1
4
PORTVERSION?=	1.17.1
5
PORTREVISION?=	0
5
PORTREVISION?=	1
6
PORTEPOCH?=	1
6
PORTEPOCH?=	1
7
CATEGORIES=	lang
7
CATEGORIES=	lang
8
MASTER_SITES?=	https://golang.org/dl/ \
8
MASTER_SITES?=	https://golang.org/dl/ \
Lines 90-95 do-build: Link Here
90
		GOARCH=${GOARCH_${ARCH}} \
90
		GOARCH=${GOARCH_${ARCH}} \
91
		GO386=${GO386} \
91
		GO386=${GO386} \
92
		GOARM=${GOARM_${ARCH}} \
92
		GOARM=${GOARM_${ARCH}} \
93
		CC=${CC} \
93
		${SH} make.bash -v
94
		${SH} make.bash -v
94
95
95
do-install:
96
do-install:
96
- 

Return to bug 258291