svn commit: r390588 - in head: net/luasocket textproc/luaexpat

Antoine Brodin antoine at FreeBSD.org
Thu Jun 25 16:53:32 UTC 2015


Author: antoine
Date: Thu Jun 25 16:53:31 2015
New Revision: 390588
URL: https://svnweb.freebsd.org/changeset/ports/390588

Log:
  Switch back to lua 5.1,  the two consumers of those ports (audio/lua51-mpd
  and net-im/prosody) need it
  
  Pointy hat:	sunpoet

Modified:
  head/net/luasocket/Makefile
  head/textproc/luaexpat/Makefile

Modified: head/net/luasocket/Makefile
==============================================================================
--- head/net/luasocket/Makefile	Thu Jun 25 16:52:55 2015	(r390587)
+++ head/net/luasocket/Makefile	Thu Jun 25 16:53:31 2015	(r390588)
@@ -16,7 +16,7 @@ GH_ACCOUNT=	diegonehab
 GH_TAGNAME=	v3.0-rc1
 
 MAKE_ARGS=	LUA_VER=${LUA_VER}
-USES=		lua gmake pkgconfig
+USES=		lua:51 gmake pkgconfig
 
 CFLAGS+=	`pkgconf --cflags lua-${LUA_VER}`
 LDFLAGS+=	-shared  `pkgconf --libs lua-${LUA_VER}`

Modified: head/textproc/luaexpat/Makefile
==============================================================================
--- head/textproc/luaexpat/Makefile	Thu Jun 25 16:52:55 2015	(r390587)
+++ head/textproc/luaexpat/Makefile	Thu Jun 25 16:53:31 2015	(r390588)
@@ -13,7 +13,7 @@ COMMENT=	LuaExpat is a SAX XML parser ba
 
 LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
-USES=		gmake lua
+USES=		gmake lua:51
 ALL_TARGET=	lib
 CFLAGS+=	-DLUA_INT_LONG
 


More information about the svn-ports-all mailing list