summaryrefslogtreecommitdiff
path: root/lang/go/version.mk
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-08-22 10:51:20 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-08-22 10:51:20 +0000
commit675b523459989dd163e21adc0306fd6acad506de (patch)
tree8c45137863a6ffff43e0b126d7db20883bec82f9 /lang/go/version.mk
parente0c28d9d7d02dd34de3a751347389f213c8f8d9d (diff)
downloadpkgsrc-675b523459989dd163e21adc0306fd6acad506de.tar.gz
Update go to 1.5.
This release now needs the previous one (lang/go14) to build. The biggest developments in the implementation are: * The compiler and runtime are now written entirely in Go (with a little assembler). C is no longer involved in the implementation, and so the C compiler that was once necessary for building the distribution is gone. * The garbage collector is now concurrent and provides dramatically lower pause times by running, when possible, in parallel with other goroutines. * By default, Go programs run with GOMAXPROCS set to the number of cores available; in prior releases it defaulted to 1. * Support for internal packages is now provided for all repositories, not just the Go core. * The go command now provides experimental support for "vendoring" external dependencies. * A new go tool trace command supports fine-grained tracing of program execution. * A new go doc command (distinct from godoc) is customized for command-line use. Full release notes are at https://golang.org/doc/go1.5.
Diffstat (limited to 'lang/go/version.mk')
-rw-r--r--lang/go/version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/go/version.mk b/lang/go/version.mk
index 02753d8e28f..2caa208fb90 100644
--- a/lang/go/version.mk
+++ b/lang/go/version.mk
@@ -1,8 +1,8 @@
-# $NetBSD: version.mk,v 1.6 2015/07/31 14:46:25 bsiegert Exp $
+# $NetBSD: version.mk,v 1.7 2015/08/22 10:51:20 bsiegert Exp $
.include "../../mk/bsd.prefs.mk"
-GO_VERSION= 1.4.2
+GO_VERSION= 1.5
GO14_VERSION= 1.4.2
ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-evbarm