Date: Tue, 21 Feb 2017 20:51:06 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434554 - head/devel/lua51-libevent Message-ID: <201702212051.v1LKp6d0069530@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Tue Feb 21 20:51:06 2017 New Revision: 434554 URL: https://svnweb.freebsd.org/changeset/ports/434554 Log: devel/lua51-libevent: Fix RUN_DEPENDS to guarantee we get the luasocket for lua 5.1 Modified: head/devel/lua51-libevent/Makefile Modified: head/devel/lua51-libevent/Makefile ============================================================================== --- head/devel/lua51-libevent/Makefile Tue Feb 21 20:27:14 2017 (r434553) +++ head/devel/lua51-libevent/Makefile Tue Feb 21 20:51:06 2017 (r434554) @@ -13,7 +13,7 @@ COMMENT= Lua libevent binding LICENSE= MIT LIB_DEPENDS= libevent.so:devel/libevent -RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket +RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51 USE_GITHUB= yes GH_ACCOUNT= harningt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702212051.v1LKp6d0069530>