aboutsummaryrefslogtreecommitdiff
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2018-06-28 17:27:28 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2018-06-28 17:27:28 +0000
commitbc77780d41178cf3d0327c79ac10737af704f236 (patch)
treefc7c22f08141a989315fd57fb90e8114533ccd53 /www/nginx/Makefile
parentf18dfc08d575198e7e7a31380e361f9a75e0d9bc (diff)
downloadports-bc77780d41178cf3d0327c79ac10737af704f236.tar.gz
ports-bc77780d41178cf3d0327c79ac10737af704f236.zip
- Update brotli to e26248e
- Fix STREAM_SSL_PREREAD PR: 229336, 229237
Notes
Notes: svn path=/head/; revision=473502
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r--www/nginx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index c6ff5de74354..0e0d5238883e 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nginx
PORTVERSION= 1.14.0
-PORTREVISION?= 5
+PORTREVISION?= 6
PORTEPOCH= 2
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/ \
@@ -179,7 +179,7 @@ MAIL_SSL_CONFIGURE_ON= --with-mail_ssl_module
STREAM_VARS= DSO_BASEMODS+=stream
STREAM_SSL_IMPLIES= HTTP_SSL
STREAM_SSL_CONFIGURE_ON= --with-stream_ssl_module
-STREAM_SSL_PREREAD_OFF= --without-stream_ssl_preread_module
+STREAM_SSL_PREREAD_CONFIGURE_ON= --with-stream_ssl_preread_module
### External modules
.include "Makefile.extmod"