diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-16 11:27:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-16 11:27:03 +0000 |
commit | 8ccf7dec2b30d0e37d2eb8dd45500876d81f8078 (patch) | |
tree | 6c59cd2fed18e5bf7e6ee745d431c46d27aa9866 /lang | |
parent | 480a25580f47c2bd431756ff1e34cefb8d17332d (diff) | |
download | pkgsrc-8ccf7dec2b30d0e37d2eb8dd45500876d81f8078.tar.gz |
Update to 1.4.1:
We've just released Go version 1.4.1, a minor point release. This
release fixes bugs in linker and the log, runtime, and syscall
packages.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/go/Makefile | 3 | ||||
-rw-r--r-- | lang/go/PLIST | 3 | ||||
-rw-r--r-- | lang/go/distinfo | 8 | ||||
-rw-r--r-- | lang/go/version.mk | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile index 81ffadcfd7f..f15a70bdc2c 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2014/12/31 11:40:14 bsiegert Exp $ +# $NetBSD: Makefile,v 1.24 2015/01/16 11:27:03 wiz Exp $ .include "version.mk" DISTNAME= go${GO_VERSION}.src PKGNAME= go-${GO_VERSION} -PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= https://storage.googleapis.com/golang/ PATCH_SITES= https://codereview.appspot.com/download/ diff --git a/lang/go/PLIST b/lang/go/PLIST index 41a51009575..34a6fd3b471 100644 --- a/lang/go/PLIST +++ b/lang/go/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2014/12/31 11:40:14 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.16 2015/01/16 11:27:03 wiz Exp $ bin/go bin/gofmt go/AUTHORS @@ -4325,6 +4325,7 @@ go/test/fixedbugs/issue8947.go go/test/fixedbugs/issue8961.go go/test/fixedbugs/issue9006.go go/test/fixedbugs/issue9110.go +go/test/fixedbugs/issue9321.go go/test/float_lit.go go/test/float_lit2.go go/test/float_lit3.go diff --git a/lang/go/distinfo b/lang/go/distinfo index a131c5df417..b7fb0ace643 100644 --- a/lang/go/distinfo +++ b/lang/go/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2014/12/31 11:40:14 bsiegert Exp $ +$NetBSD: distinfo,v 1.18 2015/01/16 11:27:03 wiz Exp $ -SHA1 (go1.4.src.tar.gz) = 6a7d9bd90550ae1e164d7803b3e945dc8309252b -RMD160 (go1.4.src.tar.gz) = b9ddec14cf5a9f99225d3d3e5bd88ed9ea37207f -Size (go1.4.src.tar.gz) = 10911274 bytes +SHA1 (go1.4.1.src.tar.gz) = d77dbbb06d7a005966ced0b837bc6c97d541210f +RMD160 (go1.4.1.src.tar.gz) = 5a4a933345b9b702da5a42c6070b4360868969c8 +Size (go1.4.1.src.tar.gz) = 10921282 bytes SHA1 (patch-src_cmd_go_pkg.go) = e70441f3fdf312eb389e4dd5408c207a4d4b8350 SHA1 (patch-src_crypto_x509_root__unix.go) = c933f334da1c8de48a06d23abd12da01f73776e6 diff --git a/lang/go/version.mk b/lang/go/version.mk index a0802c144fb..a13bf171a3e 100644 --- a/lang/go/version.mk +++ b/lang/go/version.mk @@ -1,8 +1,8 @@ -# $NetBSD: version.mk,v 1.3 2014/12/31 11:40:14 bsiegert Exp $ +# $NetBSD: version.mk,v 1.4 2015/01/16 11:27:03 wiz Exp $ .include "../../mk/bsd.prefs.mk" -GO_VERSION= 1.4 +GO_VERSION= 1.4.1 ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-evbarm NOT_FOR_PLATFORM= SunOS-*-i386 |