Re: update: lua-5.4.5

2023-05-01 Thread Omar Polo
On 2023/04/30 22:06:05 -0400, James Turner  wrote:
> Update lua-5.4 to 5.4.5. This is a bugfix release. ok?

ok op@



update: lua-5.4.5

2023-04-30 Thread James Turner
Update lua-5.4 to 5.4.5. This is a bugfix release. ok?


Index: 5.4/Makefile
===
RCS file: /cvs/ports/lang/lua/5.4/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- 5.4/Makefile25 Dec 2022 13:37:30 -  1.1.1.1
+++ 5.4/Makefile1 May 2023 02:04:12 -
@@ -1,4 +1,4 @@
-VERSION=   5.4.4
+VERSION=   5.4.5
 PKGSPEC=   lua->=5.4,<5.5
 
 SHARED_LIBS=   lua5.4 ${VERSION:R}
Index: 5.4/distinfo
===
RCS file: /cvs/ports/lang/lua/5.4/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- 5.4/distinfo25 Dec 2022 13:37:30 -  1.1.1.1
+++ 5.4/distinfo1 May 2023 02:04:12 -
@@ -1,2 +1,2 @@
-SHA256 (lua-5.4.4.tar.gz) = Fkx4SWU7gK5nvsS3RzuIS/XMjS3KBWU0dewu0nuev2E=
-SIZE (lua-5.4.4.tar.gz) = 360876
+SHA256 (lua-5.4.5.tar.gz) = Wd9Caj1Q6lNaRgpFIxXEwNThEhunL/C93ljC7zHW9EQ=
+SIZE (lua-5.4.5.tar.gz) = 363316
Index: 5.4/patches/patch-Makefile
===
RCS file: /cvs/ports/lang/lua/5.4/patches/patch-Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 patch-Makefile
--- 5.4/patches/patch-Makefile  25 Dec 2022 13:37:30 -  1.1.1.1
+++ 5.4/patches/patch-Makefile  1 May 2023 02:04:12 -
@@ -21,7 +21,7 @@ Index: Makefile
  INSTALL_MAN= $(INSTALL_TOP)/man/man1
  INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V
 @@ -39,9 +39,9 @@ RM= rm -f
- PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw 
posix solaris
+ PLATS= guess aix bsd c89 freebsd generic ios linux linux-readline macosx 
mingw posix solaris
  
  # What to install.
 -TO_BIN= lua luac
Index: 5.4/patches/patch-src_Makefile
===
RCS file: /cvs/ports/lang/lua/5.4/patches/patch-src_Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 patch-src_Makefile
--- 5.4/patches/patch-src_Makefile  25 Dec 2022 13:37:30 -  1.1.1.1
+++ 5.4/patches/patch-src_Makefile  1 May 2023 02:04:12 -
@@ -13,7 +13,7 @@ Index: src/Makefile
  
 @@ -32,19 +31,20 @@ CMCFLAGS= 
  
- PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw 
posix solaris
+ PLATS= guess aix bsd c89 freebsd generic ios linux linux-readline macosx 
mingw posix solaris
  
 -LUA_A=liblua.a
 +LUA_A=liblua5.4.a