git: 8f10f2c910d5 - main - security/lua-resty-openssl: Adopt port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 06 Sep 2026 20:22:25 UTC
The branch main has been updated by bofh:

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

commit 8f10f2c910d5e423c1785fde4ce4ef1908ce0d1b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-09-06 20:20:53 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-09-06 20:21:14 +0000

    security/lua-resty-openssl: Adopt port
---
 security/lua-resty-openssl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/lua-resty-openssl/Makefile b/security/lua-resty-openssl/Makefile
index 42f178c9af81..68b564322a10 100644
--- a/security/lua-resty-openssl/Makefile
+++ b/security/lua-resty-openssl/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	lua-resty-openssl
 DISTVERSION=	1.9.0
 CATEGORIES=	security
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	FFI-based OpenSSL binding for OpenResty / ngx_lua
 WWW=		https://github.com/fffonion/lua-resty-openssl
 
@@ -38,6 +38,6 @@ gen-plist:
 	    | ${SORT} > pkg-plist.new
 	@${FIND} ${WRKSRC}/lib/resty/openssl -type d | ${SED} -e 's:${WRKSRC}/lib:@dir share/lua/5.1:g' \
 	    | ${SORT} -r >> pkg-plist.new
-	
+
 
 .include <bsd.port.mk>