git: 3f0d6e066339 - main - mail/cyrus-imapd2{3,4}: Mark deprecated and it will be expired at 2023/09/15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Aug 2023 17:38:56 UTC
The branch main has been updated by ume: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f0d6e066339cfde3eb3f662566e23325c8d5dcc commit 3f0d6e066339cfde3eb3f662566e23325c8d5dcc Author: Hajimu UMEMOTO <ume@FreeBSD.org> AuthorDate: 2023-08-13 17:22:10 +0000 Commit: Hajimu UMEMOTO <ume@FreeBSD.org> CommitDate: 2023-08-13 17:38:17 +0000 mail/cyrus-imapd2{3,4}: Mark deprecated and it will be expired at 2023/09/15 PR: 273093 Reported by: delphij --- mail/cyrus-imapd23/Makefile | 3 +++ mail/cyrus-imapd24/Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 93be4d56baf0..8aa52c0869e5 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -12,6 +12,9 @@ WWW= https://www.cyrusimap.org/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE=2023-09-15 + LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ libpcre.so:devel/pcre diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 8157e7bb184c..80761a4f0c56 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -12,6 +12,9 @@ WWW= https://www.cyrusimap.org/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE=2023-09-15 + LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ libpcre.so:devel/pcre