diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2005-03-21 08:23:26 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2005-03-21 08:23:26 +0000 |
commit | 4cf7941ecc35310bab7820c7f07228925c1d6c2b (patch) | |
tree | cebd530298994bea8ec7e86c89e3e0db5244ca8c /www/nginx | |
parent | * Properly obtain the domain name on FreeBSD (diff) |
Update to 0.1.25.
Configure and build http_stub_status_module.
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 3 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 630ec45feae1..fdfccb679434 100644 --- a/www/nginx/Makefile +++ b/www/nginx/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) diff --git a/www/nginx/distinfo b/www/nginx/distinfo index e9821acfdd21..a94012c606de 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,2 +1,2 @@ -MD5 (nginx-0.1.24.tar.gz) = 230358b32da97e42e81165c709e0773b -SIZE (nginx-0.1.24.tar.gz) = 287825 +MD5 (nginx-0.1.25.tar.gz) = afc92d951b2b024328d7a0d9002a2ac2 +SIZE (nginx-0.1.25.tar.gz) = 291125 |