Date: Sun, 23 Oct 2016 09:21:08 +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: r424504 - head/lang/go Message-ID: <201610230921.u9N9L8cx096793@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jlaffaye Date: Sun Oct 23 09:21:08 2016 New Revision: 424504 URL: https://svnweb.freebsd.org/changeset/ports/424504 Log: Update to 1.7.3 Modified: head/lang/go/Makefile head/lang/go/distinfo head/lang/go/pkg-plist Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Sun Oct 23 09:13:09 2016 (r424503) +++ head/lang/go/Makefile Sun Oct 23 09:21:08 2016 (r424504) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.3 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://golang.org/dl/ Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Sun Oct 23 09:13:09 2016 (r424503) +++ head/lang/go/distinfo Sun Oct 23 09:21:08 2016 (r424504) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473618378 -SHA256 (go1.7.1.src.tar.gz) = 2b843f133b81b7995f26d0cb64bbdbb9d0704b90c44df45f844d28881ad442d3 -SIZE (go1.7.1.src.tar.gz) = 14098889 +TIMESTAMP = 1477212915 +SHA256 (go1.7.3.src.tar.gz) = 79430a0027a09b0b3ad57e214c4c1acfdd7af290961dd08d322818895af1ef44 +SIZE (go1.7.3.src.tar.gz) = 14196345 Modified: head/lang/go/pkg-plist ============================================================================== --- head/lang/go/pkg-plist Sun Oct 23 09:13:09 2016 (r424503) +++ head/lang/go/pkg-plist Sun Oct 23 09:21:08 2016 (r424504) @@ -5693,6 +5693,7 @@ go/test/fixedbugs/issue16133.go go/test/fixedbugs/issue16193.go go/test/fixedbugs/issue16249.go go/test/fixedbugs/issue16515.go +go/test/fixedbugs/issue17318.go go/test/fixedbugs/issue2615.go go/test/fixedbugs/issue3552.dir/one.go go/test/fixedbugs/issue3552.dir/two.go
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610230921.u9N9L8cx096793>