From d94f21295a1306185a5f889d73e7aeed956f12fc Mon Sep 17 00:00:00 2001 From: osa Date: Mon, 21 Mar 2005 08:23:26 +0000 Subject: Update to 0.1.25. Configure and build http_stub_status_module. --- www/nginx-devel/Makefile | 3 ++- www/nginx-devel/distinfo | 4 ++-- www/nginx/Makefile | 3 ++- www/nginx/distinfo | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) (limited to 'www') 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) diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index e9821acfdd21..a94012c606de 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/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 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 -- cgit