git: 4d2d18fe3066 - main - news/inn-current: Update to 20220420

From: Kevin Bowling <kbowling_at_FreeBSD.org>
Date: Sat, 23 Apr 2022 20:32:14 UTC
The branch main has been updated by kbowling:

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

commit 4d2d18fe30668d324abe6488869b9d88f8524d85
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2022-04-23 20:30:29 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2022-04-23 20:32:08 +0000

    news/inn-current: Update to 20220420
    
    Adds OPTION for blacklistd support
    
    Sponsored by:   BBOX.io
---
 news/inn-current/Makefile  | 2 +-
 news/inn-current/distinfo  | 6 +++---
 news/inn-current/pkg-plist | 1 +
 news/inn/Makefile          | 8 +++++---
 4 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile
index c9e64ec1fcc8..599d5eefd22c 100644
--- a/news/inn-current/Makefile
+++ b/news/inn-current/Makefile
@@ -6,7 +6,7 @@ MASTER_SITE_SUBDIR=	inn/snapshots
 DISTNAME=		inn-${BRANCH}-${SNAPSHOT}
 
 BRANCH=		2.7
-SNAPSHOT=	20220324
+SNAPSHOT=	20220420
 
 CONFLICTS=	inn-2.[0-9]*
 
diff --git a/news/inn-current/distinfo b/news/inn-current/distinfo
index 34c3d8a7a675..e6e10e5e7ea6 100644
--- a/news/inn-current/distinfo
+++ b/news/inn-current/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1648525370
-SHA256 (inn-2.7-20220324.tar.gz) = a392d3103950f404a9f6482b299e24d7bf0ca4f03766a5ff5422517a590858e2
-SIZE (inn-2.7-20220324.tar.gz) = 2702706
+TIMESTAMP = 1650741032
+SHA256 (inn-2.7-20220420.tar.gz) = 2a1c9c8a7a7f01ed8d33f2f50d7793239a822babeede3993eea73fb8c5b1facb
+SIZE (inn-2.7-20220420.tar.gz) = 2709696
diff --git a/news/inn-current/pkg-plist b/news/inn-current/pkg-plist
index 3b6ead09c9c8..7c1f61f1ea0b 100644
--- a/news/inn-current/pkg-plist
+++ b/news/inn-current/pkg-plist
@@ -166,6 +166,7 @@ include/inn/xwrite.h
 lib/perl/INN/Config.pm
 lib/perl/INN/Utils/Shlock.pm
 lib/innreport_inn.pm
+lib/innreport-display.conf
 lib/innshellvars
 lib/innshellvars.pl
 lib/innshellvars.tcl
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 0a11ab1fb7d6..ebb23d1c134e 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -43,9 +43,11 @@ 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} == 2.7
-OPTIONS_DEFINE+=	SQLITE
-OPTIONS_DEFAULT+=	SQLITE
-SQLITE_DESC=		Enable SQLite (for ovsqlite overview method)
+OPTIONS_DEFINE+=		BLACKLISTD SQLITE
+OPTIONS_DEFAULT+=		BLACKLISTD SQLITE
+BLACKLISTD_DESC=		Enable blacklistd support
+BLACKLISTD_CONFIGURE_WITH=	blacklist
+SQLITE_DESC=			Enable SQLite (for ovsqlite overview method)
 
 PLIST_SUB+=		SNAPSHOT=""
 .else