From c3aed6b9acd6e1ea572f054e32f271bd48edbc69 Mon Sep 17 00:00:00 2001
From: osa <osa@FreeBSD.org>
Date: Wed, 8 Jun 2011 06:56:25 +0000
Subject: Update third party ngx_http_redis module from 0.3.2 to 0.3.3.

Do not bump PORTREVISION.

<ChangeLog>

*) Bugfix: fix interaction with redis if redis_db was used.
   Also, compile with -Werror now is possible.

</ChangeLog>
---
 www/nginx/Makefile | 2 +-
 www/nginx/distinfo | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'www/nginx')

diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 258c6896c014..7fab754387a2 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -296,7 +296,7 @@ CONFIGURE_ARGS+=--with-http_realip_module
 .endif
 
 .if defined(WITH_HTTP_REDIS_MODULE)
-NGINX_REDIS_MODULE_VERSION=	0.3.2
+NGINX_REDIS_MODULE_VERSION=	0.3.3
 MASTER_SITES+=	${MASTER_SITE_LOCAL:S/$/:redis/}
 MASTER_SITE_SUBDIR+=	osa/:redis
 DISTFILES+=	ngx_http_redis-${NGINX_REDIS_MODULE_VERSION}.tar.gz:redis
diff --git a/www/nginx/distinfo b/www/nginx/distinfo
index 5f98fa463a1c..ec0fa513c3d0 100644
--- a/www/nginx/distinfo
+++ b/www/nginx/distinfo
@@ -28,8 +28,8 @@ SHA256 (nginx-notice-2.tar.gz) = 682824a9f5187831ee49e5828bafebde5c25706e681d361
 SIZE (nginx-notice-2.tar.gz) = 3253
 SHA256 (nginx_http_push_module-0.692.tar.gz) = 64868708071aa21dbc4c7a07d149dd6ec9108fb7eaf2aad5ad069406151f17fe
 SIZE (nginx_http_push_module-0.692.tar.gz) = 29119
-SHA256 (ngx_http_redis-0.3.2.tar.gz) = eb7bcbcb0382b82050f06d80aa6c05c17b576d572bc8ee132c8e7f1e34a13837
-SIZE (ngx_http_redis-0.3.2.tar.gz) = 6346
+SHA256 (ngx_http_redis-0.3.3.tar.gz) = 65d41cff7462e23cbfc007e0592673987ed65119fadf193ea6eb55cfd00d53e0
+SIZE (ngx_http_redis-0.3.3.tar.gz) = 6486
 SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045
 SIZE (ngx_http_response-0.3.tar.gz) = 2244
 SHA256 (ngx_http_subs_filter_module-0.5.2.r44.tar.gz) = 130a186a5bd137e84cc78a9d599dca576882b3c0808c54849b8d4e28c305f59c
-- 
cgit