git: 08d405638b51 - main - databases/redis: turn on TLS option by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 May 2022 19:52:43 UTC
The branch main has been updated by jgh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=08d405638b51f728c8428263a8a2be0019365803
commit 08d405638b51f728c8428263a8a2be0019365803
Author: Jason Helfman <jgh@FreeBSD.org>
AuthorDate: 2022-05-18 19:38:56 +0000
Commit: Jason Helfman <jgh@FreeBSD.org>
CommitDate: 2022-05-18 19:52:01 +0000
databases/redis: turn on TLS option by default
PR: 263729
Submitted by: pete@nomadlogic.org
Approved by: maintainer-timeout (two weeks)
---
databases/redis/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 99ac5676bc6e..34c1a23299d3 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -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