Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2021 16:27:35 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3073b3a0e86c - main - news/inn: Fix SQLite ovdb OPTION in inn-current
Message-ID:  <202109161627.18GGRZdx027306@gitrepo.freebsd.org>

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

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

commit 3073b3a0e86c228fb4398f57e951c1337f49f59c
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2021-09-16 09:25:09 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-09-16 09:27:29 +0000

    news/inn: Fix SQLite ovdb OPTION in inn-current
    
    Fixes:  4e605de90a42
---
 news/inn/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/news/inn/Makefile b/news/inn/Makefile
index 0ca43367ff6e..26a70cf1137a 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -42,7 +42,7 @@ GNUPG_DESC=		GnuPG support (for pgpverify control message)
 UUCP_RNEWS_DESC=	Install rnews suitable for use with net/freebsd-uucp
 SETGID_INEWS_DESC=	Enable posting articles locally for all users
 
-.if ${BRANCH:U} == CURRENT
+.if ${BRANCH:U} == 2.7
 OPTIONS_DEFINE+=	SQLITE
 OPTIONS_DEFAULT+=	SQLITE
 SQLITE_DESC=		Enable SQLite (for ovsqlite overview method)



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