diff options
author | osa <osa@FreeBSD.org> | 2009-12-24 05:23:46 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-12-24 05:23:46 +0800 |
commit | a45adf567ffcd9c158919a5e33c77c568d5e3fe9 (patch) | |
tree | 6ac9a235bde32d50429223d610cbf6a43529dfc0 /www/nginx | |
parent | 3c230646c40c04a4441181de79ff1b9701476014 (diff) | |
download | freebsd-ports-gnome-a45adf567ffcd9c158919a5e33c77c568d5e3fe9.tar.gz freebsd-ports-gnome-a45adf567ffcd9c158919a5e33c77c568d5e3fe9.tar.zst freebsd-ports-gnome-a45adf567ffcd9c158919a5e33c77c568d5e3fe9.zip |
Update http_redis module from 0.2.0 to 0.3.0.
Remove needless extra patch.
Do not bump PORTREVISION.
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 6 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 93475f686e12..5ad87ce53739 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -220,7 +220,7 @@ CONFIGURE_ARGS+=--with-http_realip_module .endif .if defined(WITH_HTTP_REDIS_MODULE) -NGINX_REDIS_MODULE_VERSION= 0.2.0 +NGINX_REDIS_MODULE_VERSION= 0.3.0 MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:redis/} MASTER_SITE_SUBDIR+= osa/:redis DISTFILES+= ngx_http_redis-${NGINX_REDIS_MODULE_VERSION}.tar.gz:redis @@ -385,10 +385,6 @@ post-patch: @${PATCH} ${PATCH_ARGS} < \ ${PATCHDIR}/extra-patch-ngx_http_notice_module.c .endif -.if defined(WITH_HTTP_REDIS_MODULE) - @${PATCH} ${PATCH_ARGS} < \ - ${PATCHDIR}/extra-patch-ngx_http_redis_module.c -.endif .if defined(WITH_HTTP_UPLOAD_PROGRESS) @${PATCH} ${PATCH_ARGS} < \ ${PATCHDIR}/extra-patch-ngx_http_uploadprogress_module.c diff --git a/www/nginx/distinfo b/www/nginx/distinfo index acaf90dff9e2..dc5cbfdc8269 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -25,9 +25,9 @@ SIZE (nginx-notice-2.tar.gz) = 3253 MD5 (nginx_http_push_module-0.69.tar.gz) = 5722ac1ec726194a480bd19ad7e99996 SHA256 (nginx_http_push_module-0.69.tar.gz) = 2384ff752115b5f959abf17ca466217a675796e295ba5c46d20270923fe286ec SIZE (nginx_http_push_module-0.69.tar.gz) = 28345 -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_redis-0.3.0.tar.gz) = 4167df3410e4446ebaee46d3f9e51197 +SHA256 (ngx_http_redis-0.3.0.tar.gz) = fb46c5415ec35e8865912f4a37257c39db7574ac717b05c1af40bd24d5e63928 +SIZE (ngx_http_redis-0.3.0.tar.gz) = 5907 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 |