diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2023-08-13 17:22:10 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2023-08-13 17:38:17 +0000 |
commit | 3f0d6e066339cfde3eb3f662566e23325c8d5dcc (patch) | |
tree | 7caa4cce3efed9c397c8fcc5aab6617db0a05f31 | |
parent | 182235082adf5e652423da7efae779c269b0bfa3 (diff) | |
download | ports-3f0d6e066339cfde3eb3f662566e23325c8d5dcc.tar.gz ports-3f0d6e066339cfde3eb3f662566e23325c8d5dcc.zip |
mail/cyrus-imapd2{3,4}: Mark deprecated and it will be expired at 2023/09/15
PR: 273093
Reported by: delphij
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 3 | ||||
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
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 |