aboutsummaryrefslogtreecommitdiff
path: root/www/unit
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2020-11-19 20:47:26 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2020-11-19 20:47:26 +0000
commit162b29330b8280847a34d7dc780d5255a8df059b (patch)
treed1159059086dc57580180e1c88793cb117ef6253 /www/unit
parent8c03aa8bb14df712154cfb84506b6501b58caee6 (diff)
downloadports-162b29330b8280847a34d7dc780d5255a8df059b.tar.gz
ports-162b29330b8280847a34d7dc780d5255a8df059b.zip
Enable the following options by default:
o) DEVKIT - to install the headers and static library o) IPV6 - to enable IPv6 o) PCRE2 - for regular expressions with devel/pcre2 o) SSL - to use SSL/TLS Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=555716
Diffstat (limited to 'www/unit')
-rw-r--r--www/unit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/unit/Makefile b/www/unit/Makefile
index 7f943a2b11c3..7c2816f305fa 100644
--- a/www/unit/Makefile
+++ b/www/unit/Makefile
@@ -3,6 +3,7 @@
PORTNAME= unit
PORTVERSION= 1.21.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES?= https://unit.nginx.org/download/
@@ -24,7 +25,7 @@ OPTIONS_DEFINE?= \
PCRE2 \
SSL \
UNIXSOCK
-OPTIONS_DEFAULT?=UNIXSOCK
+OPTIONS_DEFAULT?= DEVKIT IPV6 PCRE2 SSL UNIXSOCK
DEBUG_DESC= Enable debug logging
DEVKIT_DESC= Install headers and library