Received: by mail.netbsd.org (Postfix, from userid 605) id 654F584E69; Sun, 8 Jul 2018 18:00:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 488E984E56 for ; Sun, 8 Jul 2018 18:00:57 +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 4_Z6aQEiwYvW for ; Sun, 8 Jul 2018 18:00:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AC4C284DFD for ; Sun, 8 Jul 2018 18:00:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A6D58FBEC; Sun, 8 Jul 2018 18:00:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153107285698750" MIME-Version: 1.0 Date: Sun, 8 Jul 2018 18:00:56 +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: <20180708180056.A6D58FBEC@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. --_----------=_153107285698750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sun Jul 8 18:00:56 UTC 2018 Modified Files: pkgsrc/lang/go: version.mk Log Message: Forgot this in the last commit. Add GO19_VERSION. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/lang/go/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153107285698750 Content-Disposition: inline Content-Length: 534 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.39 pkgsrc/lang/go/version.mk:1.40 --- pkgsrc/lang/go/version.mk:1.39 Sun Jul 8 13:53:42 2018 +++ pkgsrc/lang/go/version.mk Sun Jul 8 18:00:56 2018 @@ -1,10 +1,11 @@ -# $NetBSD: version.mk,v 1.39 2018/07/08 13:53:42 bsiegert Exp $ +# $NetBSD: version.mk,v 1.40 2018/07/08 18:00:56 bsiegert Exp $ SSP_SUPPORTED= no .include "../../mk/bsd.prefs.mk" GO_VERSION= 1.10.3 +GO19_VERSION= 1.9.4 GO14_VERSION= 1.4.3 # How to find the Go tool --_----------=_153107285698750--