Received: by mail.netbsd.org (Postfix, from userid 605) id 1855284F52; Sun, 14 Jan 2024 05:26:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4851884E8E for ; Sun, 14 Jan 2024 05:26:03 +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 JV4loxwiGfE9 for ; Sun, 14 Jan 2024 05:26:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C021784E5A for ; Sun, 14 Jan 2024 05:26:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B61C7FA42; Sun, 14 Jan 2024 05:26:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170520996231010" MIME-Version: 1.0 Date: Sun, 14 Jan 2024 05:26:02 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/MoarVM To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20240114052602.B61C7FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170520996231010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jan 14 05:26:02 UTC 2024 Modified Files: pkgsrc/devel/MoarVM: Makefile distinfo Log Message: (devel/MoarVM) Updated 2023.11 to 2023.12, no explicit ChangeLog To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/MoarVM/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/MoarVM/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170520996231010 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.43 pkgsrc/devel/MoarVM/Makefile:1.44 --- pkgsrc/devel/MoarVM/Makefile:1.43 Wed Dec 13 11:15:11 2023 +++ pkgsrc/devel/MoarVM/Makefile Sun Jan 14 05:26:02 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2023/12/13 11:15:11 mef Exp $ +# $NetBSD: Makefile,v 1.44 2024/01/14 05:26:02 mef Exp $ -DISTNAME= MoarVM-2023.11 +DISTNAME= MoarVM-2023.12 CATEGORIES= devel perl6 MASTER_SITES= http://www.moarvm.org/releases/ Index: pkgsrc/devel/MoarVM/distinfo diff -u pkgsrc/devel/MoarVM/distinfo:1.32 pkgsrc/devel/MoarVM/distinfo:1.33 --- pkgsrc/devel/MoarVM/distinfo:1.32 Wed Dec 13 11:15:11 2023 +++ pkgsrc/devel/MoarVM/distinfo Sun Jan 14 05:26:02 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2023/12/13 11:15:11 mef Exp $ +$NetBSD: distinfo,v 1.33 2024/01/14 05:26:02 mef Exp $ -BLAKE2s (MoarVM-2023.11.tar.gz) = f463b676b24cea18ba06e760df81e092e11c5e49c871c9f44dc362487f9d5fb9 -SHA512 (MoarVM-2023.11.tar.gz) = 592aba86da53709554d579351122dd244955c4fcedd269d48d5ccfc1cc8ba2bb5f39a594f3ea94efa74e3d75a05af4474c375e7fdeb26a0fb063336d9e9e2deb -Size (MoarVM-2023.11.tar.gz) = 14944677 bytes +BLAKE2s (MoarVM-2023.12.tar.gz) = 66a2156758bfb15ba87b12ff47950dae3f227889e2a1069109e3fdfd51df346e +SHA512 (MoarVM-2023.12.tar.gz) = 9e756e8248cd8fd02efc3d14cd5e0a32cfbb7050a96d94d011009aeb9ec1ca5e9646a3c25b8741702b88abf3faf6aae43df43ca719e1ab17478c6d1984720f59 +Size (MoarVM-2023.12.tar.gz) = 14942980 bytes SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf --_----------=_170520996231010--