summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/lua-resty-core/Makefile2
-rw-r--r--www/nginx-devel/Makefile.extmod1
-rw-r--r--www/nginx/Makefile.extmod1
3 files changed, 4 insertions, 0 deletions
diff --git a/www/lua-resty-core/Makefile b/www/lua-resty-core/Makefile
index fdefdc544b89..3dac6cb17192 100644
--- a/www/lua-resty-core/Makefile
+++ b/www/lua-resty-core/Makefile
@@ -4,6 +4,8 @@ DISTVERSION= 0.1.29
CATEGORIES= www
MAINTAINER= zi@FreeBSD.org
+# ALT_MAINTAINERS flo@freebsd.org, osa@freebsd.org, joneum@freebsd.org
+# This port must be kept in sync with www/nginx/* lua module
COMMENT= New FFI-based Lua API for OpenResty NGINX Lua modules
WWW= https://github.com/openresty/lua-resty-core
diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod
index 7d05b6e0a398..d1f242730a7e 100644
--- a/www/nginx-devel/Makefile.extmod
+++ b/www/nginx-devel/Makefile.extmod
@@ -203,6 +203,7 @@ ICONV_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-calio-iconv-nginx-module-config
LET_GH_TUPLE= baysao:nginx-let-module:c1f23aa:let
LET_VARS= DSO_EXTMODS+=let
+# YOU MUST UPDATE www/lua-resty-core IF YOU UPDATE THIS MODULE
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
diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod
index 04c4e69416e7..86bc28b1d229 100644
--- a/www/nginx/Makefile.extmod
+++ b/www/nginx/Makefile.extmod
@@ -203,6 +203,7 @@ ICONV_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-calio-iconv-nginx-module-config
LET_GH_TUPLE= baysao:nginx-let-module:c1f23aa:let
LET_VARS= DSO_EXTMODS+=let
+# YOU MUST UPDATE www/lua-resty-core IF YOU UPDATE THIS MODULE
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