Date: Sat, 16 Nov 2019 09:41:09 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517734 - head/www/nginx Message-ID: <201911160941.xAG9f91c024105@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mm Date: Sat Nov 16 09:41:09 2019 New Revision: 517734 URL: https://svnweb.freebsd.org/changeset/ports/517734 Log: lua-nginx-module requires lua-resty-core (and lrucache) on runtime PR: 240274 Submitted by: Thomas Steen Rasmussen / Tykling <thomas@gibfest.dk> Reviewed by: mm@FreeBSD.org Approved by: maintainer timeout Modified: head/www/nginx/Makefile.extmod Modified: head/www/nginx/Makefile.extmod ============================================================================== --- head/www/nginx/Makefile.extmod Sat Nov 16 09:39:54 2019 (r517733) +++ head/www/nginx/Makefile.extmod Sat Nov 16 09:41:09 2019 (r517734) @@ -204,6 +204,7 @@ LET_CONFIGURE_ON= --add-module=${WRKSRC_let} LUA_IMPLIES= DEVEL_KIT LUA_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty +LUA_RUN_DEPENDS= lua-resty-core>0:www/lua-resty-core LUA_CONFIGURE_ENV= LUAJIT_INC=${LOCALBASE}/include/luajit-2.1 \ LUAJIT_LIB=${LOCALBASE}/lib LUA_GH_TUPLE= openresty:lua-nginx-module:v0.10.15:lua
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911160941.xAG9f91c024105>