summaryrefslogtreecommitdiff
path: root/www/nginx-devel/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2015-09-23 00:52:12 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2015-09-23 00:52:12 +0000
commitd40787583d69a422f21dd341cdf864daf86cb8fe (patch)
treeb6d3642db8164a643335966a90d6fe4e55fc9557 /www/nginx-devel/Makefile
parent- Drop no-op WX_UNICODE and unneeded {CPP,LD}FLAGS (diff)
Upgrade third-party lua module from 0.9.15 to 0.9.16.
Remove needless patch.
Notes
Notes: svn path=/head/; revision=397601
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r--www/nginx-devel/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index eaa6a05d3ad2..9ae24c6ba557 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -654,12 +654,11 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_let}
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.9.15
+NGINX_LUA_VERSION= 0.9.16
GH_ACCOUNT+= openresty:lua
GH_PROJECT+= lua-nginx-module:lua
GH_TAGNAME+= v${NGINX_LUA_VERSION}:lua
CONFIGURE_ARGS+=--add-module=${WRKSRC_lua}
-EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_lua_socket_udp.c
.endif
.if ${PORT_OPTIONS:MMEMC}