Date: Thu, 11 Jul 2024 06:50:53 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: bd673cb4ef7a - 2024Q3 - mail/bogofilter*: update pkg-descr DB support notice Message-ID: <202407110650.46B6orDZ073870@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd673cb4ef7af0e0ac2827bad5c3d1b350aa9bf4 commit bd673cb4ef7af0e0ac2827bad5c3d1b350aa9bf4 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2024-07-11 06:47:57 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2024-07-11 06:50:49 +0000 mail/bogofilter*: update pkg-descr DB support notice (cherry picked from commit 7eb9246eb8d657d1aa4bd3222af26fa4c5edfd55) --- mail/bogofilter-bdb/Makefile | 2 +- mail/bogofilter-bdb/pkg-descr | 5 ++++- mail/bogofilter-kc/Makefile | 2 +- mail/bogofilter-sqlite/Makefile | 2 +- mail/bogofilter/Makefile | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/mail/bogofilter-bdb/Makefile b/mail/bogofilter-bdb/Makefile index 29b056233fe4..0c0cdfc099bc 100644 --- a/mail/bogofilter-bdb/Makefile +++ b/mail/bogofilter-bdb/Makefile @@ -1,6 +1,6 @@ PORTNAME= bogofilter DISTVERSION= 1.2.5 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= mail MASTER_SITES= SF/bogofilter/bogofilter-stable/ PKGNAMESUFFIX?= -bdb diff --git a/mail/bogofilter-bdb/pkg-descr b/mail/bogofilter-bdb/pkg-descr index 15a6ab7494d9..57fdfdc865d7 100644 --- a/mail/bogofilter-bdb/pkg-descr +++ b/mail/bogofilter-bdb/pkg-descr @@ -6,4 +6,7 @@ words, and returns a status code indicating whether or not the message is spam. Bogofilter decodes base64 or quoted-printable encoded texts and ignores non-text attachments and HTML comments. -The supported database backends are Berkeley DB, QDBM and SQLite3. +The supported database backends are LMDB, Kyoto Cabinet and SQLite3, and +for a while still Berkeley DB. The upstream version would theoretically +also support QDBM and Tokyo Cabinet, but these are not currently available +as FreeBSD ports. diff --git a/mail/bogofilter-kc/Makefile b/mail/bogofilter-kc/Makefile index 572d21cb044a..753835260051 100644 --- a/mail/bogofilter-kc/Makefile +++ b/mail/bogofilter-kc/Makefile @@ -1,5 +1,5 @@ PORTNAME= bogofilter -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail PKGNAMESUFFIX= -kc diff --git a/mail/bogofilter-sqlite/Makefile b/mail/bogofilter-sqlite/Makefile index c7cd4d807d33..d0d4c27ba1b7 100644 --- a/mail/bogofilter-sqlite/Makefile +++ b/mail/bogofilter-sqlite/Makefile @@ -1,5 +1,5 @@ PORTNAME= bogofilter -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail PKGNAMESUFFIX= -sqlite diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 08ed7edaa967..0325280bcf93 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -1,5 +1,5 @@ PORTNAME= bogofilter -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail PKGNAMESUFFIX= # blank, to override bogofilter-bdb's
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407110650.46B6orDZ073870>