diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-12-03 02:37:51 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-12-03 02:37:51 +0000 |
| commit | ac93c93e47531feaa363ff45c8e5f76ff9448d13 (patch) | |
| tree | e28faf7c1d861469ccc3e2bd6c071d462be58aef /www/nginx-devel/Makefile | |
| parent | - Update to 1.542 (diff) | |
Upgrade lua module to 0.9.2, echo module to 0.49.
Approved by: maintainer (osa@)
Diffstat (limited to 'www/nginx-devel/Makefile')
| -rw-r--r-- | www/nginx-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 110f209f4e31..6ca2117ba683 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -331,8 +331,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_ctpp2-${NGINX_CTPP2_VERSION} .endif .if ${PORT_OPTIONS:MECHO} -NGINX_ECHO_VERSION= 0.46 -GIT_ECHO_VERSION= 0-g4de92b1 +NGINX_ECHO_VERSION= 0.49 +GIT_ECHO_VERSION= 0-gd4f1cf9 FETCH_ARGS= -pRr MASTER_SITES+= https://github.com/agentzh/echo-nginx-module/tarball/v${NGINX_ECHO_VERSION}/:echo DISTFILES+= agentzh-echo-nginx-module-v${NGINX_ECHO_VERSION}-${GIT_ECHO_VERSION}.tar.gz:echo @@ -606,8 +606,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/arut-nginx-let-module-${GIT_LET_VERSION:S LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit CONFIGURE_ENV+= "LUAJIT_INC=${LOCALBASE}/include/luajit-2.0" CONFIGURE_ENV+= "LUAJIT_LIB=${LOCALBASE}/lib" -NGINX_LUA_VERSION= 0.8.6 -GIT_LUA_VERSION= 0-g940429a +NGINX_LUA_VERSION= 0.9.2 +GIT_LUA_VERSION= 0-gd516e4e FETCH_ARGS= -pRr MASTER_SITES+= https://github.com/chaoslawful/lua-nginx-module/tarball/v${NGINX_LUA_VERSION}/:lua DISTFILES+= chaoslawful-lua-nginx-module-v${NGINX_LUA_VERSION}-${GIT_LUA_VERSION}.tar.gz:lua @@ -945,7 +945,7 @@ post-patch: ${WRKDIR}/chaoslawful-drizzle-nginx-module-${GIT_DRIZZLE_VERSION:S/^0-g//}/src/ngx_http_drizzle_util.c .endif .if ${PORT_OPTIONS:MLUA} - @${REINPLACE_CMD} '437d' \ + @${REINPLACE_CMD} '464d' \ ${WRKDIR}/chaoslawful-lua-nginx-module-${GIT_LUA_VERSION:S/^0-g//}/src/ngx_http_lua_socket_tcp.c .endif .endif |
