git: ac0e46f346b2 - main - mail/bogofilter-bdb: deprecate Berkeley DB variant
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 May 2024 20:00:57 UTC
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac0e46f346b2f035d4ed7cc741de7a5a1f643ca8 commit ac0e46f346b2f035d4ed7cc741de7a5a1f643ca8 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2024-05-21 00:56:09 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2024-05-21 00:57:13 +0000 mail/bogofilter-bdb: deprecate Berkeley DB variant --- mail/bogofilter-bdb/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: