aboutsummaryrefslogtreecommitdiff
path: root/www/nginx
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2005-10-03 09:42:27 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2005-10-03 09:42:27 +0000
commit7dbf7ffe761ea81ec2bd88b01371b4eb6a4bddf7 (patch)
treedc758e36ec6e3bbb8b082e2624cf2612f613f268 /www/nginx
parent30e63386f934c630fcdea8fc2aca1b49e8b73b8c (diff)
downloadports-7dbf7ffe761ea81ec2bd88b01371b4eb6a4bddf7.tar.gz
ports-7dbf7ffe761ea81ec2bd88b01371b4eb6a4bddf7.zip
Notes
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/Makefile13
-rw-r--r--www/nginx/distinfo4
2 files changed, 13 insertions, 4 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 5452a173f281..f821d7af6274 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nginx
-PORTVERSION= 0.1.43
+PORTVERSION= 0.2.3
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -44,10 +44,19 @@ STRIP= #do not strip if nginx with debug information
.endif
.if defined(WITH_OPENSSL_MODULE)
-USE_OPENSSL= yes
+NGINX_OPENSSL= yes
CONFIGURE_ARGS+=--with-http_ssl_module
.endif
+.if defined(WITH_IMAP_MODULE)
+NGINX_OPENSSL= yes
+CONFIGURE_ARGS+=--with-imap --with-imap_ssl_module
+.endif
+
+.if defined(NGINX_OPENSSL)
+USE_OPENSSL= yes
+.endif
+
.if defined(WITHOUT_HTTP_REWRITE_MODULE) || defined(WITHOUT_PCRE)
PKGNAMESUFFIX+= -nopcre
CONFIGURE_ARGS+=--without-http_rewrite_module \
diff --git a/www/nginx/distinfo b/www/nginx/distinfo
index 4e585f903da7..ab84bf8b5431 100644
--- a/www/nginx/distinfo
+++ b/www/nginx/distinfo
@@ -1,2 +1,2 @@
-MD5 (nginx-0.1.43.tar.gz) = 12ca29e01cb08a7126994b984af15cc6
-SIZE (nginx-0.1.43.tar.gz) = 317701
+MD5 (nginx-0.2.3.tar.gz) = 11a7ca06c936a58fcc004fa742cacb7a
+SIZE (nginx-0.2.3.tar.gz) = 327350