summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2008-07-07 14:00:06 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2008-07-07 14:00:06 +0000
commit4769525ea7809590045e204bbf6973133413f8fb (patch)
tree0f75dec4b28e4b8512748db0066983337d9df71b
parent- Add missing textproc/p5-XML-Parser dependency. (diff)
Update from 0.7.5 to 0.7.6.
Add perl5 category wheh perl-specific defined. <ChangeLog> *) Bugfix: now if variables are used in the "access_log" directive a request root existence is always tested. *) Bugfix: the ngx_http_flv_module did not support several values in a query string. </ChangeLog>
-rw-r--r--www/nginx-devel/Makefile3
-rw-r--r--www/nginx-devel/distinfo6
2 files changed, 5 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index eda7bfb240bb..eb4776f562e7 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nginx
-PORTVERSION= 0.7.5
+PORTVERSION= 0.7.6
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -92,6 +92,7 @@ CONFIGURE_ARGS+=--with-http_flv_module
.endif
.if defined(WITH_HTTP_PERL_MODULE)
+CATEGORIES+= perl5
CONFIGURE_ARGS+=--with-http_perl_module
USE_PERL5= yes
.endif
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index fe7dc264e381..ef7b4044ede2 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (nginx-0.7.5.tar.gz) = 881e2069181adecdfae9b58ab811a17b
-SHA256 (nginx-0.7.5.tar.gz) = 911dc688fe5f6f58e97ea0b01697efc7dddfc8c00fb750d0b9d52aa9c4ff6094
-SIZE (nginx-0.7.5.tar.gz) = 528205
+MD5 (nginx-0.7.6.tar.gz) = ae7ce6f66a2cf5a5970d9a9a0da0cf7d
+SHA256 (nginx-0.7.6.tar.gz) = 1abbff9910ae7f518cbe65e3e47f70278eb5db26018aca839c4934018f0effec
+SIZE (nginx-0.7.6.tar.gz) = 528488