git: 7eb9246eb8d6 - main - mail/bogofilter*: update pkg-descr DB support notice
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jul 2024 06:50:42 UTC
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=7eb9246eb8d657d1aa4bd3222af26fa4c5edfd55 commit 7eb9246eb8d657d1aa4bd3222af26fa4c5edfd55 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:33 +0000 mail/bogofilter*: update pkg-descr DB support notice --- 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