git: 2c95ede1e1fd - 2026Q3 - www/angie-module-lua: Unbreak build after update
Yusuf Yaman <[email protected]> Mon, 03 Aug 2026 15:49:52 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a70b8a0.3e909.4b3215bd__30551.9593808398$1785772399$gmane$org@gitrepo.freebsd.org> |
The branch 2026Q3 has been updated by nxjoseph: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c95ede1e1fd0a42a0e56cce506e1d85872598f4 commit 2c95ede1e1fd0a42a0e56cce506e1d85872598f4 Author: Sebastian Oswald <[email protected]> AuthorDate: 2026-07-31 12:07:49 +0000 Commit: Yusuf Yaman <[email protected]> CommitDate: 2026-08-03 15:46:16 +0000 www/angie-module-lua: Unbreak build after update The module was updated but files/patch-lua-config still pointed to the old working directory. PR: 297198 Reported by: Sebastian Oswald <[email protected]> (maintainer) Approved by: osa, vvd (Mentors, implicit) MFH: 2026Q3 (cherry picked from commit 565dc2c4047d886d51024ec852352e26a7bb7c5a) --- www/angie-module-lua/Makefile | 4 ++-- www/angie-module-lua/files/patch-lua-config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/angie-module-lua/Makefile b/www/angie-module-lua/Makefile index 9132aa5f986a..c8642014f7c6 100644 --- a/www/angie-module-lua/Makefile +++ b/www/angie-module-lua/Makefile @@ -1,6 +1,6 @@ PORTNAME= angie-module-lua MODULE_VERSION= 0.10.31 -MODULE_PORTREVISION= 0 +MODULE_PORTREVISION= 2 GH_TUPLE= openresty:lua-nginx-module:v${MODULE_VERSION}:lua GH_TUPLE+= openresty:stream-lua-nginx-module:v0.0.17R4:lua_stream GH_TUPLE+= vision5:ngx_devel_kit:v0.3.4:ndk @@ -22,7 +22,7 @@ CONFIGURE_ENV= LUAJIT_INC=${LUAJIT_INCDIR} \ RUN_DEPENDS= angie-module-ndk>=0.3.4,1:www/angie-module-ndk \ lua-resty-core>=0.1.32:www/lua-resty-core -USES= luajit:luajit-openresty +USES= luajit:luajit-openresty MASTERDIR= ${.CURDIR}/../../www/angie diff --git a/www/angie-module-lua/files/patch-lua-config b/www/angie-module-lua/files/patch-lua-config index a56a797979bd..a271c7be5764 100644 --- a/www/angie-module-lua/files/patch-lua-config +++ b/www/angie-module-lua/files/patch-lua-config @@ -1,5 +1,5 @@ ---- ../lua-nginx-module-0.10.29R2/config.orig -+++ ../lua-nginx-module-0.10.29R2/config +--- ../lua-nginx-module-0.10.31/config.orig ++++ ../lua-nginx-module-0.10.31/config @@ -45,9 +45,9 @@ NGX_TEST_LD_OPT="$ngx_lua_opt_L $NGX_TEST_LD_OPT"