From 1a9ba75f5e7c28a5d12283fdb35b97d252be50dd Mon Sep 17 00:00:00 2001 From: osa Date: Tue, 21 Oct 2008 06:08:59 +0000 Subject: Update nginx_upload_module from 2.0.6 to 2.0.7. Also illuminate two new modules at config stage. Do not bump PORTREVISION. --- www/nginx-devel/Makefile | 12 +++++++++++- www/nginx-devel/distinfo | 6 +++--- 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'www') diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 41d317ebac74..a72534f7b985 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -24,8 +24,10 @@ OPTIONS= DEBUG "Enable nginx debugging" off \ HTTP_DAV_MODULE "Enable http_webdav module" off \ HTTP_FLV_MODULE "Enable http_flv module" off \ HTTP_PERL_MODULE "Enable http_perl module" off \ + HTTP_RANDOM_INDEX_MODULE "Enable http_random_index module" off \ HTTP_REALIP_MODULE "Enable http_realip module" off \ HTTP_REWRITE_MODULE "Enable http_rewrite module" on \ + HTTP_SECURE_LINK_MODULE "Enable http_secure_link module" off \ HTTP_SSL_MODULE "Enable http_ssl module" off \ HTTP_STATUS_MODULE "Enable http_stub_status module" on \ HTTP_SUB_MODULE "Enable http_sub module" off \ @@ -102,10 +104,18 @@ CONFIGURE_ARGS+=--with-http_perl_module USE_PERL5= yes .endif +.if defined(WITH_HTTP_RANDOM_INDEX_MODULE) +CONFIGURE_ARGS+=--with-http_random_index_module +.endif + .if defined(WITH_HTTP_REALIP_MODULE) CONFIGURE_ARGS+=--with-http_realip_module .endif +.if defined(WITH_HTTP_SECURE_LINK_MODULE) +CONFIGURE_ARGS+=--with-http_secure_link_module +.endif + .if defined(WITH_HTTP_SSL_MODULE) NGINX_OPENSSL= yes CONFIGURE_ARGS+=--with-http_ssl_module @@ -120,7 +130,7 @@ CONFIGURE_ARGS+=--with-http_sub_module .endif .if defined(WITH_HTTP_UPLOAD_MODULE) -NGINX_UPLOAD_MODULE_VERSION= 2.0.6 +NGINX_UPLOAD_MODULE_VERSION= 2.0.7 MASTER_SITES+= http://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 a60142a75799..df8ddec3862f 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ MD5 (nginx-0.7.19.tar.gz) = 72392cee679bf4be62262b30e5815eb7 SHA256 (nginx-0.7.19.tar.gz) = 26cfe0d3f1fa9d30a2cb8c579ff6ec45f3b77e8b9b279a6d89d56289e984c5e4 SIZE (nginx-0.7.19.tar.gz) = 550633 -MD5 (nginx_upload_module-2.0.6.tar.gz) = a4e5f20735a443df5e8f111076ccdc03 -SHA256 (nginx_upload_module-2.0.6.tar.gz) = fb11a458fbaa5fde6b3a6b248881585c00d961deee69137ebc681ed6ba42fabd -SIZE (nginx_upload_module-2.0.6.tar.gz) = 16867 +MD5 (nginx_upload_module-2.0.7.tar.gz) = d6c03a1cf954cda8af9cc8834337d51c +SHA256 (nginx_upload_module-2.0.7.tar.gz) = 19869b4078bedfb70bd71543bf14a517eecf1dfcaa2bd48dd1804ac421056e0c +SIZE (nginx_upload_module-2.0.7.tar.gz) = 17378 -- cgit