git: 3073b3a0e86c - main - news/inn: Fix SQLite ovdb OPTION in inn-current

Kevin Bowling kbowling at FreeBSD.org
Thu Sep 16 16:27:36 UTC 2021


The branch main has been updated by kbowling:

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

commit 3073b3a0e86c228fb4398f57e951c1337f49f59c
Author:     Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-09-16 09:25:09 +0000
Commit:     Kevin Bowling <kbowling at 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)


More information about the dev-commits-ports-all mailing list