diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2007-10-08 15:23:24 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2007-10-08 15:23:24 +0000 |
commit | c6c0e01c3b504c708ca682fda6b5b73cf897d2fa (patch) | |
tree | 9744e906abe39e66cb5bb3be6446061fa65b8a51 /www | |
parent | ed1e26eb922d07a44d02737cd4b40fec572bb565 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 15 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 6 |
2 files changed, 16 insertions, 5 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 5973f393405a..e7a9a91c51e8 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.6.11 -PORTREVISION= 1 +PORTVERSION= 0.6.13 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -29,6 +28,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 @@ -124,6 +126,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-devel/distinfo b/www/nginx-devel/distinfo index 56c99b75c018..9880f2a12028 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.6.11.tar.gz) = e0989160e4b6731ca287894a580e3684 -SHA256 (nginx-0.6.11.tar.gz) = bc41d28768221e3d6acef68ba23fd6d71c35a28338e8f0b54de91688cd6e38a9 -SIZE (nginx-0.6.11.tar.gz) = 487646 +MD5 (nginx-0.6.13.tar.gz) = 0c4fcc5f456febdf8444dc794316256b +SHA256 (nginx-0.6.13.tar.gz) = 211d315d2df8914ca4486486a99c8ec22dbbb19a2838242c290f3d59779c8be7 +SIZE (nginx-0.6.13.tar.gz) = 491109 |