Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jun 2022 00:10:12 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c1715ac69b3d - main - databases/redis{6,62}: Enable TLS option by default
Message-ID:  <202206010010.2510AC41081417@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c1715ac69b3dd2210d83c4c7243310edf8e2ada0

commit c1715ac69b3dd2210d83c4c7243310edf8e2ada0
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-06-01 00:04:04 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-06-01 00:09:34 +0000

    databases/redis{6,62}: Enable TLS option by default
---
 databases/redis6/Makefile  | 2 ++
 databases/redis62/Makefile | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/databases/redis6/Makefile b/databases/redis6/Makefile
index 316a917506f3..f0287638f492 100644
--- a/databases/redis6/Makefile
+++ b/databases/redis6/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	redis6
 PORTVERSION=	6.0.16
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	https://download.redis.io/releases/
 DISTNAME=	redis-${PORTVERSION}
@@ -15,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES+=		compiler:c11 gmake
 
 OPTIONS_DEFINE=	JEMALLOC TESTS TLS TRIB
+OPTIONS_DEFAULT=	TLS
 OPTIONS_RADIO=	EXTLUA
 OPTIONS_RADIO_EXTLUA=	LUA LUAJIT LUAJITOR
 OPTIONS_SUB=	yes
diff --git a/databases/redis62/Makefile b/databases/redis62/Makefile
index bf97b276deda..7cc66cbfd134 100644
--- a/databases/redis62/Makefile
+++ b/databases/redis62/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	redis62
 DISTVERSION=	6.2.7
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	https://download.redis.io/releases/
 DISTNAME=	redis-${PORTVERSION}
@@ -20,6 +21,7 @@ MAKE_ENV=	OPTIMIZATION= \
 		V=yo
 
 OPTIONS_DEFINE=		JEMALLOC TESTS TLS TRIB
+OPTIONS_DEFAULT=	TLS
 OPTIONS_RADIO=		EXTLUA
 OPTIONS_RADIO_EXTLUA=	LUA LUAJIT LUAJITOR
 OPTIONS_SUB=		yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206010010.2510AC41081417>