Received: by mail.netbsd.org (Postfix, from userid 605) id 0A2E184D82; Sun, 3 Sep 2017 07:13:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA4D484D82 for ; Sun, 3 Sep 2017 07:12:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 39K6g7v7grl8 for ; Sun, 3 Sep 2017 07:12:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1469C84D52 for ; Sun, 3 Sep 2017 07:12:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00482FA97; Sun, 3 Sep 2017 07:12:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504422772262420" MIME-Version: 1.0 Date: Sun, 3 Sep 2017 07:12:52 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20170903071253.00482FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1504422772262420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sun Sep 3 07:12:52 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 TODO Log Message: go-1.9 To generate a diff of this commit: cvs rdiff -u -r1.3540 -r1.3541 pkgsrc/doc/CHANGES-2017 cvs rdiff -u -r1.17641 -r1.17642 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504422772262420 Content-Disposition: inline Content-Length: 1276 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.3540 pkgsrc/doc/CHANGES-2017:1.3541 --- pkgsrc/doc/CHANGES-2017:1.3540 Sun Sep 3 04:34:57 2017 +++ pkgsrc/doc/CHANGES-2017 Sun Sep 3 07:12:52 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.3540 2017/09/03 04:34:57 tsutsui Exp $ +$NetBSD: CHANGES-2017,v 1.3541 2017/09/03 07:12:52 bsiegert Exp $ Changes to the packages collection and infrastructure in 2017: @@ -4976,3 +4976,4 @@ Changes to the packages collection and i Updated pkgtools/x11-links to 1.06 [tron 2017-09-02] Updated x11/xdg-user-dirs to 0.16 [leot 2017-09-02] Updated net/mikutter to 3.5.11 [tsutsui 2017-09-03] + Updated lang/go to 1.9 [bsiegert 2017-09-03] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.17641 pkgsrc/doc/TODO:1.17642 --- pkgsrc/doc/TODO:1.17641 Sat Sep 2 22:45:21 2017 +++ pkgsrc/doc/TODO Sun Sep 3 07:12:52 2017 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.17641 2017/09/02 22:45:21 leot Exp $ +$NetBSD: TODO,v 1.17642 2017/09/03 07:12:52 bsiegert Exp $ Suggested new packages ====================== @@ -762,7 +762,6 @@ For possible Perl packages updates, see o gnustep-gui-0.24.1 o gnustep-make-2.6.7 o gnustep-objc-1.8 - o go-1.9 [wip] o go-grpc-1.5.2 o gob-2.0.19 o gobby-0.5.0 --_----------=_1504422772262420--