Hi!
Since the new awesome-3.5.1 will use the lua-5.2 flavor of some lua
ports, should I add them explicitly to devel/Makefile, like in the
diff below?
TIA,
David
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/Makefile,v
retrieving revision 1.1132
diff -u -p -u -p -r1.1132 Makefile
--- Makefile 22 May 2013 11:00:29 -0000 1.1132
+++ Makefile 22 May 2013 11:37:08 -0000
@@ -400,14 +400,18 @@
SUBDIR += lua-cjson
SUBDIR += lua-cmsgpack
SUBDIR += lua-lgi
+ SUBDIR += lua-lgi,lua52
SUBDIR += lua-penlight
+ SUBDIR += lua-penlight,lua52
SUBDIR += luaalarm
SUBDIR += luabitop
SUBDIR += luacopas
SUBDIR += luadoc
SUBDIR += luaevent
SUBDIR += luafs
+ SUBDIR += luafs,lua52
SUBDIR += lualdoc
+ SUBDIR += lualdoc,lua52
SUBDIR += luapack
SUBDIR += luaposix
SUBDIR += luaprofiler