pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/stone-soup



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jan 23 14:33:41 UTC 2020

Modified Files:
        pkgsrc/games/stone-soup: Makefile.common

Log Message:
stone-soup: Use LUA_VERSIONS_ACCEPTED


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/stone-soup/Makefile.common

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

Modified files:

Index: pkgsrc/games/stone-soup/Makefile.common
diff -u pkgsrc/games/stone-soup/Makefile.common:1.2 pkgsrc/games/stone-soup/Makefile.common:1.3
--- pkgsrc/games/stone-soup/Makefile.common:1.2 Mon Oct 28 12:24:06 2019
+++ pkgsrc/games/stone-soup/Makefile.common     Thu Jan 23 14:33:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2019/10/28 12:24:06 nia Exp $
+# $NetBSD: Makefile.common,v 1.3 2020/01/23 14:33:41 nia Exp $
 # used by games/stone-soup/Makefile
 # used by games/stone-soup-sdl/Makefile
 
@@ -57,7 +57,7 @@ REPLACE_PYTHON+=      sources/util/txc
 REPLACE_PYTHON+=       sources/webserver/server.py
 REPLACE_PYTHON+=       sources/webserver/ws_handler.py
 
-LUA_VERSIONS_INCOMPATIBLE=     52 53
+LUA_VERSIONS_ACCEPTED= 51
 
 CHECK_PORTABILITY_SKIP+=       source/contrib/sdl2/build-scripts/androidbuildlibs.sh
 CHECK_PORTABILITY_SKIP+=       source/contrib/sdl2/build-scripts/iosbuild.sh



Home | Main Index | Thread Index | Old Index