summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2024-07-11 08:26:27 +0200
committerMatthias Andree <mandree@FreeBSD.org>2024-07-11 08:35:11 +0200
commit1506eaa6ed65b3ee5c5c7dc4691004e90ec0a67a (patch)
tree45b6ac4a0cdcf022006ec1f4ee04a81375cc823d
parentgraphics/mesa-devel: update to 24.1.b.3470 (diff)
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 (cherry picked from commit 38044c1517cdcdaf4707d15c4db3d807cb878b31)
-rw-r--r--mail/bogofilter-bdb/Makefile5
-rw-r--r--mail/bogofilter-kc/Makefile2
-rw-r--r--mail/bogofilter-sqlite/Makefile2
-rw-r--r--mail/bogofilter/Makefile2
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