aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2022-04-23 20:30:29 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2022-04-23 20:32:08 +0000
commit4d2d18fe30668d324abe6488869b9d88f8524d85 (patch)
tree863ff8701243b22eec4784dcc4f40f0ccc6ae136
parenta4f500278e156c1103ba1dc973d5c9051ff3ee3d (diff)
downloadports-4d2d18fe30668d324abe6488869b9d88f8524d85.tar.gz
ports-4d2d18fe30668d324abe6488869b9d88f8524d85.zip
news/inn-current: Update to 20220420
Adds OPTION for blacklistd support Sponsored by: BBOX.io
-rw-r--r--news/inn-current/Makefile2
-rw-r--r--news/inn-current/distinfo6
-rw-r--r--news/inn-current/pkg-plist1
-rw-r--r--news/inn/Makefile8
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