From owner-svn-ports-head@freebsd.org Sun Oct 23 09:21:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C293C1E5F2; Sun, 23 Oct 2016 09:21:10 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D22338AB; Sun, 23 Oct 2016 09:21:09 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9N9L9ja096932; Sun, 23 Oct 2016 09:21:09 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9N9L8cx096793; Sun, 23 Oct 2016 09:21:08 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201610230921.u9N9L8cx096793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Sun, 23 Oct 2016 09:21:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424504 - head/lang/go X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2016 09:21:10 -0000 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