summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2009-08-31 09:48:06 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2009-08-31 09:48:06 +0000
commitf7d9f1457877cf4680c41b69228afda5495df498 (patch)
treed9bb48e6593acae0d40077d8def280dd9ba969d1
parent- fix dependency (diff)
Add vendor patch for memcached module.
Update nginx_upload module from 2.0.9 to 2.0.10. Update nginx_http_redis module from 0.1 to 0.1.1. Bump PORTREVISION.
-rw-r--r--www/nginx-devel/Makefile5
-rw-r--r--www/nginx-devel/distinfo12
-rw-r--r--www/nginx-devel/files/patch-0.8.11.113
3 files changed, 22 insertions, 8 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 22d940570a08..98a31489fbb0 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nginx
PORTVERSION= 0.8.11
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -207,7 +208,7 @@ CONFIGURE_ARGS+=--with-http_realip_module
.endif
.if defined(WITH_HTTP_REDIS_MODULE)
-NGINX_REDIS_MODULE_VERSION= 0.1
+NGINX_REDIS_MODULE_VERSION= 0.1.1
MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:redis/}
MASTER_SITE_SUBDIR+= osa/:redis
DISTFILES+= ngx_http_redis-${NGINX_REDIS_MODULE_VERSION}.tar.gz:redis
@@ -239,7 +240,7 @@ CONFIGURE_ARGS+=--with-http_sub_module
.endif
.if defined(WITH_HTTP_UPLOAD_MODULE)
-NGINX_UPLOAD_MODULE_VERSION= 2.0.9
+NGINX_UPLOAD_MODULE_VERSION= 2.0.10
MASTER_SITES+= http://www.grid.net.ru/nginx/download/:upload
DISTFILES+= nginx_upload_module-${NGINX_UPLOAD_MODULE_VERSION}.tar.gz:upload
CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_upload_module-${NGINX_UPLOAD_MODULE_VERSION}
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index f39e0da73cbe..de2e7b925c66 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -19,15 +19,15 @@ 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.tar.gz) = 166fc0e44746cbf6e80a722a01719f6c
-SHA256 (ngx_http_redis-0.1.tar.gz) = dc012006d20287e097459ec32defa932c6694340ce34587aeea8491e1e4da316
-SIZE (ngx_http_redis-0.1.tar.gz) = 4999
+MD5 (ngx_http_redis-0.1.1.tar.gz) = 457ffc6ecc96186d143be0c651fe6373
+SHA256 (ngx_http_redis-0.1.1.tar.gz) = fc0f0ae434166d8c23cd04ad86ef1294125ca51e6eed0e9746df65ddfe80d6d0
+SIZE (ngx_http_redis-0.1.1.tar.gz) = 5176
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
-MD5 (nginx_upload_module-2.0.9.tar.gz) = bd8ee6011e3e24805c8ead617211a04b
-SHA256 (nginx_upload_module-2.0.9.tar.gz) = 3c43e185f85a5a719de2cd02083ae0802a8fd2645c79a78c7d37c3d1f0361f9f
-SIZE (nginx_upload_module-2.0.9.tar.gz) = 18232
+MD5 (nginx_upload_module-2.0.10.tar.gz) = 5ac249003c6eb6ce919510a5ff9ffc79
+SHA256 (nginx_upload_module-2.0.10.tar.gz) = 96b6610996c83c4e2d1b2f31b263b5ff6cc86c3b4a4e7ad0e1bf6c1ec806e5a0
+SIZE (nginx_upload_module-2.0.10.tar.gz) = 18331
MD5 (nginx_uploadprogress_module-0.5.tar.gz) = 04cca031be26a0a37a24b8b2d475c77a
SHA256 (nginx_uploadprogress_module-0.5.tar.gz) = b025bf8ea2e1cf405dd72587d52eb48135cb7b0843a2dbfcf91c8f562701d75c
SIZE (nginx_uploadprogress_module-0.5.tar.gz) = 11578
diff --git a/www/nginx-devel/files/patch-0.8.11.1 b/www/nginx-devel/files/patch-0.8.11.1
new file mode 100644
index 000000000000..ad7d4b4475a0
--- /dev/null
+++ b/www/nginx-devel/files/patch-0.8.11.1
@@ -0,0 +1,13 @@
+Index: src/http/modules/ngx_http_memcached_module.c
+===================================================================
+--- src/http/modules/ngx_http_memcached_module.c (revision 2379)
++++ src/http/modules/ngx_http_memcached_module.c (working copy)
+@@ -211,6 +211,8 @@
+ u->input_filter = ngx_http_memcached_filter;
+ u->input_filter_ctx = ctx;
+
++ r->main->count++;
++
+ ngx_http_upstream_init(r);
+
+ return NGX_DONE;