Received: by mail.netbsd.org (Postfix, from userid 605) id D445E84D84; Sat, 17 Feb 2024 17:37:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708191455; bh=9JAexCIJeyM50zown1A9IYM61/SvBM2Nr7+RaQ9zTqs=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=RBB0yDH5pr4oVQPyvbNJz8hrTwV6z5AUKE/Kum1iY+AcEn9fDR3Zwe0MawTaJacZ/ TvaQSfIlN8XIwCoWL0jFIEUcvtfZ+YfZB+KRHWaim4XqhjZSSuZmZMTPJZXi/Tyu8t UwnrB1q4HqVVFucFFN74xaBaSL5tgPapOoarljys= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C4A7684D26 for ; Sat, 17 Feb 2024 17:37:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id N4SLSEcvEpD9 for ; Sat, 17 Feb 2024 17:37:33 +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 53C0784CD5 for ; Sat, 17 Feb 2024 17:37:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708191453; bh=9JAexCIJeyM50zown1A9IYM61/SvBM2Nr7+RaQ9zTqs=; h=Date:From:Subject:To:Reply-To; b=digJMAAdcuoFxpm+SPkApos9S253xv2p4kPTrZksPLaXJ29rHshLB1QvoxyNFv/Wu gyI2m2NO0677iGMmdZpgHwP5C0iIgfHnaox3mCAi9QdmC5kEI3O2lI3bwEnaWEiaNk wpRr/LY9vxtHaEGnM2fB6PtufXVoBTBrE1MLo+es= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49AB5F9F2; Sat, 17 Feb 2024 17:37:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708191453141850" MIME-Version: 1.0 Date: Sat, 17 Feb 2024 17:37:33 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240217173733.49AB5F9F2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708191453141850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sat Feb 17 17:37:33 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated editors/tp-note to 1.23.7 To generate a diff of this commit: cvs rdiff -u -r1.1304 -r1.1305 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708191453141850 Content-Disposition: inline Content-Length: 709 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.1304 pkgsrc/doc/CHANGES-2024:1.1305 --- pkgsrc/doc/CHANGES-2024:1.1304 Sat Feb 17 10:59:23 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Feb 17 17:37:33 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1304 2024/02/17 10:59:23 adam Exp $ +$NetBSD: CHANGES-2024,v 1.1305 2024/02/17 17:37:33 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2238,3 +2238,4 @@ Changes to the packages collection and i Updated net/py-dns to 2.6.0 [adam 2024-02-17] Updated misc/dpkg to 1.22.4 [adam 2024-02-17] Updated lang/py-pyformlang to 1.0.7 [adam 2024-02-17] + Updated editors/tp-note to 1.23.7 [pin 2024-02-17] --_----------=_1708191453141850--