1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

news/inn-current: Update to 20220420

Adds OPTION for blacklistd support

Sponsored by:	BBOX.io
This commit is contained in:
Kevin Bowling 2022-04-23 13:30:29 -07:00
parent a4f500278e
commit 4d2d18fe30
4 changed files with 10 additions and 7 deletions

View File

@ -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]*

View File

@ -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

View File

@ -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

View File

@ -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