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/dovecot-antispam/Makefile | |
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/dovecot-antispam/Makefile')
-rw-r--r-- | mail/dovecot-antispam/Makefile | 3 |
1 files changed, 3 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 |