svn commit: r409076 - in head: . www/nginx www/nginx-devel

Sergey A. Osokin osa at FreeBSD.org
Wed Feb 17 23:19:39 UTC 2016


Author: osa
Date: Wed Feb 17 23:19:37 2016
New Revision: 409076
URL: https://svnweb.freebsd.org/changeset/ports/409076

Log:
  Upgrade third-party small_light module from 0.6.9 to 0.6.15,
  enable as dynamic module for www/nginx-devel only.

Modified:
  head/UPDATING
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/distinfo
  head/www/nginx/Makefile
  head/www/nginx/distinfo

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Feb 17 23:06:37 2016	(r409075)
+++ head/UPDATING	Wed Feb 17 23:19:37 2016	(r409076)
@@ -9,11 +9,12 @@ 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:
+  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:
 
   load_module "modules/ngx_dynamic_upstream_module.so";
+  load_module "modules/ngx_http_small_light_module.so";
 
 20160214:
   AFFECTS: users of www/nginx-devel

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Wed Feb 17 23:06:37 2016	(r409075)
+++ head/www/nginx-devel/Makefile	Wed Feb 17 23:19:37 2016	(r409076)
@@ -825,14 +825,14 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n
 .endif
 
 .if ${PORT_OPTIONS:MSMALL_LIGHT}
-NGINX_SMALL_LIGHT_VERSION=	0.6.9
+NGINX_SMALL_LIGHT_VERSION=	0.6.15
 LIB_DEPENDS+=	libMagickCore-6.so:${PORTSDIR}/graphics/ImageMagick \
 		libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick \
 		libpcre.so:${PORTSDIR}/devel/pcre
 GH_ACCOUNT+=	cubicdaiya:small_light
 GH_PROJECT+=	ngx_small_light:small_light
 GH_TAGNAME+=	v${NGINX_SMALL_LIGHT_VERSION}:small_light
-CONFIGURE_ARGS+=--add-module=${WRKSRC_small_light}
+CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_small_light}
 .endif
 
 .if ${PORT_OPTIONS:MSRCACHE}

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Wed Feb 17 23:06:37 2016	(r409075)
+++ head/www/nginx-devel/distinfo	Wed Feb 17 23:19:37 2016	(r409076)
@@ -106,8 +106,8 @@ SHA256 (openresty-set-misc-nginx-module-
 SIZE (openresty-set-misc-nginx-module-6582fb4_GH0.tar.gz) = 35961
 SHA256 (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = e38a19bb4d30e5487c013c4b6b3e3d5b96de82d63b776471cc2c381a5d00374d
 SIZE (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = 10106
-SHA256 (cubicdaiya-ngx_small_light-v0.6.9_GH0.tar.gz) = 5d4e3d4fec3968ee57a5fa066118649e2b994b3f3a293896e62bf690b726b7fb
-SIZE (cubicdaiya-ngx_small_light-v0.6.9_GH0.tar.gz) = 51436
+SHA256 (cubicdaiya-ngx_small_light-v0.6.15_GH0.tar.gz) = 9bc9c221287a6db56a4a0eb7ac35a560fc15dfd6dafcb500fdea49a583527716
+SIZE (cubicdaiya-ngx_small_light-v0.6.15_GH0.tar.gz) = 54695
 SHA256 (openresty-srcache-nginx-module-v0.30_GH0.tar.gz) = e34b1ab5f5007661f73819f9c20fd6c2a46ed3e53364e9449b02ef2bd3628633
 SIZE (openresty-srcache-nginx-module-v0.30_GH0.tar.gz) = 58777
 SHA256 (zebrafishlabs-nginx-statsd-b756a12_GH0.tar.gz) = 4c5886edb1fbeb0b9a83c879b4be4b15a620627a18978aef636da3feafb284fe

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Wed Feb 17 23:06:37 2016	(r409075)
+++ head/www/nginx/Makefile	Wed Feb 17 23:19:37 2016	(r409076)
@@ -801,7 +801,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n
 .endif
 
 .if ${PORT_OPTIONS:MSMALL_LIGHT}
-NGINX_SMALL_LIGHT_VERSION=	0.6.9
+NGINX_SMALL_LIGHT_VERSION=	0.6.15
 LIB_DEPENDS+=	libMagickCore-6.so:${PORTSDIR}/graphics/ImageMagick \
 		libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick \
 		libpcre.so:${PORTSDIR}/devel/pcre

Modified: head/www/nginx/distinfo
==============================================================================
--- head/www/nginx/distinfo	Wed Feb 17 23:06:37 2016	(r409075)
+++ head/www/nginx/distinfo	Wed Feb 17 23:19:37 2016	(r409076)
@@ -104,8 +104,8 @@ SHA256 (openresty-set-misc-nginx-module-
 SIZE (openresty-set-misc-nginx-module-6582fb4_GH0.tar.gz) = 35961
 SHA256 (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = e38a19bb4d30e5487c013c4b6b3e3d5b96de82d63b776471cc2c381a5d00374d
 SIZE (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = 10106
-SHA256 (cubicdaiya-ngx_small_light-v0.6.9_GH0.tar.gz) = 5d4e3d4fec3968ee57a5fa066118649e2b994b3f3a293896e62bf690b726b7fb
-SIZE (cubicdaiya-ngx_small_light-v0.6.9_GH0.tar.gz) = 51436
+SHA256 (cubicdaiya-ngx_small_light-v0.6.15_GH0.tar.gz) = 9bc9c221287a6db56a4a0eb7ac35a560fc15dfd6dafcb500fdea49a583527716
+SIZE (cubicdaiya-ngx_small_light-v0.6.15_GH0.tar.gz) = 54695
 SHA256 (openresty-srcache-nginx-module-v0.30_GH0.tar.gz) = e34b1ab5f5007661f73819f9c20fd6c2a46ed3e53364e9449b02ef2bd3628633
 SIZE (openresty-srcache-nginx-module-v0.30_GH0.tar.gz) = 58777
 SHA256 (zebrafishlabs-nginx-statsd-b756a12_GH0.tar.gz) = 4c5886edb1fbeb0b9a83c879b4be4b15a620627a18978aef636da3feafb284fe


More information about the svn-ports-all mailing list