svn commit: r517734 - head/www/nginx

Martin Matuska mm at FreeBSD.org
Sat Nov 16 09:41:10 UTC 2019


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 at gibfest.dk>
  Reviewed by:	mm at 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


More information about the svn-ports-head mailing list