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:   hauke
Date:           Fri Nov 28 18:01:43 UTC 2025

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

Log Message:
If upstream specified the version of the lua interpreter, make sure we
replace that, too.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/lua/application.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/application.mk
diff -u pkgsrc/lang/lua/application.mk:1.4 pkgsrc/lang/lua/application.mk:1.5
--- pkgsrc/lang/lua/application.mk:1.4  Sat May  3 13:00:44 2014
+++ pkgsrc/lang/lua/application.mk      Fri Nov 28 18:01:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: application.mk,v 1.4 2014/05/03 13:00:44 alnsn Exp $
+# $NetBSD: application.mk,v 1.5 2025/11/28 18:01:43 hauke Exp $
 #
 # This makefile fragment is intended to be included by packages that
 # install Lua scripts.
@@ -17,7 +17,7 @@
 
 .if defined(REPLACE_LUA)
 REPLACE_INTERPRETER+=  lua
-REPLACE.lua.old=       .*lua
+REPLACE.lua.old=       .*lua[^[:space:]]*
 REPLACE.lua.new=       ${LUA_INTERPRETER}
 REPLACE_FILES.lua=     ${REPLACE_LUA}
 .endif



Home | Main Index | Thread Index | Old Index