databases/redis: turn on TLS option by default

PR:		263729
Submitted by:	pete@nomadlogic.org
Approved by:	maintainer-timeout (two weeks)
This commit is contained in:
Jason Helfman 2022-05-18 14:38:56 -05:00
parent 0264cd9411
commit 08d405638b

View file

@ -2,6 +2,7 @@
PORTNAME= redis
DISTVERSION= 7.0.0
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= https://download.redis.io/releases/
@ -21,6 +22,7 @@ OPTIONS_DEFINE= JEMALLOC TESTS TLS TRIB
OPTIONS_RADIO= EXTLUA
OPTIONS_RADIO_EXTLUA= LUA LUAJIT LUAJITOR
OPTIONS_SUB= yes
OPTIONS_DEFAULT+= TLS
JEMALLOC_DESC= Use jemalloc
LUAJITOR_DESC= Use lang/luajit-openresty instead of builtin lua