[145690] trunk/dports/www/nginx/Portfile
cal at macports.org
cal at macports.org
Fri Feb 12 16:05:11 PST 2016
Revision: 145690
https://trac.macports.org/changeset/145690
Author: cal at macports.org
Date: 2016-02-12 16:05:11 -0800 (Fri, 12 Feb 2016)
Log Message:
-----------
nginx: 1.9.11
Adds dynamic module support and TCP support in the DNS resolver. Documentation
for dynamic modules is at
https://www.nginx.com/resources/wiki/extending/converting/
and we might want to convert some modules to dynamic ones in our packaging.
However, modules must change to support this, and at this point, few probably
have. Additionally, dynamic modules must be enabled in the configuration, which
is a change of behavior for our users unless we find a way to do it
automatically for them. For these reasons, we don't use dynamic module support
yet.
Modified Paths:
--------------
trunk/dports/www/nginx/Portfile
Modified: trunk/dports/www/nginx/Portfile
===================================================================
--- trunk/dports/www/nginx/Portfile 2016-02-12 23:42:11 UTC (rev 145689)
+++ trunk/dports/www/nginx/Portfile 2016-02-13 00:05:11 UTC (rev 145690)
@@ -4,7 +4,7 @@
PortSystem 1.0
name nginx
-version 1.9.10
+version 1.9.11
categories www mail
platforms darwin
license BSD
@@ -34,8 +34,8 @@
distfiles ${name}-${version}${extract.suffix}:nginx
checksums ${name}-${version}${extract.suffix} \
- rmd160 229bb3a24eb52bf28aaad01c88840810d352214c \
- sha256 fb14d76844cab0a5a0880768be28965e74f9956790f618c454ef6098e26631d9
+ rmd160 993ae5383467beeaf8311b8a8f5c3e1b4c44a64c \
+ sha256 6a5c72f4afaf57a6db064bba0965d72335f127481c5d4e64ee8714e7b368a51f
depends_lib port:pcre \
port:zlib
@@ -347,12 +347,12 @@
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
- set ngx_lua_version 0.9.19
+ set ngx_lua_version 0.10.1rc0
set ngx_lua_distname ${ngx_lua_filename}-${ngx_lua_version}
distfiles-append v${ngx_lua_version}.tar.gz:lua_module
checksums-append v${ngx_lua_version}.tar.gz \
- rmd160 e125372c1f3a1985ef70c55c2d7907ed4dc6b5fb \
- sha256 2b41d4d2627fda76946f194aae6c2b4d89bb59afd792d397c6b481ee82c10eb4
+ rmd160 c9add9c5755741b12a428ba60943900ff7d23d62 \
+ sha256 1bae94d2a0fd4fad39f2544a2f8eaf71335ea512a6f0027af190b46562224c68
configure.cflags -I${prefix}/include/luajit-2.0/ ${configure.cflags}
configure.env LUAJIT_INC=${prefix}/include/luajit-2.0/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160212/ab880315/attachment.html>
More information about the macports-changes
mailing list