Received: by mail.netbsd.org (Postfix, from userid 605) id 91D1784F26; Tue, 20 Feb 2024 21:29:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708464592; bh=UZ2QVLAn9vogLJfsmDDRCBqaCxfdW90LtWVAXGsNFaE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=gXhpzA8N907cLsVSrFfMbRy1mR1GuPyZnjqJUykjw+7ydse0Cdl6iIxxJNQ6sE+ka 5ycNzAI6khVdUNdZTwkInHG7A2itL2XO0XC0t0rirTzrc2EgzPQlEaEWnURKZx5gnY y7PV978+1XvZwao5/+FWQ2N3l8rZ7t/XXbJ9+oDY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 83F6184F24 for ; Tue, 20 Feb 2024 21:29:51 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id iybqyTKJzlnP for ; Tue, 20 Feb 2024 21:29:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1598D84D50 for ; Tue, 20 Feb 2024 21:29:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708464591; bh=UZ2QVLAn9vogLJfsmDDRCBqaCxfdW90LtWVAXGsNFaE=; h=Date:From:Subject:To:Reply-To; b=RApwxuSxGFaiwRD6ioqxMUHJpBUnDrDkIveQTHSWj5MQMQui6tUABbOdeY2dhDhus 9Vyu2zSavby5ajQGTd4I7yQ+2fEoYwmkYKrp/UKOloajpVe0edNHUjfodk1MqTrb7B CGoteDI5+5qaT0vpRQMzknmUGzuCErwxwTZjXtvA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0EE99F9F4; Tue, 20 Feb 2024 21:29:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708464591252480" MIME-Version: 1.0 Date: Tue, 20 Feb 2024 21:29:51 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240220212951.0EE99F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708464591252480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Feb 20 21:29:50 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated textproc/inlyne to 0.4.1 To generate a diff of this commit: cvs rdiff -u -r1.1381 -r1.1382 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708464591252480 Content-Disposition: inline Content-Length: 708 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.1381 pkgsrc/doc/CHANGES-2024:1.1382 --- pkgsrc/doc/CHANGES-2024:1.1381 Tue Feb 20 21:28:38 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Feb 20 21:29:50 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1381 2024/02/20 21:28:38 pin Exp $ +$NetBSD: CHANGES-2024,v 1.1382 2024/02/20 21:29:50 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2444,3 +2444,4 @@ Changes to the packages collection and i Updated print/poppler to 24.02.0 [wiz 2024-02-20] Updated devel/garden to 1.3.0 [pin 2024-02-20] Updated devel/git-cliff to 2.0.2 [pin 2024-02-20] + Updated textproc/inlyne to 0.4.1 [pin 2024-02-20] --_----------=_1708464591252480--