Update lang/go to 1.3.3.
Passes regress on amd64 and i386.
ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/go/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile 25 Jul 2014 14:39:41 -0000 1.20
+++ Makefile 25 Oct 2014 16:56:44 -0000
@@ -4,8 +4,7 @@ ONLY_FOR_ARCHS = amd64 i386
COMMENT = Go programming language
-VERSION = 1.3
-REVISION = 0
+VERSION = 1.3.3
EXTRACT_SUFX = .src.tar.gz
DISTNAME = go${VERSION}
PKGNAME = go-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/go/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo 25 Jul 2014 13:36:55 -0000 1.9
+++ distinfo 25 Oct 2014 16:56:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (go1.3.src.tar.gz) = 65g+bFsrmDj0gsVEKxrBhW9hDysh88Ejs/7bSP/DU4I=
-SIZE (go1.3.src.tar.gz) = 10046547
+SHA256 (go1.3.3.src.tar.gz) = G7b96Jz+i5dWqHWvVdmUzOCZSGEie13A8mjBQ9kc1f8=
+SIZE (go1.3.3.src.tar.gz) = 10049379
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/go/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- pkg/PLIST 25 Jul 2014 13:36:55 -0000 1.10
+++ pkg/PLIST 25 Oct 2014 16:56:46 -0000
@@ -309,10 +309,12 @@ go/misc/cgo/test/issue7560.go
go/misc/cgo/test/issue7665.go
go/misc/cgo/test/issue7695_test.go
go/misc/cgo/test/issue7786.go
+go/misc/cgo/test/issue7978.go
go/misc/cgo/test/issue8148.go
go/misc/cgo/test/issue8331.h
go/misc/cgo/test/issue8331a.go
go/misc/cgo/test/issue8331b.go
+go/misc/cgo/test/issue8441.go
go/misc/cgo/test/setgid_linux.go
go/misc/cgo/test/sleep_windows_386.go
go/misc/cgo/testasan/
@@ -637,6 +639,7 @@ go/pkg/tool${GOCFG}/
@bin go/pkg/tool${GOEXE}g
@bin go/pkg/tool${GOEXE}l
@bin go/pkg/tool${GOCFG}/addr2line
+@bin go/pkg/tool${GOCFG}/api
@bin go/pkg/tool${GOCFG}/cgo
@bin go/pkg/tool${GOCFG}/dist
@bin go/pkg/tool${GOCFG}/fix
@@ -1571,11 +1574,13 @@ go/src/pkg/crypto/tls/testdata/Server-TL
go/src/pkg/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedNotGiven
go/src/pkg/crypto/tls/testdata/Server-TLSv12-ECDHE-ECDSA-AES
go/src/pkg/crypto/tls/testdata/Server-TLSv12-IssueTicket
+go/src/pkg/crypto/tls/testdata/Server-TLSv12-IssueTicketPreDisable
go/src/pkg/crypto/tls/testdata/Server-TLSv12-RSA-3DES
go/src/pkg/crypto/tls/testdata/Server-TLSv12-RSA-AES
go/src/pkg/crypto/tls/testdata/Server-TLSv12-RSA-AES-GCM
go/src/pkg/crypto/tls/testdata/Server-TLSv12-RSA-RC4
go/src/pkg/crypto/tls/testdata/Server-TLSv12-Resume
+go/src/pkg/crypto/tls/testdata/Server-TLSv12-ResumeDisabled
go/src/pkg/crypto/tls/testdata/Server-TLSv12-SNI
go/src/pkg/crypto/tls/ticket.go
go/src/pkg/crypto/tls/tls.go
--
"Action without study is fatal. Study without action is futile."
-- Mary Ritter Beard