summaryrefslogtreecommitdiff
path: root/lang/go
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2014-03-03 15:41:12 +0000
committerbsiegert <bsiegert>2014-03-03 15:41:12 +0000
commit24e0ace016701927b5828386184778f73f90a15e (patch)
treef5a18ec92b14637c124e185263e5d266ae084231 /lang/go
parentff79fa2e813a82f5c0b633f98661dec85b2da177 (diff)
downloadpkgsrc-24e0ace016701927b5828386184778f73f90a15e.tar.gz
Update go to 1.2.1, released today.
It contains the following fixes: * runtime: fix crash in runtime.GoroutineProfile * runtime: if traceback sees a breakpoint, don't change the PC * runtime: fix data race in GC * net: ignore some errors in windows Accept * database/sql: Use all connections in pool
Diffstat (limited to 'lang/go')
-rw-r--r--lang/go/Makefile12
-rw-r--r--lang/go/PLIST4
-rw-r--r--lang/go/distinfo11
3 files changed, 10 insertions, 17 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile
index cc67c4223f5..59db43ec437 100644
--- a/lang/go/Makefile
+++ b/lang/go/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2014/01/05 14:55:09 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/03/03 15:41:12 bsiegert Exp $
-DISTNAME= go1.2.src
-PKGNAME= go-1.2
-PKGREVISION= 1
+VERSION= 1.2.1
+DISTNAME= go${VERSION}.src
+PKGNAME= go-${VERSION}
CATEGORIES= lang
MASTER_SITES= https://go.googlecode.com/files/
PATCH_SITES= https://codereview.appspot.com/download/
@@ -12,10 +12,6 @@ HOMEPAGE= http://golang.org/
COMMENT= The Go programming language
LICENSE= modified-bsd
-# Fixes Unix domain socket handling under NetBSD/current
-PATCHFILES= issue46420044_60001.diff
-PATCH_DIST_STRIP=-p1
-
WRKSRC= ${WRKDIR}/go
USE_TOOLS+= bash:run perl:run pax
diff --git a/lang/go/PLIST b/lang/go/PLIST
index 7d8ea66a842..ce066fd1654 100644
--- a/lang/go/PLIST
+++ b/lang/go/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2014/01/04 11:35:48 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.5 2014/03/03 15:41:12 bsiegert Exp $
bin/go
bin/gofmt
go/AUTHORS
@@ -2016,6 +2016,7 @@ go/src/pkg/net/mockserver_test.go
go/src/pkg/net/multicast_test.go
go/src/pkg/net/net.go
go/src/pkg/net/net_test.go
+go/src/pkg/net/net_windows_test.go
go/src/pkg/net/packetconn_test.go
go/src/pkg/net/parse.go
go/src/pkg/net/parse_test.go
@@ -2694,7 +2695,6 @@ go/src/pkg/syscall/sockcmsg_unix.go
go/src/pkg/syscall/str.go
go/src/pkg/syscall/syscall.go
go/src/pkg/syscall/syscall_bsd.go
-go/src/pkg/syscall/syscall_bsd.go.orig_dist
go/src/pkg/syscall/syscall_darwin.go
go/src/pkg/syscall/syscall_darwin_386.go
go/src/pkg/syscall/syscall_darwin_amd64.go
diff --git a/lang/go/distinfo b/lang/go/distinfo
index 1988db97213..80f6aaf79df 100644
--- a/lang/go/distinfo
+++ b/lang/go/distinfo
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.4 2014/01/04 11:35:48 bsiegert Exp $
+$NetBSD: distinfo,v 1.5 2014/03/03 15:41:12 bsiegert Exp $
-SHA1 (go1.2.src.tar.gz) = 7dd2408d40471aeb30a9e0b502c6717b5bf383a5
-RMD160 (go1.2.src.tar.gz) = 9aa81a21c760c2c01e28254aee8424f69dad75cc
-Size (go1.2.src.tar.gz) = 9519109 bytes
-SHA1 (issue46420044_60001.diff) = 91d877471f90f23ee64828cb68e6837ea20bf6e8
-RMD160 (issue46420044_60001.diff) = 4827b47839173c44ee4019544d29aac4da19bf6d
-Size (issue46420044_60001.diff) = 1015 bytes
+SHA1 (go1.2.1.src.tar.gz) = 6a4b9991eddd8039438438d6aa25126ab7e07f2f
+RMD160 (go1.2.1.src.tar.gz) = ed813801a46e26952ab92be9acd145962937cc7e
+Size (go1.2.1.src.tar.gz) = 9520633 bytes