diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2005-06-08 06:48:40 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2005-06-08 06:48:40 +0000 |
commit | 988a344802cb28f136f73ed271ae2b3df3c4bcc1 (patch) | |
tree | f8358c76fed91bc7e9f150e2bf27ab094dcbafdf /www/nginx | |
parent | Simplify regexp to fit command in one line instead of two. (diff) |
Update to 0.1.35.
Add WITH_OPENSSL_MODULE knob.
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 7 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 46c5e4962fc7..4a5bd7f76932 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.1.33 +PORTVERSION= 0.1.35 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ @@ -36,6 +36,11 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \ --with-http_stub_status_module \ --user=${WWWOWN} --group=${WWWGRP} +.if defined(WITH_OPENSSL_MODULE) +USE_OPENSSL= yes +CONFIGURE_ARGS+=--with-http_ssl_module +.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 174618c90e71..7119d428d39f 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,2 +1,2 @@ -MD5 (nginx-0.1.33.tar.gz) = 3139ab85d100cb3b46b5743419cbde0b -SIZE (nginx-0.1.33.tar.gz) = 294641 +MD5 (nginx-0.1.35.tar.gz) = 190bd5f4148c8007c7c99e159f5c098b +SIZE (nginx-0.1.35.tar.gz) = 295903 |