git: c1715ac69b3d - main - databases/redis{6,62}: Enable TLS option by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jun 2022 00:10:12 UTC
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