diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2025-06-30 15:12:20 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-06-30 15:21:36 +0200 |
commit | a9e61fc17fb99b89f63c19f0851b36984e39bd48 (patch) | |
tree | d86d90652a12f86da3ffe5ab840b5a378de8cc81 | |
parent | lang/swift510: fix build on low RAM, ccache support (diff) |
mail/bogofilter-bdb: expired, mark IGNORE
The plan is that the actual bits will move to mail/bogofilter, which is
now LMDB based. Once that will have happened, we can remove this port.
-rw-r--r-- | mail/bogofilter-bdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/bogofilter-bdb/Makefile b/mail/bogofilter-bdb/Makefile index 154b5bb2dc6e..1df1e8961d78 100644 --- a/mail/bogofilter-bdb/Makefile +++ b/mail/bogofilter-bdb/Makefile @@ -17,6 +17,7 @@ LICENSE= GPLv2 USES+= bdb:5+ DEPRECATED= The Berkeley DB database interface is obsolescent. EXPIRATION_DATE=2025-06-30 +IGNORE= This port has expired. Once its infrastructure will have moved out the base port (LMDB), it will be removed .endif OPTIONS_DEFINE= GSL UNICODE DOCS |