Received: by mail.netbsd.org (Postfix, from userid 605) id D167E84E60; Tue, 5 Mar 2024 13:28:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709645339; bh=yeL1p32CVjO1djNPMVSg20p2it/DzHW6/zVKtjy55cI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=vH7aTL5sWpVMNALekIHj4sKBkYxGwKTAaFxPSwDIAmLZ2HHcj88kugfWFTHPTAdcV wwuVtuPtLDJ1ZIu1MbnPUiU1PmDuuCL/630tV2Y6xOSh6z61j6BJQ0WMRZSQHzJTVF S2UgzQwBW16sU6S3aGX9922cDdr6SBAb0A2f3vtY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C3CEA84D1C for ; Tue, 5 Mar 2024 13:28:57 +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 HMBxQQMwfJa8 for ; Tue, 5 Mar 2024 13:28:57 +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 22DA584CE8 for ; Tue, 5 Mar 2024 13:28:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709645337; bh=yeL1p32CVjO1djNPMVSg20p2it/DzHW6/zVKtjy55cI=; h=Date:From:Subject:To:Reply-To; b=DQWfVVWF9rnvqH3+pcMw0QEyrHNpPipQ6sY4Jy65WikCuzHnGT0I9Ei8B2e7N/Cg5 HIimkYNrdW8IeBYwmEwWYMhflt03CZjmw+ShlSY/Awmn4ILQQAA4SHi8rUazC0FNHE CEMjSocysFIEihJxWI2oGY0TqvowEh1zy7qQDV9Y= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1EC62FA29; Tue, 5 Mar 2024 13:28:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709645337220790" MIME-Version: 1.0 Date: Tue, 5 Mar 2024 13:28:57 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240305132857.1EC62FA29@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709645337220790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Mar 5 13:28:57 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated print/ruby-pdf-core to 0.10.0 To generate a diff of this commit: cvs rdiff -u -r1.1716 -r1.1717 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709645337220790 Content-Disposition: inline Content-Length: 728 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.1716 pkgsrc/doc/CHANGES-2024:1.1717 --- pkgsrc/doc/CHANGES-2024:1.1716 Tue Mar 5 13:26:36 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Mar 5 13:28:56 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1716 2024/03/05 13:26:36 taca Exp $ +$NetBSD: CHANGES-2024,v 1.1717 2024/03/05 13:28:56 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2957,3 +2957,4 @@ Changes to the packages collection and i Updated shells/oh-my-posh to 19.13.0 [pin 2024-03-05] Updated devel/ruby-async to 2.9.0 [taca 2024-03-05] Updated fonts/ruby-ttfunk to 1.8.0 [taca 2024-03-05] + Updated print/ruby-pdf-core to 0.10.0 [taca 2024-03-05] --_----------=_1709645337220790--