From owner-svn-ports-head@freebsd.org Sat May 6 20:12:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED6E9D61D37; Sat, 6 May 2017 20:12:27 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4508E8E; Sat, 6 May 2017 20:12:27 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v46KCQW6031920; Sat, 6 May 2017 20:12:26 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v46KCQ6a031916; Sat, 6 May 2017 20:12:26 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705062012.v46KCQ6a031916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 6 May 2017 20:12:26 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 20:12:28 -0000 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].* ######################################################################