git: 38044c1517cd - main - mail/bogofilter*: undeprecate LMDB/KC/SQLITE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jul 2024 06:34:51 UTC
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=38044c1517cdcdaf4707d15c4db3d807cb878b31 commit 38044c1517cdcdaf4707d15c4db3d807cb878b31 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2024-07-11 06:26:27 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2024-07-11 06:34:36 +0000 mail/bogofilter*: undeprecate LMDB/KC/SQLITE The deprecation of bogofilter-bdb wasn't under the MASTERDIR .if checks, so inadvertently spilled over to the bogofilter (based on LMBD), -kc (Kyoto Cabinet) and -sqlite (SQLite3) variant of the ports. These three are supported beyond the expiration date (currently 2025-06-30). The deprecation only refers to the bogofilter-bdb, i.e. Berkeley DB based, port and is purely based on Oracle taking away, for instance, old Berkeley DB 5 patches from the public non-login website, difficulties with obtaining download URLs, and other historic material. Reported by: Brad Waite --- mail/bogofilter-bdb/Makefile | 5 ++--- mail/bogofilter-kc/Makefile | 2 +- mail/bogofilter-sqlite/Makefile | 2 +- mail/bogofilter/Makefile | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/mail/bogofilter-bdb/Makefile b/mail/bogofilter-bdb/Makefile index 031f3d5f4c96..29b056233fe4 100644 --- a/mail/bogofilter-bdb/Makefile +++ b/mail/bogofilter-bdb/Makefile @@ -11,12 +11,11 @@ WWW= https://bogofilter.sourceforge.io/ LICENSE= GPLv2 -DEPRECATED= The Berkeley DB database interface is obsolescent. -EXPIRATION_DATE=2025-06-30 - .if !defined(MASTERDIR) || ${MASTERDIR} == ${.CURDIR} # building master port USES+= bdb:5+ +DEPRECATED= The Berkeley DB database interface is obsolescent. +EXPIRATION_DATE=2025-06-30 .endif OPTIONS_DEFINE= GSL UNICODE DOCS diff --git a/mail/bogofilter-kc/Makefile b/mail/bogofilter-kc/Makefile index d0cd0eb7ddc6..572d21cb044a 100644 --- a/mail/bogofilter-kc/Makefile +++ b/mail/bogofilter-kc/Makefile @@ -1,5 +1,5 @@ PORTNAME= bogofilter -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail PKGNAMESUFFIX= -kc diff --git a/mail/bogofilter-sqlite/Makefile b/mail/bogofilter-sqlite/Makefile index e224d59e023d..c7cd4d807d33 100644 --- a/mail/bogofilter-sqlite/Makefile +++ b/mail/bogofilter-sqlite/Makefile @@ -1,5 +1,5 @@ PORTNAME= bogofilter -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail PKGNAMESUFFIX= -sqlite diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 4b29b9cb59df..08ed7edaa967 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -1,5 +1,5 @@ PORTNAME= bogofilter -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail PKGNAMESUFFIX= # blank, to override bogofilter-bdb's