Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Aug 2026 15:39:28 +0000
From:      Yusuf Yaman <nxjoseph@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Sebastian Oswald <sko@rostwald.de>
Subject:   git: 565dc2c4047d - main - www/angie-module-lua: Unbreak build after update
Message-ID:  <6a70b630.3d02a.3b3ebae6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nxjoseph:

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

commit 565dc2c4047d886d51024ec852352e26a7bb7c5a
Author:     Sebastian Oswald <sko@rostwald.de>
AuthorDate: 2026-07-31 12:07:49 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-08-03 15:39:07 +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 <sko@rostwald.de> (maintainer)
    Approved by:    osa, vvd (Mentors, implicit)
    MFH:            2026Q3
---
 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 8f85f6f781e8..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=	1
+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"
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a70b630.3d02a.3b3ebae6>