aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2010-06-21 19:34:12 +0800
committerosa <osa@FreeBSD.org>2010-06-21 19:34:12 +0800
commitdbcd520791a5a6de48a6b7256317bbe646884fbb (patch)
tree7d7a5f0d4981de7dcb084c3bd5363cc6e2d9db86
parent9038d2ca3814fc94ff4291172970fd2a56719174 (diff)
downloadfreebsd-ports-gnome-dbcd520791a5a6de48a6b7256317bbe646884fbb.tar.gz
freebsd-ports-gnome-dbcd520791a5a6de48a6b7256317bbe646884fbb.tar.zst
freebsd-ports-gnome-dbcd520791a5a6de48a6b7256317bbe646884fbb.zip
Update from 0.8.41 to 0.8.42.
Keep http*temp-path options sorted. Feature safe: yes <ChangeLog> *) Change: now nginx tests locations given by regular expressions, if request was matched exactly by a location given by a prefix string. The previous behavior has been introduced in 0.7.1. *) Feature: the ngx_http_scgi_module. Thanks to Manlio Perillo. *) Feature: a text answer may be added to a "return" directive. </ChangeLog>
-rw-r--r--www/nginx-devel/Makefile6
-rw-r--r--www/nginx-devel/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 4b1377bb2dbf..ce71c5f79031 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= nginx
-PORTVERSION= 0.8.41
-PORTREVISION= 1
+PORTVERSION= 0.8.42
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -140,8 +139,9 @@ CONFIGURE_ARGS+=--with-google_perftools_module
.if defined(WITH_HTTP_MODULE)
CONFIGURE_ARGS+=--http-client-body-temp-path=${NGINX_TMPDIR}/client_body_temp \
- --http-proxy-temp-path=${NGINX_TMPDIR}/proxy_temp \
--http-fastcgi-temp-path=${NGINX_TMPDIR}/fastcgi_temp \
+ --http-proxy-temp-path=${NGINX_TMPDIR}/proxy_temp \
+ --http-scgi-temp-path=${NGINX_TMPDIR}/scgi_temp \
--http-uwsgi-temp-path=${NGINX_TMPDIR}/uwsgi_temp \
--http-log-path=${NGINX_ACCESSLOG}
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index d7e1cdbe390e..78501a7cb677 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -1,6 +1,6 @@
-MD5 (nginx-0.8.41.tar.gz) = b32dd29c10acede70f5ac81911f48707
-SHA256 (nginx-0.8.41.tar.gz) = 8bc9b28bcc53b8c7b505ac44a6daa879ee7e929b6ae51e550e1c9d041e2d6915
-SIZE (nginx-0.8.41.tar.gz) = 634823
+MD5 (nginx-0.8.42.tar.gz) = 2818e8b03512b239f1238d702703bcf3
+SHA256 (nginx-0.8.42.tar.gz) = 9f9687f459a753719bf1668fba30b4cdfb2c892a0410b0b304fa663bfb276dbd
+SIZE (nginx-0.8.42.tar.gz) = 642593
MD5 (nginx_accept_language_module.tar.gz) = 330a8d3b2376fb476b5d3111a7905ec3
SHA256 (nginx_accept_language_module.tar.gz) = 7a4c2d42a83c5b6efd2b7b13ad232850b6ab0ca4261df6b46fb7d2d2738b1c0a
SIZE (nginx_accept_language_module.tar.gz) = 3299