Date: Thu, 21 Apr 2016 07:06:24 +0000 (UTC) From: Julien Laffaye <jlaffaye@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413716 - head/lang/go Message-ID: <201604210706.u3L76OTv068334@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jlaffaye Date: Thu Apr 21 07:06:24 2016 New Revision: 413716 URL: https://svnweb.freebsd.org/changeset/ports/413716 Log: - Update to 1.6.2 Modified: head/lang/go/Makefile head/lang/go/distinfo head/lang/go/pkg-plist Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Thu Apr 21 05:20:17 2016 (r413715) +++ head/lang/go/Makefile Thu Apr 21 07:06:24 2016 (r413716) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://golang.org/dl/ Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Thu Apr 21 05:20:17 2016 (r413715) +++ head/lang/go/distinfo Thu Apr 21 07:06:24 2016 (r413716) @@ -1,2 +1,2 @@ -SHA256 (go1.6.1.src.tar.gz) = 1d4b53cdee51b2298afcf50926a7fa44b286f0bf24ff8323ce690a66daa7193f -SIZE (go1.6.1.src.tar.gz) = 12615799 +SHA256 (go1.6.2.src.tar.gz) = 787b0b750d037016a30c6ed05a8a70a91b2e9db4bd9b1a2453aa502a63f1bccc +SIZE (go1.6.2.src.tar.gz) = 12617724 Modified: head/lang/go/pkg-plist ============================================================================== --- head/lang/go/pkg-plist Thu Apr 21 05:20:17 2016 (r413715) +++ head/lang/go/pkg-plist Thu Apr 21 07:06:24 2016 (r413716) @@ -3778,6 +3778,7 @@ go/src/runtime/testdata/testprog/misc.go go/src/runtime/testdata/testprog/signal.go go/src/runtime/testdata/testprog/stringconcat.go go/src/runtime/testdata/testprog/syscall_windows.go +go/src/runtime/testdata/testprogcgo/aprof.go go/src/runtime/testdata/testprogcgo/callback.go go/src/runtime/testdata/testprogcgo/cgo.go go/src/runtime/testdata/testprogcgo/crash.go
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604210706.u3L76OTv068334>