Created attachment 156956 [details] net/luasocket is missing net/luasocket is missing, I get this message: ** (totem-pl-parser-videosite:25913): CRITICAL **: [_chk_script_ident] .../local/share/libquvi-scripts/0.9/common/quvi/youtube.lua:109: module 'socket.url' not found
Re-assign to sunpoet@
This port requires more lua modules. RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}bitop>=1.0.1:${PORTSDIR}/devel/lua-bitop \ ${LUA_PKGNAMEPREFIX}luaexpat>=1.2.0:${PORTSDIR}/textproc/luaexpat \ ${LUA_PKGNAMEPREFIX}json>=1.1.1:${PORTSDIR}/converters/lua-json \ ${LUA_PKGNAMEPREFIX}luasocket>=2.0.2:${PORTSDIR}/net/luasocket But we have incomplete lua modules support in ports tree. Many of them have USES=lua:51 but default lua version is 5.2. This leads to dependency errors. Therefore I'll hold this commit until we have a better solution for lua issues.
A commit references this bug: Author: sunpoet Date: Sat Feb 18 16:09:24 UTC 2017 New revision: 434364 URL: https://svnweb.freebsd.org/changeset/ports/434364 Log: Update RUN_DEPENDS - While I'm here, update WWW - Bump PORTREVISION for dependency change PR: 200337 Reported by: olivierd Changes: head/multimedia/libquvi-scripts09/Makefile head/multimedia/libquvi-scripts09/pkg-descr
Committed. Thanks! And thank antoine@ for fixing textproc/luaexpat.