pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/lua



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 28 09:39:29 UTC 2022

Modified Files:
        pkgsrc/lang/lua: luaversion.mk

Log Message:
lua: Bump default version to 5.4


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/lua/luaversion.mk

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

Modified files:

Index: pkgsrc/lang/lua/luaversion.mk
diff -u pkgsrc/lang/lua/luaversion.mk:1.15 pkgsrc/lang/lua/luaversion.mk:1.16
--- pkgsrc/lang/lua/luaversion.mk:1.15  Tue Aug 25 22:46:24 2020
+++ pkgsrc/lang/lua/luaversion.mk       Tue Jun 28 09:39:29 2022
@@ -1,4 +1,4 @@
-# $NetBSD: luaversion.mk,v 1.15 2020/08/25 22:46:24 gutteridge Exp $
+# $NetBSD: luaversion.mk,v 1.16 2022/06/28 09:39:29 nia Exp $
 
 # This file determines which Lua version is used as a dependency for
 # a package.
@@ -79,7 +79,7 @@ LUA_VERSION_REQD?= ${PKGNAME_OLD:C/(^.*-
 BUILD_DEFS+=           LUA_VERSION_DEFAULT
 BUILD_DEFS_EFFECTS+=   LUA_PACKAGE
 
-LUA_VERSION_DEFAULT?=  53
+LUA_VERSION_DEFAULT?=  54
 LUA_VERSIONS_ACCEPTED?=        54 53 52 51
 LUA_VERSIONS_INCOMPATIBLE?=# empty
 



Home | Main Index | Thread Index | Old Index