aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2024-05-21 00:56:09 +0000
committerMatthias Andree <mandree@FreeBSD.org>2024-05-21 00:57:13 +0000
commitac0e46f346b2f035d4ed7cc741de7a5a1f643ca8 (patch)
tree7bcee8cadd5fb97af129e8b14ea0bfc9718eed31
parent5569738064d7d6eabe931bf2975fe2ef2b284210 (diff)
downloadports-ac0e46f346b2f035d4ed7cc741de7a5a1f643ca8.tar.gz
ports-ac0e46f346b2f035d4ed7cc741de7a5a1f643ca8.zip
mail/bogofilter-bdb: deprecate Berkeley DB variant
-rw-r--r--mail/bogofilter-bdb/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/bogofilter-bdb/Makefile b/mail/bogofilter-bdb/Makefile
index 8a0bbd76ad55..031f3d5f4c96 100644
--- a/mail/bogofilter-bdb/Makefile
+++ b/mail/bogofilter-bdb/Makefile
@@ -11,6 +11,9 @@ 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+
@@ -59,7 +62,7 @@ post-patch:
${WRKSRC}/src/tests/Makefile.in
post-build:
- cd ${WRKSRC}/src && ${SETENV} SHELL=${SH} ${MAKE_CMD} ${TEST_TARGET} ${_MAKE_JOBS} SHELL=${SH} \
+ cd ${WRKSRC}/src && ${SETENVI} SHELL=${SH} ${MAKE_CMD} ${TEST_TARGET} ${_MAKE_JOBS} SHELL=${SH} \
|| { r=$$? ; head -n30000 ${WRKSRC}/src/tests/test-suite.log ; exit $$r ; }
post-install: