Received: by mail.netbsd.org (Postfix, from userid 605) id 301EC84F98; Fri, 3 Mar 2023 10:00:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 618B284F87 for ; Fri, 3 Mar 2023 10:00:32 +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 e-ZYOcS4E01O for ; Fri, 3 Mar 2023 10:00:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AB8F684D9B for ; Fri, 3 Mar 2023 10:00:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8E7BFA90; Fri, 3 Mar 2023 10:00:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167783763149870" MIME-Version: 1.0 Date: Fri, 3 Mar 2023 10:00:31 +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: <20230303100031.A8E7BFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167783763149870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Mar 3 10:00:31 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated devel/googletest, devel/google-glog To generate a diff of this commit: cvs rdiff -u -r1.1534 -r1.1535 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.22657 -r1.22658 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167783763149870 Content-Disposition: inline Content-Length: 1320 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.1534 pkgsrc/doc/CHANGES-2023:1.1535 --- pkgsrc/doc/CHANGES-2023:1.1534 Fri Mar 3 09:54:07 2023 +++ pkgsrc/doc/CHANGES-2023 Fri Mar 3 10:00:31 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.1534 2023/03/03 09:54:07 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.1535 2023/03/03 10:00:31 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -1984,3 +1984,5 @@ Changes to the packages collection and i Updated security/zkt to 1.1.6 [fcambus 2023-03-03] Updated games/wtf to 20230301 [fcambus 2023-03-03] Updated fonts/pcf2bdf to 1.07 [fcambus 2023-03-03] + Updated devel/googletest to 1.13.0 [adam 2023-03-03] + Updated devel/google-glog to 0.6.0 [adam 2023-03-03] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.22657 pkgsrc/doc/TODO:1.22658 --- pkgsrc/doc/TODO:1.22657 Fri Mar 3 09:54:19 2023 +++ pkgsrc/doc/TODO Fri Mar 3 10:00:31 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.22657 2023/03/03 09:54:19 wiz Exp $ +$NetBSD: TODO,v 1.22658 2023/03/03 10:00:31 adam Exp $ Suggested new packages ====================== @@ -751,7 +751,6 @@ For possible Perl packages updates, see o golangci-lint-1.39.0 o golem-0.0.6 o goocanvas-2.0.2 - o google-glog-2.2.2 o gossip-0.31 o got-0.74 o gourmet-0.13.3 --_----------=_167783763149870--