diff options
author | adamw <adamw@FreeBSD.org> | 2017-08-06 22:01:28 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-08-06 22:01:28 +0800 |
commit | c4255738b34af4f8c9c1cb58e26cd6e35b12f3dd (patch) | |
tree | 2e628852e98ab295d5d2e93db28cac754bb1b20e /mail | |
parent | 6d79fd4d7e97c7302127106ac37b82f62dd88606 (diff) | |
download | freebsd-ports-gnome-c4255738b34af4f8c9c1cb58e26cd6e35b12f3dd.tar.gz freebsd-ports-gnome-c4255738b34af4f8c9c1cb58e26cd6e35b12f3dd.tar.zst freebsd-ports-gnome-c4255738b34af4f8c9c1cb58e26cd6e35b12f3dd.zip |
Remove CONFLICTS for dovecot1, which expired.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 14fbabb8fb39..63c3ef5627ec 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -3,8 +3,7 @@ ###################################################################### # Anytime PORTVERSION changes please bump PORTREVISION of # -# mail/dovecot2-pigeonhole and also mail/dovecot2-antispam-plugin. # -# Please see ports/135311 and ports/146029 for an explanation. # +# mail/dovecot2-pigeonhole. See ports/146029 for an explanation. # # # # Please be careful when updating this port as changes to this port # # can break mail/dovecot2-pigeonhole. In order to ensure the least # @@ -25,8 +24,6 @@ COMMENT= Secure, fast and powerful IMAP and POP3 server LICENSE= LGPL21 MIT LICENSE_COMB= dual -CONFLICTS= dovecot-1.[0-9]* - USES= cpe iconv libtool ssl USE_RC_SUBR= dovecot |