<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/09e0e700ec62b89a92c4b19c883825a6ca908025">https://github.com/macports/macports-ports/commit/09e0e700ec62b89a92c4b19c883825a6ca908025</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 09e0e700ec6 mod_security2: use lua PG
</span>09e0e700ec6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 09e0e700ec62b89a92c4b19c883825a6ca908025
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Tue May 9 13:53:38 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    mod_security2: use lua PG
</span>---
 www/mod_security2/Portfile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/mod_security2/Portfile b/www/mod_security2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9e211bc33b8..e72b190328e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/mod_security2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/mod_security2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,11 +2,12 @@
</span> 
 PortSystem          1.0
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           lua 1.0
</span> 
 name                mod_security2
 set name_package    modsecurity
 github.setup        SpiderLabs ${name_package} 2.9.7 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          www security
 license             Apache-2
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,7 +33,6 @@ depends_build       port:pkgconfig
</span> depends_lib         port:apache2 \
                     path:lib/pkgconfig/icu-uc.pc:icu \
                     port:libxml2 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:lua \
</span>                     port:curl
 
 patchfiles          dynamic_lookup-11.patch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,13 +41,15 @@ set apxs            ${prefix}/bin/apxs
</span> set httpd_conf      ${prefix}/etc/apache2/httpd.conf
 set mdir            ${destroot}${prefix}/lib/apache2/modules/
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+lua.version         5.3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+lua.finds_versioned yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args      --with-apxs=${apxs} \
                     --with-pcre=${prefix}/bin/pcre-config \
                     --with-apr=${prefix}/bin/apr-1-config \
                     --with-apu=${prefix}/bin/apu-1-config \
                     --with-curl=${prefix}/bin/curl-config \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-libxml=${prefix} \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-lua=${prefix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-libxml=${prefix}
</span> 
 destroot {
     xinstall -d -m 755 ${mdir}
</pre><pre style='margin:0'>

</pre>