Update to 0.1.35.
Add WITH_OPENSSL_MODULE knob.
This commit is contained in:
parent
a51e6d400f
commit
988a344802
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137027
4 changed files with 16 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= nginx
|
PORTNAME= nginx
|
||||||
PORTVERSION= 0.1.33
|
PORTVERSION= 0.1.35
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://sysoev.ru/nginx/
|
MASTER_SITES= http://sysoev.ru/nginx/
|
||||||
|
|
||||||
|
@ -36,6 +36,11 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \
|
||||||
--with-http_stub_status_module \
|
--with-http_stub_status_module \
|
||||||
--user=${WWWOWN} --group=${WWWGRP}
|
--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)
|
.if defined(WITHOUT_HTTP_REWRITE_MODULE) || defined(WITHOUT_PCRE)
|
||||||
PKGNAMESUFFIX= -nopcre
|
PKGNAMESUFFIX= -nopcre
|
||||||
CONFIGURE_ARGS+=--without-http_rewrite_module \
|
CONFIGURE_ARGS+=--without-http_rewrite_module \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (nginx-0.1.33.tar.gz) = 3139ab85d100cb3b46b5743419cbde0b
|
MD5 (nginx-0.1.35.tar.gz) = 190bd5f4148c8007c7c99e159f5c098b
|
||||||
SIZE (nginx-0.1.33.tar.gz) = 294641
|
SIZE (nginx-0.1.35.tar.gz) = 295903
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= nginx
|
PORTNAME= nginx
|
||||||
PORTVERSION= 0.1.33
|
PORTVERSION= 0.1.35
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://sysoev.ru/nginx/
|
MASTER_SITES= http://sysoev.ru/nginx/
|
||||||
|
|
||||||
|
@ -36,6 +36,11 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \
|
||||||
--with-http_stub_status_module \
|
--with-http_stub_status_module \
|
||||||
--user=${WWWOWN} --group=${WWWGRP}
|
--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)
|
.if defined(WITHOUT_HTTP_REWRITE_MODULE) || defined(WITHOUT_PCRE)
|
||||||
PKGNAMESUFFIX= -nopcre
|
PKGNAMESUFFIX= -nopcre
|
||||||
CONFIGURE_ARGS+=--without-http_rewrite_module \
|
CONFIGURE_ARGS+=--without-http_rewrite_module \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (nginx-0.1.33.tar.gz) = 3139ab85d100cb3b46b5743419cbde0b
|
MD5 (nginx-0.1.35.tar.gz) = 190bd5f4148c8007c7c99e159f5c098b
|
||||||
SIZE (nginx-0.1.33.tar.gz) = 294641
|
SIZE (nginx-0.1.35.tar.gz) = 295903
|
||||||
|
|
Loading…
Reference in a new issue