aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx-devel/Makefile
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2005-03-21 16:23:26 +0800
committerosa <osa@FreeBSD.org>2005-03-21 16:23:26 +0800
commitd94f21295a1306185a5f889d73e7aeed956f12fc (patch)
treecc8b4f7fee6be62bb4f4c1e2f5012a4527fc54a9 /www/nginx-devel/Makefile
parent7afe6ddd80113cf7f962412182ecab3b6dc14eb9 (diff)
downloadfreebsd-ports-gnome-d94f21295a1306185a5f889d73e7aeed956f12fc.tar.gz
freebsd-ports-gnome-d94f21295a1306185a5f889d73e7aeed956f12fc.tar.zst
freebsd-ports-gnome-d94f21295a1306185a5f889d73e7aeed956f12fc.zip
Update to 0.1.25.
Configure and build http_stub_status_module.
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r--www/nginx-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 630ec45feae1..fdfccb679434 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nginx
-PORTVERSION= 0.1.24
+PORTVERSION= 0.1.25
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
@@ -33,6 +33,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/etc/nginx \
--http-fastcgi-temp-path=${TMPDIR}/fastcgi_temp \
--http-log-path=${LOGDIR}/nginx-access.log \
--error-log-path=${LOGDIR}/nginx-error.log \
+ --with-http_stub_status_module \
--user=${WWWOWN} --group=${WWWGRP}
.if defined(WITHOUT_HTTP_REWRITE_MODULE) || defined(WITHOUT_PCRE)