diff options
author | osa <osa@FreeBSD.org> | 2009-09-23 03:54:43 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-09-23 03:54:43 +0800 |
commit | 98c16a815bb15f0b67ad51078308a0900c42cb33 (patch) | |
tree | 3227e582ed1879608d4ba6c1a38cca4561381386 /www/nginx | |
parent | 14d9cdcd827b9489e9f3810e3cf7af5b51a321af (diff) | |
download | freebsd-ports-gnome-98c16a815bb15f0b67ad51078308a0900c42cb33.tar.gz freebsd-ports-gnome-98c16a815bb15f0b67ad51078308a0900c42cb33.tar.zst freebsd-ports-gnome-98c16a815bb15f0b67ad51078308a0900c42cb33.zip |
Update ngx_http_redis module from 0.1.2 to 0.2.0 accordingly.
Do not bump PORTREVISION.
Feature safe: yes
<ChangeLog>
*) Feature: the $redis_db variable: now the ngx_http_redis
module uses the $redis_db variable value as the parameter
for SELECT command.
*) Cleanup: style/spaces fixes.
</ChangeLog>
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 74e85f7e3a90..5c80a06845db 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -195,7 +195,7 @@ CONFIGURE_ARGS+=--with-http_realip_module .endif .if defined(WITH_HTTP_REDIS_MODULE) -NGINX_REDIS_MODULE_VERSION= 0.1.2 +NGINX_REDIS_MODULE_VERSION= 0.2.0 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 a6625e6d600c..e86d2a56cc89 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -19,9 +19,9 @@ SIZE (nginx_mp4_streaming_public_20081229.tar.bz2) = 9469 MD5 (nginx-notice-2.tar.gz) = 7253bdd2b88cc981867b72efdc484772 SHA256 (nginx-notice-2.tar.gz) = 682824a9f5187831ee49e5828bafebde5c25706e681d361804f96308f24e58c2 SIZE (nginx-notice-2.tar.gz) = 3253 -MD5 (ngx_http_redis-0.1.2.tar.gz) = 1009e21976b6d66576bbbe21903be44a -SHA256 (ngx_http_redis-0.1.2.tar.gz) = aa27e7931ab1995002eff57a926d539e2f3cb6ba9785bd360324a09eb402af53 -SIZE (ngx_http_redis-0.1.2.tar.gz) = 5376 +MD5 (ngx_http_redis-0.2.0.tar.gz) = 4055ed2b19e7634c40384c13e680b103 +SHA256 (ngx_http_redis-0.2.0.tar.gz) = d5a5a8d55983ce55670b231c254a89d8ef0f81830d0dd2f1abe146e42a5406a3 +SIZE (ngx_http_redis-0.2.0.tar.gz) = 5706 MD5 (ngx_http_response-0.3.tar.gz) = 178a8f13a41388ef50b3726fa9fede50 SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045 SIZE (ngx_http_response-0.3.tar.gz) = 2244 |