Received: by mail.netbsd.org (Postfix, from userid 605) id 48B4484D6A; Sat, 4 Feb 2023 12:21:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 787E784D58 for ; Sat, 4 Feb 2023 12:21:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 5rhnqRQcVwxg for ; Sat, 4 Feb 2023 12:21:43 +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 EBCB784D09 for ; Sat, 4 Feb 2023 12:21:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E575DFA90; Sat, 4 Feb 2023 12:21:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675513302190050" MIME-Version: 1.0 Date: Sat, 4 Feb 2023 12:21:42 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-inline To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230204122142.E575DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675513302190050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 4 12:21:42 UTC 2023 Modified Files: pkgsrc/devel/ruby-inline: Makefile distinfo Log Message: devel/ruby-inline: update to 3.13.0 3.13.0 (2023-01-31) 1 minor enhancement: * Error out if current ruby isn't configured for ENABLE_SHARED. 1 bug fix: * Clean up examples. C++ warns about ANYARGS deprecation. Gonna have to sit with it for now. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-inline/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-inline/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675513302190050 Content-Disposition: inline Content-Length: 1549 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-inline/Makefile diff -u pkgsrc/devel/ruby-inline/Makefile:1.17 pkgsrc/devel/ruby-inline/Makefile:1.18 --- pkgsrc/devel/ruby-inline/Makefile:1.17 Thu Aug 11 13:07:20 2022 +++ pkgsrc/devel/ruby-inline/Makefile Sat Feb 4 12:21:42 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2022/08/11 13:07:20 taca Exp $ +# $NetBSD: Makefile,v 1.18 2023/02/04 12:21:42 taca Exp $ -DISTNAME= RubyInline-3.12.6 +DISTNAME= RubyInline-3.13.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl} CATEGORIES= devel Index: pkgsrc/devel/ruby-inline/distinfo diff -u pkgsrc/devel/ruby-inline/distinfo:1.20 pkgsrc/devel/ruby-inline/distinfo:1.21 --- pkgsrc/devel/ruby-inline/distinfo:1.20 Thu Aug 11 13:07:20 2022 +++ pkgsrc/devel/ruby-inline/distinfo Sat Feb 4 12:21:42 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2022/08/11 13:07:20 taca Exp $ +$NetBSD: distinfo,v 1.21 2023/02/04 12:21:42 taca Exp $ -BLAKE2s (RubyInline-3.12.6.gem) = 3d179a934cdecbfaffbceee599bd14af2f56879dd7345372943517b536f06373 -SHA512 (RubyInline-3.12.6.gem) = 016a11b4fa9527b61aa245ebc476f2e58a72849c9212e01774ff75e1b25e6eacd2024749c94d78f1c1ab6303f7f7a563b0be6dfa539e66e6f0f5c675cbdd44e1 -Size (RubyInline-3.12.6.gem) = 31232 bytes +BLAKE2s (RubyInline-3.13.0.gem) = 4763f0aba1faef58482c4ea9c87ea2090928a499b0bde0c9940ee2e1356dd88e +SHA512 (RubyInline-3.13.0.gem) = 047a1d97be8ba16c80ecbac454fac5fe641b1289e42ab6bd50cafb14f4494913e828bae9ef61908f47dbd75b68e9b3b6fdf7bc3486d97a2261d72ff6a55bd3e4 +Size (RubyInline-3.13.0.gem) = 31232 bytes --_----------=_1675513302190050--