Saturday, February 25, 2023

mruby 3.2.0

Simple update to the latest version of mruby. Tests pass on amd64, and
nothing depends on it. Looks like the 3.1.0 update was missed.

Release notes:

3.1.0: https://mruby.org/releases/2022/03/12/mruby-3.1.0-released.html
3.2.0: https://mruby.org/releases/2023/02/24/mruby-3.2.0-released.html

I plan on committing in a couple days unless I hear objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/mruby/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile 5 May 2022 15:41:57 -0000 1.22
+++ Makefile 25 Feb 2023 21:28:27 -0000
@@ -4,8 +4,7 @@ COMMENT = lightweight, embeddable imple

GH_ACCOUNT = mruby
GH_PROJECT = mruby
-GH_TAGNAME = 3.0.0
-REVISION = 1
+GH_TAGNAME = 3.2.0

CATEGORIES = lang
HOMEPAGE = https://mruby.org/
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/mruby/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo 1 Sep 2021 18:28:24 -0000 1.6
+++ distinfo 25 Feb 2023 21:28:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (mruby-3.0.0.tar.gz) = lbeYzdkx7ynTiOKwsmfLpNxGnociw31O+O5SSLyQdbA=
-SIZE (mruby-3.0.0.tar.gz) = 701142
+SHA256 (mruby-3.2.0.tar.gz) = PBmOSjHTH+hSQBMGb6yEpn/mzWBn2SwloceQiXRMtgg=
+SIZE (mruby-3.2.0.tar.gz) = 803239
Index: patches/patch-include_mrbconf_h
===================================================================
RCS file: patches/patch-include_mrbconf_h
diff -N patches/patch-include_mrbconf_h
--- patches/patch-include_mrbconf_h 11 Mar 2022 19:29:07 -0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-Index: include/mrbconf.h
---- include/mrbconf.h.orig
-+++ include/mrbconf.h
-@@ -7,6 +7,7 @@
- #ifndef MRUBYCONF_H
- #define MRUBYCONF_H
-
-+#include <endian.h>
- #include <limits.h>
- #include <stdint.h>
-
Index: patches/patch-include_mruby_h
===================================================================
RCS file: patches/patch-include_mruby_h
diff -N patches/patch-include_mruby_h
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-include_mruby_h 25 Feb 2023 21:31:19 -0000
@@ -0,0 +1,11 @@
+Index: include/mruby.h
+--- include/mruby.h.orig
++++ include/mruby.h
+@@ -38,6 +38,7 @@
+ #define __STDC_FORMAT_MACROS
+

No comments:

Post a Comment