Received: by mail.netbsd.org (Postfix, from userid 605) id 6EBCC84EA4; Sun, 8 Dec 2019 14:42:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D127C84EB8 for ; Sun, 8 Dec 2019 14:42:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4HnXJfD2DxDl for ; Sun, 8 Dec 2019 14:42:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4A83E84E9B for ; Sun, 8 Dec 2019 14:42:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4536FFA97; Sun, 8 Dec 2019 14:42:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1575816123210940" MIME-Version: 1.0 Date: Sun, 8 Dec 2019 14:42:03 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/lang/go To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20191208144203.4536FFA97@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. --_----------=_1575816123210940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sun Dec 8 14:42:03 UTC 2019 Modified Files: pkgsrc/lang/go: version.mk Log Message: Add go113. I forgot to include this file in the go113 commit, thanks wiz@ for notifying me! To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/lang/go/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1575816123210940 Content-Disposition: inline Content-Length: 596 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/go/version.mk diff -u pkgsrc/lang/go/version.mk:1.72 pkgsrc/lang/go/version.mk:1.73 --- pkgsrc/lang/go/version.mk:1.72 Sat Dec 7 18:15:13 2019 +++ pkgsrc/lang/go/version.mk Sun Dec 8 14:42:02 2019 @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.72 2019/12/07 18:15:13 rillig Exp $ +# $NetBSD: version.mk,v 1.73 2019/12/08 14:42:02 bsiegert Exp $ CTF_SUPPORTED= no SSP_SUPPORTED= no @@ -6,6 +6,7 @@ STRIP_DEBUG_SUPPORTED= no .include "../../mk/bsd.prefs.mk" +GO113_VERSION= 1.13.5 GO112_VERSION= 1.12.12 GO111_VERSION= 1.11.13 GO110_VERSION= 1.10.8 --_----------=_1575816123210940--