svn commit: r458803 - in head/devel: . lua-bitop lua-bitop-51
David Thiel
lx at FreeBSD.org
Fri Jan 12 00:19:23 UTC 2018
Author: lx
Date: Fri Jan 12 00:19:21 2018
New Revision: 458803
URL: https://svnweb.freebsd.org/changeset/ports/458803
Log:
Add Lua 5.1 version of lua-bitop.
Added:
head/devel/lua-bitop-51/
head/devel/lua-bitop-51/Makefile (contents, props changed)
Modified:
head/devel/Makefile
head/devel/lua-bitop/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Jan 11 23:43:22 2018 (r458802)
+++ head/devel/Makefile Fri Jan 12 00:19:21 2018 (r458803)
@@ -1658,6 +1658,7 @@
SUBDIR += lua-alien
SUBDIR += lua-bitlib
SUBDIR += lua-bitop
+ SUBDIR += lua-bitop-51
SUBDIR += lua-cjson
SUBDIR += lua-gettext
SUBDIR += lua-lgi
Added: head/devel/lua-bitop-51/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/lua-bitop-51/Makefile Fri Jan 12 00:19:21 2018 (r458803)
@@ -0,0 +1,13 @@
+# Created by: lx
+# $FreeBSD$
+
+COMMENT= lua-bitop for Lua 5.1
+
+SLAVE_PORT= lua-bitop
+
+USES= gmake lua:51
+
+MASTERDIR= ${.CURDIR}/../lua-bitop
+PLIST= ${MASTERDIR}/pkg-plist
+
+.include "${MASTERDIR}/Makefile"
Modified: head/devel/lua-bitop/Makefile
==============================================================================
--- head/devel/lua-bitop/Makefile Thu Jan 11 23:43:22 2018 (r458802)
+++ head/devel/lua-bitop/Makefile Fri Jan 12 00:19:21 2018 (r458803)
@@ -17,7 +17,7 @@ LICENSE= MIT
CFLAGS+= -DLUA_NUMBER_LONG_LONG -I${LUA_INCDIR}
MAKE_ARGS= CC=${CC} LUA=${LUA_CMD}
TEST_TARGET= test
-USES= gmake lua
+USES?= gmake lua
PLIST_FILES= %%LUA_MODLIBDIR%%/bit.so
More information about the svn-ports-head
mailing list