On Sun, 26 Oct 2014, Stuart Henderson wrote: > On 2014/10/26 04:00, Joel Sing wrote: > > Update lang/go to 1.3.3. > > > > Passes regress on amd64 and i386. > > > > ok? > > It didn't package for me, > > Error: > /usr/obj/ports/go-1.3.3/fake-amd64/usr/local/go/pkg/tool/openbsd_amd64/api > does not exist
Thanks - good catch. This got me last time as well - api only appears as a result of running regress... Fixed version below. ok for this one? 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 26 Oct 2014 05:48:07 -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 26 Oct 2014 05:48:07 -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 26 Oct 2014 05:48:09 -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/ @@ -1571,11 +1573,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