Received: by mail.netbsd.org (Postfix, from userid 605) id DBCDB84DB0; Mon, 1 Jun 2020 06:22:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 65ED184D2C for ; Mon, 1 Jun 2020 06:22:01 +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 O-HgKyNlJz6P for ; Mon, 1 Jun 2020 06:22:01 +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 BF95684C8B for ; Mon, 1 Jun 2020 06:22:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD650FB27; Mon, 1 Jun 2020 06:22:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590992520292060" MIME-Version: 1.0 Date: Mon, 1 Jun 2020 06:22:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200601062200.BD650FB27@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. --_----------=_1590992520292060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jun 1 06:22:00 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 Log Message: Updated www/nginx, www/nginx-devel, devel/cmake, devel/cmake-gui To generate a diff of this commit: cvs rdiff -u -r1.3288 -r1.3289 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590992520292060 Content-Disposition: inline Content-Length: 895 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.3288 pkgsrc/doc/CHANGES-2020:1.3289 --- pkgsrc/doc/CHANGES-2020:1.3288 Mon Jun 1 05:15:07 2020 +++ pkgsrc/doc/CHANGES-2020 Mon Jun 1 06:22:00 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.3288 2020/06/01 05:15:07 adam Exp $ +$NetBSD: CHANGES-2020,v 1.3289 2020/06/01 06:22:00 adam Exp $ Changes to the packages collection and infrastructure in 2020: @@ -5189,3 +5189,7 @@ Changes to the packages collection and i Updated sysutils/mate-power-manager to 1.24.1 [gutteridge 2020-05-31] Updated devel/py-autopep8 to 1.5.3 [adam 2020-06-01] Updated time/py-parsedatetime to 2.6 [adam 2020-06-01] + Updated www/nginx to 1.18.0 [adam 2020-06-01] + Updated www/nginx-devel to 1.19.0 [adam 2020-06-01] + Updated devel/cmake to 3.17.3 [adam 2020-06-01] + Updated devel/cmake-gui to 3.17.3 [adam 2020-06-01] --_----------=_1590992520292060--