diff options
author | adamw <adamw@FreeBSD.org> | 2017-05-07 04:12:26 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-05-07 04:12:26 +0800 |
commit | cbff3868f17fa849f03e369e4674bc8c902d0da3 (patch) | |
tree | 4126ae0e99277ccc25b60b3ab7bbfa157ff4893d /mail | |
parent | f367d133ea624600528ff2ff4f0d000621b33f81 (diff) | |
download | freebsd-ports-gnome-cbff3868f17fa849f03e369e4674bc8c902d0da3.tar.gz freebsd-ports-gnome-cbff3868f17fa849f03e369e4674bc8c902d0da3.tar.zst freebsd-ports-gnome-cbff3868f17fa849f03e369e4674bc8c902d0da3.zip |
Mark dovecot 1.x and the 1.x plugins deprecated, set to expire at the end of
July. The last dovecot 1.x release was 6 years ago, and 1.x has been deprecated
upstream for many years.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot-antispam/Makefile | 3 | ||||
-rw-r--r-- | mail/dovecot-managesieve/Makefile | 3 | ||||
-rw-r--r-- | mail/dovecot-sieve/Makefile | 3 | ||||
-rw-r--r-- | mail/dovecot/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/mail/dovecot-antispam/Makefile b/mail/dovecot-antispam/Makefile index 029893094a49..d24f509018b3 100644 --- a/mail/dovecot-antispam/Makefile +++ b/mail/dovecot-antispam/Makefile @@ -17,6 +17,9 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${NONEXISTENT}:mail/dovecot:configure RUN_DEPENDS= dovecot>=1.1.2:mail/dovecot +DEPRECATED= Dovecot-1.x is deprecated. Use dovecot2 and dovecot2-antispam-plugin instead +EXPIRATION_DATE=2017-07-31 + USES= gmake tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/dovecot/imap diff --git a/mail/dovecot-managesieve/Makefile b/mail/dovecot-managesieve/Makefile index 652e54ce695a..a2a7facca8c4 100644 --- a/mail/dovecot-managesieve/Makefile +++ b/mail/dovecot-managesieve/Makefile @@ -16,6 +16,9 @@ BUILD_DEPENDS= ${NONEXISTENT}:mail/dovecot:build \ RUN_DEPENDS= dovecot>=${DOVECOTVERSION}.*:mail/dovecot \ dovecot-sieve>=${DOVECOTVERSION}:mail/dovecot-sieve +DEPRECATED= Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead +EXPIRATION_DATE=2017-07-31 + DOVECOTVERSION= 1.2 GNU_CONFIGURE= yes diff --git a/mail/dovecot-sieve/Makefile b/mail/dovecot-sieve/Makefile index 74b8d90ddded..b408fb8788c8 100644 --- a/mail/dovecot-sieve/Makefile +++ b/mail/dovecot-sieve/Makefile @@ -16,6 +16,9 @@ LICENSE= LGPL21 BUILD_DEPENDS= ${NONEXISTENT}:mail/dovecot:build RUN_DEPENDS= dovecot>=${DOVECOTVERSION}.*:mail/dovecot +DEPRECATED= Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead +EXPIRATION_DATE=2017-07-31 + DOVECOTVERSION= 1.2 SIEVEVERSION= 0.1.19 diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index e8f12a1b5932..4823a516f7de 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -14,6 +14,9 @@ COMMENT= Secure and compact IMAP and POP3 servers LICENSE= LGPL21 MIT LICENSE_COMB= dual +DEPRECATED= Deprecated by upstream years ago. Use mail/dovecot2 instead +EXPIRATION_DATE=2017-07-31 + CONFLICTS= dovecot2-2.[0-9].* ###################################################################### |