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

Collapse All | Expand All

(-)Makefile (-2 / +7 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	go
4
PORTNAME=	go
5
PORTVERSION=	1.4.2
5
PORTVERSION=	1.4.3
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	lang
7
CATEGORIES=	lang
8
MASTER_SITES=	http://golang.org/dl/
8
MASTER_SITES=	http://golang.org/dl/
Lines 13-19 Link Here
13
13
14
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
15
15
16
USES=		shebangfix
16
USES=		compiler shebangfix
17
SHEBANG_LANG=	sh
17
SHEBANG_LANG=	sh
18
SHEBANG_FILES=	${WRKSRC}/src/*.bash \
18
SHEBANG_FILES=	${WRKSRC}/src/*.bash \
19
		${WRKSRC}/doc/progs/run \
19
		${WRKSRC}/doc/progs/run \
Lines 28-33 Link Here
28
28
29
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
30
30
31
# If cc is clang, change it to clang to help Go identify the compiler
32
.if ${COMPILER_TYPE} == "clang" && ${CC} == "cc"
33
CC=clang
34
.endif
35
31
.if ${ARCH} == "i386"
36
.if ${ARCH} == "i386"
32
GOARCH=386
37
GOARCH=386
33
GOOBJ=8
38
GOOBJ=8
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (go1.4.2.src.tar.gz) = 299a6fd8f8adfdce15bc06bde926e7b252ae8e24dd5b16b7d8791ed79e7b5e9b
1
SHA256 (go1.4.3.src.tar.gz) = 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959
2
SIZE (go1.4.2.src.tar.gz) = 10921896
2
SIZE (go1.4.3.src.tar.gz) = 10875170
(-)pkg-plist (-26 / +4 lines)
Lines 1-7 Link Here
1
bin/go
1
bin/go
2
bin/gofmt
2
bin/gofmt
3
go/.hgignore
4
go/.hgtags
5
go/AUTHORS
3
go/AUTHORS
6
go/CONTRIBUTORS
4
go/CONTRIBUTORS
7
go/LICENSE
5
go/LICENSE
Lines 190-195 Link Here
190
go/include/plan9/utf.h
188
go/include/plan9/utf.h
191
go/include/u.h
189
go/include/u.h
192
go/include/utf.h
190
go/include/utf.h
191
go/lib/codereview/codereview.cfg
192
go/lib/codereview/codereview.py
193
go/lib/codereview/test.sh
193
go/lib/time/README
194
go/lib/time/README
194
go/lib/time/update.bash
195
go/lib/time/update.bash
195
go/lib/time/zoneinfo.zip
196
go/lib/time/zoneinfo.zip
Lines 341-373 Link Here
341
go/misc/chrome/gophertool/manifest.json
342
go/misc/chrome/gophertool/manifest.json
342
go/misc/chrome/gophertool/popup.html
343
go/misc/chrome/gophertool/popup.html
343
go/misc/chrome/gophertool/popup.js
344
go/misc/chrome/gophertool/popup.js
344
go/misc/dashboard/codereview/app.yaml
345
go/misc/dashboard/codereview/cron.yaml
346
go/misc/dashboard/codereview/dashboard/cl.go
347
go/misc/dashboard/codereview/dashboard/front.go
348
go/misc/dashboard/codereview/dashboard/gc.go
349
go/misc/dashboard/codereview/dashboard/mail.go
350
go/misc/dashboard/codereview/dashboard/people.go
351
go/misc/dashboard/codereview/index.yaml
352
go/misc/dashboard/codereview/queue.yaml
353
go/misc/dashboard/codereview/static/gopherstamp.jpg
354
go/misc/dashboard/codereview/static/icon.png
355
go/misc/editors
345
go/misc/editors
356
go/misc/git/pre-commit
346
go/misc/git/pre-commit
357
go/misc/linkcheck/linkcheck.go
347
go/misc/linkcheck/linkcheck.go
358
go/misc/makerelease/darwin/Distribution
359
go/misc/makerelease/darwin/Resources/bg.png
360
go/misc/makerelease/darwin/etc/paths.d/go
361
go/misc/makerelease/darwin/scripts/postinstall
362
go/misc/makerelease/darwin/scripts/preinstall
363
go/misc/makerelease/makerelease.go
364
go/misc/makerelease/windows/LICENSE.rtf
365
go/misc/makerelease/windows/README.txt
366
go/misc/makerelease/windows/images/Banner.jpg
367
go/misc/makerelease/windows/images/Dialog.jpg
368
go/misc/makerelease/windows/images/DialogLeft.jpg
369
go/misc/makerelease/windows/images/gopher.ico
370
go/misc/makerelease/windows/installer.wxs
371
go/misc/nacl/README
348
go/misc/nacl/README
372
go/misc/nacl/go_nacl_386_exec
349
go/misc/nacl/go_nacl_386_exec
373
go/misc/nacl/go_nacl_amd64p32_exec
350
go/misc/nacl/go_nacl_amd64p32_exec
Lines 4338-4343 Link Here
4338
go/test/fixedbugs/issue9537.go
4315
go/test/fixedbugs/issue9537.go
4339
go/test/fixedbugs/issue9604.go
4316
go/test/fixedbugs/issue9604.go
4340
go/test/fixedbugs/issue9634.go
4317
go/test/fixedbugs/issue9634.go
4318
go/test/fixedbugs/issue10135.go
4341
go/test/float_lit.go
4319
go/test/float_lit.go
4342
go/test/float_lit2.go
4320
go/test/float_lit2.go
4343
go/test/float_lit3.go
4321
go/test/float_lit3.go

Return to bug 202633