Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9FC5E84D4C for ; Sat, 10 Jun 2023 15:29:12 +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 ONINIhrxe-LV for ; Sat, 10 Jun 2023 15:29:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 17EBA84CEA for ; Sat, 10 Jun 2023 15:29:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1183EFA89; Sat, 10 Jun 2023 15:29:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168641095214780" MIME-Version: 1.0 Date: Sat, 10 Jun 2023 15:29:12 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/MoarVM To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230610152912.1183EFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168641095214780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Jun 10 15:29:11 UTC 2023 Modified Files: pkgsrc/devel/MoarVM: Makefile distinfo Log Message: (devel/MoarVM) Updated 2023.04 to 2023.05 (From: MoarVM-2023.05/docs/ChangeLog) New in 2023.05 Core: + Update libuv to version 1.45.0 [5699d34a][6f4e09a7] Documentation: + mention we have unicode 15 [80559738] GC: JIT: Spesh: + log reason when not inlining into inlined bb [ab61b044] + callercode no longer prevents inlining [3b4d55a0][b9df871d] Strings: To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/MoarVM/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/MoarVM/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168641095214780 Content-Disposition: inline Content-Length: 1567 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/MoarVM/Makefile diff -u pkgsrc/devel/MoarVM/Makefile:1.40 pkgsrc/devel/MoarVM/Makefile:1.41 --- pkgsrc/devel/MoarVM/Makefile:1.40 Wed May 24 14:33:37 2023 +++ pkgsrc/devel/MoarVM/Makefile Sat Jun 10 15:29:11 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2023/05/24 14:33:37 mef Exp $ +# $NetBSD: Makefile,v 1.41 2023/06/10 15:29:11 mef Exp $ -DISTNAME= MoarVM-2023.04 +DISTNAME= MoarVM-2023.05 CATEGORIES= devel perl6 MASTER_SITES= http://www.moarvm.org/releases/ Index: pkgsrc/devel/MoarVM/distinfo diff -u pkgsrc/devel/MoarVM/distinfo:1.29 pkgsrc/devel/MoarVM/distinfo:1.30 --- pkgsrc/devel/MoarVM/distinfo:1.29 Wed May 24 14:33:37 2023 +++ pkgsrc/devel/MoarVM/distinfo Sat Jun 10 15:29:11 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2023/05/24 14:33:37 mef Exp $ +$NetBSD: distinfo,v 1.30 2023/06/10 15:29:11 mef Exp $ -BLAKE2s (MoarVM-2023.04.tar.gz) = 6b90d0ef3c58c8f5f171418b0598c3ebc4f4a43601ac87f356bb6e3c14995638 -SHA512 (MoarVM-2023.04.tar.gz) = 0fe882146365340fd9ba79317324fe59e86b7ecf66fad518f085bfb6d1c51847dfd9aadcca2ea39194a957b71e23592a2628ce925ab421437264595004f483ca -Size (MoarVM-2023.04.tar.gz) = 14917415 bytes +BLAKE2s (MoarVM-2023.05.tar.gz) = 7ea5549db83c1a209d6ebf2ffaa9d2e1431ff677c53ad65ded25720035c02a78 +SHA512 (MoarVM-2023.05.tar.gz) = 480e237f104d97a0e51d2422e2c53a12e08d942ffb4b57ea2f3d8295c8afe385326a68041da4470613f5e9d93cba4819c3fbda5d1e0115072578753432d202ce +Size (MoarVM-2023.05.tar.gz) = 14933476 bytes SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf --_----------=_168641095214780--