aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2008-10-21 14:08:59 +0800
committerosa <osa@FreeBSD.org>2008-10-21 14:08:59 +0800
commit1a9ba75f5e7c28a5d12283fdb35b97d252be50dd (patch)
tree8f5b974542513c5c4ae3319a9d54295f81e17336 /www
parentedbbb83328873c964d9d6f0e0142f770c8e8aedc (diff)
downloadfreebsd-ports-gnome-1a9ba75f5e7c28a5d12283fdb35b97d252be50dd.tar.gz
freebsd-ports-gnome-1a9ba75f5e7c28a5d12283fdb35b97d252be50dd.tar.zst
freebsd-ports-gnome-1a9ba75f5e7c28a5d12283fdb35b97d252be50dd.zip
Update nginx_upload_module from 2.0.6 to 2.0.7.
Also illuminate two new modules at config stage. Do not bump PORTREVISION.
Diffstat (limited to 'www')
-rw-r--r--www/nginx-devel/Makefile12
-rw-r--r--www/nginx-devel/distinfo6
2 files changed, 14 insertions, 4 deletions
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