diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2020-03-03 15:05:06 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2020-03-03 15:05:06 +0000 |
commit | 84ab605f15422843ec40900155b59b0e1e6b3d79 (patch) | |
tree | 71a2d23071c34d9c6efe70570e530601ece6fe8d /www/nginx-devel/files/extra-patch-nginx-modsecurity-configure | |
parent | graphics/epdfview: Enable CUPS and NLS options per default because all (diff) |
Update NGINX JavaScript (aka njs) module from 0.3.8 to 0.3.9.
To avoid a potential conflict between two versions of LuaJIT let's
update mod_security's dependecy list and use lang/luajit-openresty
instead of original lang/luajit.
Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=527678
Diffstat (limited to 'www/nginx-devel/files/extra-patch-nginx-modsecurity-configure')
-rw-r--r-- | www/nginx-devel/files/extra-patch-nginx-modsecurity-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure b/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure index 7f1e82960215..c9a1b24511f5 100644 --- a/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure +++ b/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure @@ -14,7 +14,7 @@ test_paths= ;; #( yes) : - test_paths="/usr/local/liblua /usr/local/lua /usr/local /opt/liblua /opt/lua /opt /usr" ;; #( -+ test_paths="%%PREFIX%%/include/luajit-2.0" ;; #( ++ test_paths="%%PREFIX%%/include/luajit-2.1" ;; #( *) : test_paths="${with_lua}" ;; esac |