diff options
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 |