diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2014-05-31 19:20:18 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2014-05-31 19:20:18 +0000 |
commit | e4c1d2f49626dcf08a00240260526ee6ec8e9920 (patch) | |
tree | 8fbaed476933a847d6ea03fb6c12fcdc57588136 | |
parent | 73fd294da95eb417c3c0a1e6c328a865fba81a89 (diff) | |
download | ports-e4c1d2f49626dcf08a00240260526ee6ec8e9920.tar.gz ports-e4c1d2f49626dcf08a00240260526ee6ec8e9920.zip |
Notes
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 3 | ||||
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index 56c0b77e16a1..554728d9918c 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -16,6 +16,9 @@ PATCHFILES= ${PORTNAME}-2.1.16-ipv6-20031121.diff.gz MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols +DEPRECATED= Cyrus IMAPd 2.1.X have been deprecated, consider using 2.4.X. +EXPIRATION_DATE=2014-06-30 + LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 3b5f2413b0bd..fd554200caf2 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -12,6 +12,9 @@ PKGNAMESUFFIX= 22 MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols +DEPRECATED= No further releases of 2.2.X are planned, consider using 2.4.X. +EXPIRATION_DATE=2014-06-30 + LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 CONFLICTS= cyrus-1.* cyrus-imapd-2.[^2].* cyrus-imapd2[^2]-2.[^2].* |