Received: by mail.netbsd.org (Postfix, from userid 605) id B6D6384D6C; Tue, 5 Mar 2024 13:31:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709645495; bh=J81gBb0pvLAlp59ooZitG0aZXUWlYFYyk2KhlOJe/BQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=dkpp1nptUmmTu55p5efk1DpL0uN8eibBR1oSY8i0ZjTmSjkorSnP8hPr5nsIcogKh K1gFWB58oTLUVcnRmd6tv67OcFclN+El5Kwxi9lcP+W68wySmUqwtKBZW46eNfQXN3 p1O/JsLho+lez4CtYwgeSaW3eVXiu3Y4g+PnbB2M= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A7FF084D1C for ; Tue, 5 Mar 2024 13:31:34 +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 thsbf0acLBlK for ; Tue, 5 Mar 2024 13:31:34 +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 07BC184CE8 for ; Tue, 5 Mar 2024 13:31:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709645494; bh=J81gBb0pvLAlp59ooZitG0aZXUWlYFYyk2KhlOJe/BQ=; h=Date:From:Subject:To:Reply-To; b=yK54Laq9/QJx4/Ok0zt9h8RojNy2jHhpVndFX83lxojvW1L09XaWt3s75celKfVZh 1xhhH6s896CcqhvDV4I9436n64c1qkGdN7l9BZNb6/QXDhWsR4RBLjnORex3nWxUj6 j7KSx6btPtVEBqqm0+5Q8p4A/EucoZoQPMkVVrEk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03A5DFA29; Tue, 5 Mar 2024 13:31:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17096454939090" MIME-Version: 1.0 Date: Tue, 5 Mar 2024 13:31:33 +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: <20240305133134.03A5DFA29@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17096454939090 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:31:33 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated print/ruby-prawn to 2.5.0 To generate a diff of this commit: cvs rdiff -u -r1.1717 -r1.1718 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17096454939090 Content-Disposition: inline Content-Length: 726 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.1717 pkgsrc/doc/CHANGES-2024:1.1718 --- pkgsrc/doc/CHANGES-2024:1.1717 Tue Mar 5 13:28:56 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Mar 5 13:31:33 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1717 2024/03/05 13:28:56 taca Exp $ +$NetBSD: CHANGES-2024,v 1.1718 2024/03/05 13:31:33 taca Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2958,3 +2958,4 @@ Changes to the packages collection and i 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] + Updated print/ruby-prawn to 2.5.0 [taca 2024-03-05] --_----------=_17096454939090--