diff options
author | osa <osa@FreeBSD.org> | 2008-08-05 16:11:06 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2008-08-05 16:11:06 +0800 |
commit | efc4ce5e3cbb943a51deaf6341c346e09fb20f61 (patch) | |
tree | 037899cfcea5a3d8b7291b8ecf210e385185e946 /www | |
parent | 16dc68c40391db7887d63682eb5863661b2cea33 (diff) | |
download | freebsd-ports-gnome-efc4ce5e3cbb943a51deaf6341c346e09fb20f61.tar.gz freebsd-ports-gnome-efc4ce5e3cbb943a51deaf6341c346e09fb20f61.tar.zst freebsd-ports-gnome-efc4ce5e3cbb943a51deaf6341c346e09fb20f61.zip |
Update from 0.7.7 to 0.7.8.
Add new module knob WITH_HTTP_XSLT_MODULE.
<ChangeLog>
*) Feature: the ngx_http_xslt_module.
*) Feature: the "$arg_..." variables.
*) Feature: Solaris directio support.
Thanks to Ivan Debnar.
*) Bugfix: now if FastCGI server sends a "Location" header line without
status line, then nginx uses 302 status code.
Thanks to Maxim Dounin.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 10 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 6 |
2 files changed, 12 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 259f135965a4..87895586f3c1 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.7.7 +PORTVERSION= 0.7.8 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -28,6 +28,7 @@ OPTIONS= DEBUG "Enable nginx debugging" off \ HTTP_SSL_MODULE "Enable http_ssl module" off \ HTTP_STATUS_MODULE "Enable http_stub_status module" on \ HTTP_SUB_MODULE "Enable http_sub module" off \ + HTTP_XSLT_MODULE "Enable http_xslt module" off \ MAIL_MODULE "Enable IMAP4/POP3/SMTP proxy module" off \ MAIL_IMAP_MODULE "Enable IMAP4 proxy module" off \ MAIL_POP3_MODULE "Enable POP3 proxy module" off \ @@ -35,6 +36,8 @@ OPTIONS= DEBUG "Enable nginx debugging" off \ MAIL_SSL_MODULE "Enable mail_ssl module" off \ WWW "Enable html sample files" on +WANT_GNOME= yes + .include <bsd.port.pre.mk> NGINX_VARDIR?= /var @@ -114,6 +117,11 @@ CONFIGURE_ARGS+=--with-http_stub_status_module CONFIGURE_ARGS+=--with-http_sub_module .endif +.if defined(WITH_HTTP_XSLT_MODULE) +USE_GNOME= libxml2 libxslt +CONFIGURE_ARGS+=--with-http_xslt_module +.endif + .if defined(WITHOUT_HTTP_REWRITE_MODULE) || defined(WITHOUT_PCRE) PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nopcre CONFIGURE_ARGS+=--without-http_rewrite_module \ diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 658c1c87935a..b7ccca089179 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.7.7.tar.gz) = 42a5b70651e5421ec53cba930f613c8d -SHA256 (nginx-0.7.7.tar.gz) = 11b5d6267d5e19ce6051b6d72c7df90b0ef8aa903b7370d484ed113e428d3270 -SIZE (nginx-0.7.7.tar.gz) = 534497 +MD5 (nginx-0.7.8.tar.gz) = 340230c7d1f6238dd02a5f867c1c4a3f +SHA256 (nginx-0.7.8.tar.gz) = 9b74f0c89dadeae0b0519eb24d63acdf4bee35cafdfe8ec6056359010945c230 +SIZE (nginx-0.7.8.tar.gz) = 540843 |