pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/MoarVM



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Apr 29 03:16:15 UTC 2024

Modified Files:
        pkgsrc/devel/MoarVM: Makefile distinfo

Log Message:
(devel/MoarVM) Updated 2024.02 to 2024.04

New in 2024.04

Core:
+ Increase the size of the int-to-str cache to 65 [f2220d93]
+ Use atomic operations for on SerializationReader's working flag [d5dafa9b]
+ Fix memcmp call [47f518af]

New in 2024.03

Core:
+ Add a GitHub release build workflow (ubuntu, macos, windows) [2a60bd07]


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/MoarVM/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/MoarVM/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/MoarVM/Makefile
diff -u pkgsrc/devel/MoarVM/Makefile:1.46 pkgsrc/devel/MoarVM/Makefile:1.47
--- pkgsrc/devel/MoarVM/Makefile:1.46   Sat Mar  9 04:37:12 2024
+++ pkgsrc/devel/MoarVM/Makefile        Mon Apr 29 03:16:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2024/03/09 04:37:12 mef Exp $
+# $NetBSD: Makefile,v 1.47 2024/04/29 03:16:15 mef Exp $
 
-DISTNAME=      MoarVM-2024.02
+DISTNAME=      MoarVM-2024.04
 CATEGORIES=    devel perl6
 MASTER_SITES=  http://www.moarvm.org/releases/
 

Index: pkgsrc/devel/MoarVM/distinfo
diff -u pkgsrc/devel/MoarVM/distinfo:1.35 pkgsrc/devel/MoarVM/distinfo:1.36
--- pkgsrc/devel/MoarVM/distinfo:1.35   Sat Mar  9 04:37:12 2024
+++ pkgsrc/devel/MoarVM/distinfo        Mon Apr 29 03:16:15 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2024/03/09 04:37:12 mef Exp $
+$NetBSD: distinfo,v 1.36 2024/04/29 03:16:15 mef Exp $
 
-BLAKE2s (MoarVM-2024.02.tar.gz) = f7b68cfd1f0d5b2df343b5f2a934a3db27ac2280716387cc5b1f5d5c4683dafb
-SHA512 (MoarVM-2024.02.tar.gz) = e629edb3fb365fd4cd988d9c08d46ecaf002156452e22c3a0c716641eeadb5b7f0434de4e2ec3ce9c8dc354280dc419d716382c160d400ba3970decffc996ed8
-Size (MoarVM-2024.02.tar.gz) = 14951164 bytes
+BLAKE2s (MoarVM-2024.04.tar.gz) = ca6be2213cbc9e3201424af57a440c9a29508c74aa6d8f09e9ee813ac79997b7
+SHA512 (MoarVM-2024.04.tar.gz) = 874b22347fce3018884733ef734db0f09faae89191c2d37d7a15a897f8ce88ed9fbbd69768267492e6d1f019035ad224eef844b75e0fc1634cffd4b059314af1
+Size (MoarVM-2024.04.tar.gz) = 14953770 bytes
 SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf



Home | Main Index | Thread Index | Old Index