Received: by mail.netbsd.org (Postfix, from userid 605) id EC27584D41; Thu, 13 May 2021 16:11:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2FF3284D41 for ; Thu, 13 May 2021 16:11:13 +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 t05W0lm05rOA for ; Thu, 13 May 2021 16:11:12 +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 867FE84CDA for ; Thu, 13 May 2021 16:11:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7A39FFA95; Thu, 13 May 2021 16:11:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620922272125090" MIME-Version: 1.0 Date: Thu, 13 May 2021 16:11:12 +0000 From: "Jaromir Dolecek" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: jdolecek@netbsd.org X-Mailer: log_accum Message-Id: <20210513161112.7A39FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620922272125090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jdolecek Date: Thu May 13 16:11:12 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: fix the entries for mysql80-server and mysql80-client - it's 'Added', not updated To generate a diff of this commit: cvs rdiff -u -r1.2811 -r1.2812 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1620922272125090 Content-Disposition: inline Content-Length: 964 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.2811 pkgsrc/doc/CHANGES-2021:1.2812 --- pkgsrc/doc/CHANGES-2021:1.2811 Thu May 13 15:58:04 2021 +++ pkgsrc/doc/CHANGES-2021 Thu May 13 16:11:12 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2811 2021/05/13 15:58:04 jdolecek Exp $ +$NetBSD: CHANGES-2021,v 1.2812 2021/05/13 16:11:12 jdolecek Exp $ Changes to the packages collection and infrastructure in 2021: @@ -4371,5 +4371,5 @@ Changes to the packages collection and i Updated textproc/libhighlight to 4.1 [schmonz 2021-05-13] Updated textproc/highlight to 4.1 [schmonz 2021-05-13] Updated textproc/p5-highlight to 4.1 [schmonz 2021-05-13] - Updated databases/mysql80-client to 8.0.24 [jdolecek 2021-05-13] - Updated databases/mysql80-server to 8.0.24 [jdolecek 2021-05-13] + Added databases/mysql80-client version 8.0.24 [jdolecek 2021-05-13] + Added databases/mysql80-server version 8.0.24 [jdolecek 2021-05-13] --_----------=_1620922272125090--