Date: Sat, 6 May 2017 20:12:26 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440287 - in head/mail: dovecot dovecot-antispam dovecot-managesieve dovecot-sieve Message-ID: <201705062012.v46KCQ6a031916@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat May 6 20:12:26 2017 New Revision: 440287 URL: https://svnweb.freebsd.org/changeset/ports/440287 Log: 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. Modified: head/mail/dovecot-antispam/Makefile head/mail/dovecot-managesieve/Makefile head/mail/dovecot-sieve/Makefile head/mail/dovecot/Makefile Modified: head/mail/dovecot-antispam/Makefile ============================================================================== --- head/mail/dovecot-antispam/Makefile Sat May 6 19:47:41 2017 (r440286) +++ head/mail/dovecot-antispam/Makefile Sat May 6 20:12:26 2017 (r440287) @@ -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 Modified: head/mail/dovecot-managesieve/Makefile ============================================================================== --- head/mail/dovecot-managesieve/Makefile Sat May 6 19:47:41 2017 (r440286) +++ head/mail/dovecot-managesieve/Makefile Sat May 6 20:12:26 2017 (r440287) @@ -16,6 +16,9 @@ BUILD_DEPENDS= ${NONEXISTENT}:mail/dovec 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 Modified: head/mail/dovecot-sieve/Makefile ============================================================================== --- head/mail/dovecot-sieve/Makefile Sat May 6 19:47:41 2017 (r440286) +++ head/mail/dovecot-sieve/Makefile Sat May 6 20:12:26 2017 (r440287) @@ -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 Modified: head/mail/dovecot/Makefile ============================================================================== --- head/mail/dovecot/Makefile Sat May 6 19:47:41 2017 (r440286) +++ head/mail/dovecot/Makefile Sat May 6 20:12:26 2017 (r440287) @@ -14,6 +14,9 @@ COMMENT= Secure and compact IMAP and POP 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].* ######################################################################
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705062012.v46KCQ6a031916>