git: d08dcf215d0b - main - www/(nginx|nginx-devel|lua-resty-core): Document lua module dependencies/alternate maintainers

From: Ryan Steinmetz <zi_at_FreeBSD.org>
Date: Tue, 20 Aug 2024 13:53:32 UTC
The branch main has been updated by zi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d08dcf215d0bae3642cb0837f3272070188908f2

commit d08dcf215d0bae3642cb0837f3272070188908f2
Author:     Ryan Steinmetz <zi@FreeBSD.org>
AuthorDate: 2024-08-20 13:50:13 +0000
Commit:     Ryan Steinmetz <zi@FreeBSD.org>
CommitDate: 2024-08-20 13:53:15 +0000

    www/(nginx|nginx-devel|lua-resty-core): Document lua module dependencies/alternate maintainers
    
    PR:             280882, 277145
---
 www/lua-resty-core/Makefile     | 2 ++
 www/nginx-devel/Makefile.extmod | 1 +
 www/nginx/Makefile.extmod       | 1 +
 3 files changed, 4 insertions(+)

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