Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 014611A923A for ; Wed, 8 Dec 2021 08:09:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3B6FA84EAA; Wed, 8 Dec 2021 08:09:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7759884D2D for ; Wed, 8 Dec 2021 08:09:41 +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 i1G1DdY8Ikyr for ; Wed, 8 Dec 2021 08:09:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CE4FB84D2C for ; Wed, 8 Dec 2021 08:09:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB498FAEC; Wed, 8 Dec 2021 08:09:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638950980197960" MIME-Version: 1.0 Date: Wed, 8 Dec 2021 08:09:40 +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: <20211208080940.CB498FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638950980197960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Dec 8 08:09:40 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: Updated devel/cmake, devel/py-memory-profiler To generate a diff of this commit: cvs rdiff -u -r1.6036 -r1.6037 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638950980197960 Content-Disposition: inline Content-Length: 795 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.6036 pkgsrc/doc/CHANGES-2021:1.6037 --- pkgsrc/doc/CHANGES-2021:1.6036 Wed Dec 8 01:52:22 2021 +++ pkgsrc/doc/CHANGES-2021 Wed Dec 8 08:09:40 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.6036 2021/12/08 01:52:22 tnn Exp $ +$NetBSD: CHANGES-2021,v 1.6037 2021/12/08 08:09:40 adam Exp $ Changes to the packages collection and infrastructure in 2021: @@ -9093,3 +9093,5 @@ Changes to the packages collection and i Updated net/xfce4-wavelan-plugin to 0.6.2 [gutteridge 2021-12-08] Added devel/go-wire version 0.5.0.20210831 [tnn 2021-12-08] Updated www/grafana to 8.3.1 [tnn 2021-12-08] + Updated devel/cmake to 3.22.1 [adam 2021-12-08] + Updated devel/py-memory-profiler to 0.59.0 [adam 2021-12-08] --_----------=_1638950980197960--