View | Details | Raw Unified | Return to bug 231883
Collapse All | Expand All

(-)lang/go/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	go
4
PORTNAME=	go
5
PORTVERSION=	1.11
5
PORTVERSION=	1.11.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/
(-)lang/go/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1535198657
1
TIMESTAMP = 1538502423
2
SHA256 (go1.11.src.tar.gz) = afc1e12f5fe49a471e3aae7d906c73e9d5b1fdd36d52d72652dde8f6250152fb
2
SHA256 (go1.11.1.src.tar.gz) = 558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117
3
SIZE (go1.11.src.tar.gz) = 21091932
3
SIZE (go1.11.1.src.tar.gz) = 21097206
(-)lang/go/pkg-plist (+6 lines)
Lines 2399-2404 Link Here
2399
go/src/cmd/go/testdata/script/binary_only.txt
2399
go/src/cmd/go/testdata/script/binary_only.txt
2400
go/src/cmd/go/testdata/script/build_GOTMPDIR.txt
2400
go/src/cmd/go/testdata/script/build_GOTMPDIR.txt
2401
go/src/cmd/go/testdata/script/build_cache_compile.txt
2401
go/src/cmd/go/testdata/script/build_cache_compile.txt
2402
go/src/cmd/go/testdata/script/build_cache_gomips.txt
2402
go/src/cmd/go/testdata/script/build_cache_link.txt
2403
go/src/cmd/go/testdata/script/build_cache_link.txt
2403
go/src/cmd/go/testdata/script/build_cache_output.txt
2404
go/src/cmd/go/testdata/script/build_cache_output.txt
2404
go/src/cmd/go/testdata/script/cover_atomic_pkgall.txt
2405
go/src/cmd/go/testdata/script/cover_atomic_pkgall.txt
Lines 8460-8465 Link Here
8460
go/test/fixedbugs/issue26426.go
8461
go/test/fixedbugs/issue26426.go
8461
go/test/fixedbugs/issue26438.go
8462
go/test/fixedbugs/issue26438.go
8462
go/test/fixedbugs/issue26495.go
8463
go/test/fixedbugs/issue26495.go
8464
go/test/fixedbugs/issue27143.go
8465
go/test/fixedbugs/issue27278.go
8466
go/test/fixedbugs/issue27289.go
8467
go/test/fixedbugs/issue27695.go
8468
go/test/fixedbugs/issue27695b.go
8463
go/test/fixedbugs/issue3552.dir/one.go
8469
go/test/fixedbugs/issue3552.dir/one.go
8464
go/test/fixedbugs/issue3552.dir/two.go
8470
go/test/fixedbugs/issue3552.dir/two.go
8465
go/test/fixedbugs/issue3552.go
8471
go/test/fixedbugs/issue3552.go

Return to bug 231883