diff options
author | osa <osa@FreeBSD.org> | 2016-02-18 07:00:59 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2016-02-18 07:00:59 +0800 |
commit | 698b27be5e5b8d1e245bec2d31b9464a9e4e3cb5 (patch) | |
tree | ce8cfeff02c724ae7df519c63eea686650fdbe6e /www | |
parent | 08ab79f6f25d7ab526f30cc6aecf1863ec9e6d93 (diff) | |
download | freebsd-ports-gnome-698b27be5e5b8d1e245bec2d31b9464a9e4e3cb5.tar.gz freebsd-ports-gnome-698b27be5e5b8d1e245bec2d31b9464a9e4e3cb5.tar.zst freebsd-ports-gnome-698b27be5e5b8d1e245bec2d31b9464a9e4e3cb5.zip |
Upgrade third-party dynamic_upstream module from 0.1.1 to 0.1.3.
Dynamic modules support has been enabled for the dynamic_upstream
third-party module, in case of usage of this module please update nginx
configuration file for load this module:
load_module "modules/ngx_dynamic_upstream_module.so";
Do not bump PORTREVISION cause this module is disabled by default.
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 4 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index b5b7da637d71..30722f48b18b 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -646,11 +646,11 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openresty-drizzle-nginx-module-config .endif .if ${PORT_OPTIONS:MDYNAMIC_UPSTREAM} -NGINX_DYNAMIC_UPSTREAM_VERSION= 0.1.1 +NGINX_DYNAMIC_UPSTREAM_VERSION= 0.1.3 GH_ACCOUNT+= cubicdaiya:dyn_upstream GH_PROJECT+= ngx_dynamic_upstream:dyn_upstream GH_TAGNAME+= v${NGINX_DYNAMIC_UPSTREAM_VERSION}:dyn_upstream -CONFIGURE_ARGS+=--add-module=${WRKSRC_dyn_upstream} +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_dyn_upstream} .endif .if ${PORT_OPTIONS:MARRAYVAR} || ${PORT_OPTIONS:MENCRYPTSESSION} || ${PORT_OPTIONS:MFORMINPUT} || ${PORT_OPTIONS:MICONV} || ${PORT_OPTIONS:MLUA} || ${PORT_OPTIONS:MSET_MISC} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 863417e1a9e9..570c67b9b882 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -74,8 +74,8 @@ SHA256 (masterzen-nginx-upload-progress-module-v0.9.0_GH0.tar.gz) = 93e29b9b437a SIZE (masterzen-nginx-upload-progress-module-v0.9.0_GH0.tar.gz) = 16990 SHA256 (openresty-drizzle-nginx-module-v0.1.9_GH0.tar.gz) = aafb79d87273eec023025333c34d6d0108026a1ce2e09b20a53e8e2d9bf65080 SIZE (openresty-drizzle-nginx-module-v0.1.9_GH0.tar.gz) = 59024 -SHA256 (cubicdaiya-ngx_dynamic_upstream-v0.1.1_GH0.tar.gz) = 36d5ab618dd327a57df9abbf7cb0a2fe91ab96839bc18dc9701474f0896091d6 -SIZE (cubicdaiya-ngx_dynamic_upstream-v0.1.1_GH0.tar.gz) = 10810 +SHA256 (cubicdaiya-ngx_dynamic_upstream-v0.1.3_GH0.tar.gz) = bf60cf196c86193376d11f8c7a3826994b24a48bb36943bab8a25af6e776af3b +SIZE (cubicdaiya-ngx_dynamic_upstream-v0.1.3_GH0.tar.gz) = 10921 SHA256 (simpl-ngx_devel_kit-v0.2.19_GH0.tar.gz) = 501f299abdb81b992a980bda182e5de5a4b2b3e275fbf72ee34dd7ae84c4b679 SIZE (simpl-ngx_devel_kit-v0.2.19_GH0.tar.gz) = 65029 SHA256 (openresty-encrypted-session-nginx-module-v0.03_GH0.tar.gz) = 4d0da617b3122b145dd46ec8618c6248db79c992704b23ed78e01bddf14173d3 |