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
4
PORTVERSION?=	1.17
5
PORTREVISION?=	2
5
PORTREVISION?=	3
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 88-93 do-build: Link Here
88
		GOARCH=${GOARCH_${ARCH}} \
88
		GOARCH=${GOARCH_${ARCH}} \
89
		GO386=${GO386} \
89
		GO386=${GO386} \
90
		GOARM=${GOARM_${ARCH}} \
90
		GOARM=${GOARM_${ARCH}} \
91
		CC=${CC} \
91
		${SH} make.bash -v
92
		${SH} make.bash -v
92
93
93
do-install:
94
do-install:
94
- 

Return to bug 258291