Received: by mail.netbsd.org (Postfix, from userid 605) id 4CEA684F0C; Sat, 13 Jan 2024 12:08:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C4CC84D52 for ; Sat, 13 Jan 2024 12:08: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 3phe82fFwbVL for ; Sat, 13 Jan 2024 12:08:41 +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 C354E84CC9 for ; Sat, 13 Jan 2024 12:08:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B7DDBFA42; Sat, 13 Jan 2024 12:08:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705147720265390" MIME-Version: 1.0 Date: Sat, 13 Jan 2024 12:08: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: <20240113120840.B7DDBFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705147720265390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jan 13 12:08:40 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 TODO Log Message: Updated devel/waf, time/ntpsec To generate a diff of this commit: cvs rdiff -u -r1.301 -r1.302 pkgsrc/doc/CHANGES-2024 cvs rdiff -u -r1.23901 -r1.23902 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705147720265390 Content-Disposition: inline Content-Length: 1353 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.301 pkgsrc/doc/CHANGES-2024:1.302 --- pkgsrc/doc/CHANGES-2024:1.301 Sat Jan 13 07:17:01 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Jan 13 12:08:40 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.301 2024/01/13 07:17:01 adam Exp $ +$NetBSD: CHANGES-2024,v 1.302 2024/01/13 12:08:40 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -387,3 +387,5 @@ Changes to the packages collection and i Removed devel/py-oset [adam 2024-01-13] Updated textproc/py-markdown to 3.5.2 [adam 2024-01-13] Updated devel/py-test-doctestplus to 1.1.0 [adam 2024-01-13] + Updated devel/waf to 2.0.26 [adam 2024-01-13] + Updated time/ntpsec to 1.2.3 [adam 2024-01-13] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23901 pkgsrc/doc/TODO:1.23902 --- pkgsrc/doc/TODO:1.23901 Fri Jan 12 19:31:20 2024 +++ pkgsrc/doc/TODO Sat Jan 13 12:08:40 2024 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23901 2024/01/12 19:31:20 wiz Exp $ +$NetBSD: TODO,v 1.23902 2024/01/13 12:08:40 adam Exp $ Suggested new packages ====================== @@ -1397,7 +1397,6 @@ For possible Perl packages updates, see o vnc-4.0 [http://www.realvnc.com/download.html|pkgsrc-wip] o vnstat-2.14 o wMosaic-3.8.22 - o waf-2.0.26 o wandio-4.2.3 o wap-utils-1.4.1 o wbm-virtual-server-6.16 --_----------=_1705147720265390--