[143283] trunk/dports/www/nginx/Portfile

cal at macports.org cal at macports.org
Sat Dec 12 09:19:53 PST 2015


Revision: 143283
          https://trac.macports.org/changeset/143283
Author:   cal at macports.org
Date:     2015-12-09 13:34:01 -0800 (Wed, 09 Dec 2015)
Log Message:
-----------
nginx: Update to 1.9.8, update lua module to work with 1.9.8, closes #49947

Modified Paths:
--------------
    trunk/dports/www/nginx/Portfile

Modified: trunk/dports/www/nginx/Portfile
===================================================================
--- trunk/dports/www/nginx/Portfile	2015-12-09 21:23:50 UTC (rev 143282)
+++ trunk/dports/www/nginx/Portfile	2015-12-09 21:34:01 UTC (rev 143283)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                nginx
-version             1.9.7
+version             1.9.8
 categories          www mail
 platforms           darwin
 license             BSD
@@ -34,8 +34,8 @@
 
 distfiles           ${name}-${version}${extract.suffix}:nginx
 checksums           ${name}-${version}${extract.suffix} \
-                    rmd160  96293ba41a5e37b1a0fba2479ba6b4f14ea6defe \
-                    sha256  794bd217affdfce1c6263d9199c3961f387a2df9d57dcb42876faaf41c1748d5
+                    rmd160  30419c256f6dfa5be74a7f0179637588d40286a2 \
+                    sha256  36b1ec716c5735e7d37f60a421549f100c3494438f0ae173e8e869e04d408d3d
 
 depends_lib         port:pcre \
                     port:zlib
@@ -344,22 +344,17 @@
 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.16rc1
+    set ngx_lua_version     0.9.19
     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  b992137a8d9b6ada437ec9016cebae123e51c4ad \
-                            sha256  edde780f227089c41f6feab56217803c6d8347d82b0ffe99b95fd2217828595b
+                            rmd160  e125372c1f3a1985ef70c55c2d7907ed4dc6b5fb \
+                            sha256  2b41d4d2627fda76946f194aae6c2b4d89bb59afd792d397c6b481ee82c10eb4
 
     configure.cflags        -I${prefix}/include/luajit-2.0/ ${configure.cflags}
     configure.env           LUAJIT_INC=${prefix}/include/luajit-2.0/
     configure.env           LUAJIT_LIB=${prefix}/lib
     configure.args-append   --add-module=${workpath}/${ngx_lua_distname}
-
-    pre-fetch {
-        ui_error "The +lua variant is currently broken, because the lua module is not compatible with nginx 1.9.0."
-        error "incompatible variant selection"
-    }
 }
 
 livecheck.type      regexm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/bada80d6/attachment.html>


More information about the macports-changes mailing list