svn commit: r409074 - in head: . www/nginx-devel
Sergey A. Osokin
osa at FreeBSD.org
Wed Feb 17 23:01:01 UTC 2016
Author: osa
Date: Wed Feb 17 23:00:59 2016
New Revision: 409074
URL: https://svnweb.freebsd.org/changeset/ports/409074
Log:
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.
Modified:
head/UPDATING
head/www/nginx-devel/Makefile
head/www/nginx-devel/distinfo
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Wed Feb 17 23:00:57 2016 (r409073)
+++ head/UPDATING Wed Feb 17 23:00:59 2016 (r409074)
@@ -9,6 +9,16 @@ you update your ports collection, before
AFFECTS: users of www/nginx-devel
AUTHOR: osa at FreeBSD.org
+ 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";
+
+20160214:
+ AFFECTS: users of www/nginx-devel
+ AUTHOR: osa at FreeBSD.org
+
Dynamic modules support has been enabled for the following third-party
modules, in case of usage of these modules please update nginx
configuration file for load these modules:
Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile Wed Feb 17 23:00:57 2016 (r409073)
+++ head/www/nginx-devel/Makefile Wed Feb 17 23:00:59 2016 (r409074)
@@ -646,11 +646,11 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-
.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}
Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo Wed Feb 17 23:00:57 2016 (r409073)
+++ head/www/nginx-devel/distinfo Wed Feb 17 23:00:59 2016 (r409074)
@@ -74,8 +74,8 @@ SHA256 (masterzen-nginx-upload-progress-
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
More information about the svn-ports-head
mailing list