diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2017-03-10 02:05:01 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2017-03-10 02:05:01 +0000 |
commit | 5926bdc0e1826e730f202a810d9de738921721f1 (patch) | |
tree | e0550d3c2841df10ea2a0aabded56f6997f0d30f /mail/cyrus-imapd25 | |
parent | 93fed100a8243194dfbb25e749d685db7380f4c0 (diff) | |
download | freebsd-ports-5926bdc0e1826e730f202a810d9de738921721f1.zip |
Add Cyrus IMAP 3.0 series.
Now, it is the third release candidate from the Cyrus IMAP 3.0 series:
3.0.0-rc3.
As a release candidate, it is considered near-stable for production
usage. Interfaces, APIs, features, etc are not likely to change
between now and the full release.
Diffstat (limited to 'mail/cyrus-imapd25')
-rw-r--r-- | mail/cyrus-imapd25/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/cyrus-imapd25/Makefile b/mail/cyrus-imapd25/Makefile index e233e1c18663..0e4465e13a18 100644 --- a/mail/cyrus-imapd25/Makefile +++ b/mail/cyrus-imapd25/Makefile @@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ libpcre.so:devel/pcre -CONFLICTS= cyrus-1.* cyrus-imapd-2.[^5].* cyrus-imapd2[^5]-2.[^5].* +CONFLICTS_INSTALL= cyrus-imapd-2.[^5].* cyrus-imapd2[^5]-2.[^5].* \ + cyrus-imapd3* USE_RC_SUBR= imapd |