svn commit: r434148 - head/net-im/prosody
David Thiel
lx at FreeBSD.org
Wed Feb 15 00:43:32 UTC 2017
Author: lx
Date: Wed Feb 15 00:43:30 2017
New Revision: 434148
URL: https://svnweb.freebsd.org/changeset/ports/434148
Log:
Use new Lua 5.1-specific ports.
PR: 200336
Modified:
head/net-im/prosody/Makefile
Modified: head/net-im/prosody/Makefile
==============================================================================
--- head/net-im/prosody/Makefile Wed Feb 15 00:12:17 2017 (r434147)
+++ head/net-im/prosody/Makefile Wed Feb 15 00:43:30 2017 (r434148)
@@ -13,8 +13,8 @@ COMMENT= Simple extensible XMPP server w
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket \
- ${LUA_MODLIBDIR}/ssl.so:security/luasec \
+RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51 \
+ ${LUA_MODLIBDIR}/ssl.so:security/luasec-51 \
${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat \
${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem-51
More information about the svn-ports-head
mailing list