<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/83c5087764793b42322b95880d66829d080a1fd3">https://github.com/macports/macports-ports/commit/83c5087764793b42322b95880d66829d080a1fd3</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 83c50877647 nginx: add note regarding lua-module
</span>83c50877647 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 83c5087764793b42322b95880d66829d080a1fd3
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Tue Feb 16 16:45:21 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    nginx: add note regarding lua-module
</span>---
 www/nginx/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/nginx/Portfile b/www/nginx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 98b925d4e80..32e9761ed31 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/nginx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/nginx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -370,6 +370,7 @@ variant devel_kit description {Enable ngx_devel_kit module (https://github.com/s
</span> variant lua requires devel_kit description {Enable Lua module (https://github.com/openresty/lua-nginx-module)} {
     depends_lib-append      port:luajit
     set ngx_lua_filename    lua-nginx-module
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Note: keep at version 0.10.15
</span>     set ngx_lua_version     0.10.15
     set ngx_lua_distname    ${ngx_lua_filename}-${ngx_lua_version}
     distfiles-append        v${ngx_lua_version}.tar.gz:lua_module
</pre><pre style='margin:0'>

</pre>