Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 95BF984EAC for ; Sun, 17 Dec 2023 13:58:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id kNUo2txsPnQU for ; Sun, 17 Dec 2023 13:58:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 12B5684E58 for ; Sun, 17 Dec 2023 13:58:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE9C2FA42; Sun, 17 Dec 2023 13:58:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702821506155310" MIME-Version: 1.0 Date: Sun, 17 Dec 2023 13:58:26 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/converters/ruby-unf_ext To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20231217135826.AE9C2FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702821506155310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Dec 17 13:58:26 UTC 2023 Modified Files: pkgsrc/converters/ruby-unf_ext: Makefile distinfo Log Message: converters/ruby-unf_ext: update to 0.0.9.1 0.0.9 (2023-11-11) * Use the newer TypedData extension API #72 (casperisfine) * Update Actions - updates OS's, add Ruby 3,2, etc #71 (MSP-Greg) * Add cross compilation for Ruby 3.2 #69 (johnnyshields) 0.0.9.1 (2023-11-16) * Fix use of designated initializers. #75 (igorpeshansky) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/converters/ruby-unf_ext/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/converters/ruby-unf_ext/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1702821506155310 Content-Disposition: inline Content-Length: 1584 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/ruby-unf_ext/Makefile diff -u pkgsrc/converters/ruby-unf_ext/Makefile:1.13 pkgsrc/converters/ruby-unf_ext/Makefile:1.14 --- pkgsrc/converters/ruby-unf_ext/Makefile:1.13 Sat Sep 3 14:50:32 2022 +++ pkgsrc/converters/ruby-unf_ext/Makefile Sun Dec 17 13:58:26 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/09/03 14:50:32 taca Exp $ +# $NetBSD: Makefile,v 1.14 2023/12/17 13:58:26 taca Exp $ -DISTNAME= unf_ext-0.0.8.2 +DISTNAME= unf_ext-0.0.9.1 CATEGORIES= converters MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/converters/ruby-unf_ext/distinfo diff -u pkgsrc/converters/ruby-unf_ext/distinfo:1.14 pkgsrc/converters/ruby-unf_ext/distinfo:1.15 --- pkgsrc/converters/ruby-unf_ext/distinfo:1.14 Sat Sep 3 14:50:32 2022 +++ pkgsrc/converters/ruby-unf_ext/distinfo Sun Dec 17 13:58:26 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/09/03 14:50:32 taca Exp $ +$NetBSD: distinfo,v 1.15 2023/12/17 13:58:26 taca Exp $ -BLAKE2s (unf_ext-0.0.8.2.gem) = e8a1e067f84503887bef59c4425c1eee2aeb097c222e941d1a2455015837cb81 -SHA512 (unf_ext-0.0.8.2.gem) = c9d3e54c96a525031d3b2fe349b5ffa1d03e3f28f74c3a2715af299e5274c7514526d07be5d7244a2cf9561c11e170b15c75d34c5e2a7143cef1ee25d32d2137 -Size (unf_ext-0.0.8.2.gem) = 399360 bytes +BLAKE2s (unf_ext-0.0.9.1.gem) = ab743eba95903a0fb00379381c344b0bdecae4bc7e60dc15b215a1d4344998e8 +SHA512 (unf_ext-0.0.9.1.gem) = f2d0d58dc0ed30e3e99ac75022c8ea78bf4ad51c8803009c059de087b1cd439e06a8e7ef4c1be5c75048f85afe6c301f402ed21405ff02ad36ea73209416994d +Size (unf_ext-0.0.9.1.gem) = 399872 bytes --_----------=_1702821506155310--