aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2005-06-08 06:48:40 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2005-06-08 06:48:40 +0000
commit988a344802cb28f136f73ed271ae2b3df3c4bcc1 (patch)
treef8358c76fed91bc7e9f150e2bf27ab094dcbafdf /www
parenta51e6d400fe50e73d90ac281c3cbe67a765dfb65 (diff)
downloadports-988a344802cb28f136f73ed271ae2b3df3c4bcc1.tar.gz
ports-988a344802cb28f136f73ed271ae2b3df3c4bcc1.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/nginx-devel/Makefile7
-rw-r--r--www/nginx-devel/distinfo4
-rw-r--r--www/nginx/Makefile7
-rw-r--r--www/nginx/distinfo4
4 files changed, 16 insertions, 6 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 46c5e4962fc7..4a5bd7f76932 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/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-devel/distinfo b/www/nginx-devel/distinfo
index 174618c90e71..7119d428d39f 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/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
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