aboutsummaryrefslogtreecommitdiff
path: root/www/nginx
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2007-11-13 07:54:35 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2007-11-13 07:54:35 +0000
commit20227ff1cdd6a8983a7f721deaca45320c1bcb89 (patch)
tree848a3473c541662999c54657078627f22a13ca9c /www/nginx
parent0d660e64ba2cc7c18b9f8dfbb361227f57b5a365 (diff)
downloadports-20227ff1cdd6a8983a7f721deaca45320c1bcb89.tar.gz
ports-20227ff1cdd6a8983a7f721deaca45320c1bcb89.zip
Notes
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/Makefile14
-rw-r--r--www/nginx/distinfo6
2 files changed, 16 insertions, 4 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index e5b87ac87d8b..c89eec95fef8 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nginx
-PORTVERSION= 0.5.32
+PORTVERSION= 0.5.33
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -27,6 +27,9 @@ OPTIONS= DEBUG "Enable nginx debugging" off \
HTTP_STATUS_MODULE "Enable http_stub_status module" on \
HTTP_SUB_MODULE "Enable http_sub 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 \
+ MAIL_SMTP_MODULE "Enable SMTP proxy module" off \
MAIL_SSL_MODULE "Enable mail_ssl module" off \
WWW "Enable html sample files" on
@@ -122,6 +125,15 @@ PLIST_SUB+= WWWDATA="@comment "
.if defined(WITH_MAIL_MODULE)
CONFIGURE_ARGS+=--with-mail
+.if defined(WITHOUT_MAIL_IMAP_MODULE)
+CONFIGURE_ARGS+=--without-mail_proxy_imap_module
+.endif
+.if defined(WITHOUT_MAIL_POP3_MODULE)
+CONFIGURE_ARGS+=--without-mail_proxy_pop3_module
+.endif
+.if defined(WITHOUT_MAIL_SMTP_MODULE)
+CONFIGURE_ARGS+=--without-mail_proxy_smtp_module
+.endif
.if defined(WITH_MAIL_SSL_MODULE)
NGINX_OPENSSL= yes
CONFIGURE_ARGS+=--with-mail_ssl_module
diff --git a/www/nginx/distinfo b/www/nginx/distinfo
index 04c5d8ac27d8..3b56eafdccd0 100644
--- a/www/nginx/distinfo
+++ b/www/nginx/distinfo
@@ -1,3 +1,3 @@
-MD5 (nginx-0.5.32.tar.gz) = 0088269b8a59a146b0ba9c9ee29853bb
-SHA256 (nginx-0.5.32.tar.gz) = 8cb95cc61bafec7b0fe3e91f06f2e7aee7b12f12a6af8200d60038f8d5e52cac
-SIZE (nginx-0.5.32.tar.gz) = 479982
+MD5 (nginx-0.5.33.tar.gz) = a78be74b4fd8e009545ef02488fcac86
+SHA256 (nginx-0.5.33.tar.gz) = b7cf8c2ca93ac4ce474a98ed3f9ce49559c3b0aa90454d64aa24af890b51a72c
+SIZE (nginx-0.5.33.tar.gz) = 485441