git: c32966bd9ed8 - main - mail/avenger: Deprecate and set expiration date to 2024-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 07:56:19 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c32966bd9ed81a800c9b3a98d60475d08c4e940e commit c32966bd9ed81a800c9b3a98d60475d08c4e940e Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-18 21:13:48 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-19 06:05:05 +0000 mail/avenger: Deprecate and set expiration date to 2024-06-30 Depends on deprecated Oracle Berkeley DB 5.3, upstream is dead and unmaintained in tree for years --- mail/avenger/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mail/avenger/Makefile b/mail/avenger/Makefile index e32ee72cdf57..144963a1ea76 100644 --- a/mail/avenger/Makefile +++ b/mail/avenger/Makefile @@ -11,6 +11,9 @@ WWW= https://www.mailavenger.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on deprecated Oracle Berkeley DB 5.3 and upstream is dead +EXPIRATION_DATE=2024-06-30 + USES= bdb ssl USE_CXXSTD= c++14