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/Makefile 25 Dec 2022 13:37:30 -0000 1.1.1.1 +++ 5.4/Makefile 1 May 2023 02:04:12 -0000 @@ -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/distinfo 25 Dec 2022 13:37:30 -0000 1.1.1.1 +++ 5.4/distinfo 1 May 2023 02:04:12 -0000 @@ -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 -0000 1.1.1.1 +++ 5.4/patches/patch-Makefile 1 May 2023 02:04:12 -0000 @@ -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 -0000 1.1.1.1 +++ 5.4/patches/patch-src_Makefile 1 May 2023 02:04:12 -0000 @@ -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