summaryrefslogtreecommitdiff
path: root/lang/go/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2013-09-24 20:53:48 +0000
committerbsiegert <bsiegert>2013-09-24 20:53:48 +0000
commitc5ff34a6fecbfd93160f34e5955988e3dd871e15 (patch)
treef51dec81f6ec1caafd9661bee069b5c215eb3421 /lang/go/Makefile
parentcdc3a72b7814c994a3b320c340c9274ab9d970a7 (diff)
downloadpkgsrc-c5ff34a6fecbfd93160f34e5955988e3dd871e15.tar.gz
Update go to 1.1.2.
go1.1.2 (released 2013/08/13) includes fixes to the gc compiler and cgo, and the bufio, runtime, syscall, and time packages. See the change history for details. If you use package syscall's Getrlimit and Setrlimit functions under Linux on the ARM or 386 architectures, please note change 55ac276af5a7 that fixes issue 5949. This is a leaf package, so it should be ok during the freeze.
Diffstat (limited to 'lang/go/Makefile')
-rw-r--r--lang/go/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile
index ba841b271f1..93a5705c0df 100644
--- a/lang/go/Makefile
+++ b/lang/go/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2013/07/07 08:10:14 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2013/09/24 20:53:48 bsiegert Exp $
-DISTNAME= go1.1.1.src
-PKGNAME= go-1.1.1
+DISTNAME= go1.1.2.src
+PKGNAME= go-1.1.2
CATEGORIES= lang
MASTER_SITES= https://go.googlecode.com/files/
+FETCH_USING?= curl
MAINTAINER= bsiegert@NetBSD.org
HOMEPAGE= http://golang.org/