From owner-svn-ports-all@FreeBSD.ORG Sat May 31 19:20:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F55AF9B; Sat, 31 May 2014 19:20:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 7D6E42531; Sat, 31 May 2014 19:20:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4VJKJdM078969; Sat, 31 May 2014 19:20:19 GMT (envelope-from ume@svn.freebsd.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4VJKJHG078967; Sat, 31 May 2014 19:20:19 GMT (envelope-from ume@svn.freebsd.org) Message-Id: <201405311920.s4VJKJHG078967@svn.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 31 May 2014 19:20:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356009 - in head/mail: cyrus-imapd2 cyrus-imapd22 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 19:20:19 -0000 Author: ume Date: Sat May 31 19:20:18 2014 New Revision: 356009 URL: http://svnweb.freebsd.org/changeset/ports/356009 QAT: https://qat.redports.org/buildarchive/r356009/ Log: Mark Cyrus IMAPd 2.1.X and 2.2.X as DEPRECATED. Approved by: portmgr (implicit) Modified: head/mail/cyrus-imapd2/Makefile head/mail/cyrus-imapd22/Makefile Modified: head/mail/cyrus-imapd2/Makefile ============================================================================== --- head/mail/cyrus-imapd2/Makefile Sat May 31 19:12:43 2014 (r356008) +++ head/mail/cyrus-imapd2/Makefile Sat May 31 19:20:18 2014 (r356009) @@ -16,6 +16,9 @@ PATCHFILES= ${PORTNAME}-2.1.16-ipv6-2003 MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols +DEPRECATED= Cyrus IMAPd 2.1.X have been deprecated, consider using 2.4.X. +EXPIRATION_DATE=2014-06-30 + LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend Modified: head/mail/cyrus-imapd22/Makefile ============================================================================== --- head/mail/cyrus-imapd22/Makefile Sat May 31 19:12:43 2014 (r356008) +++ head/mail/cyrus-imapd22/Makefile Sat May 31 19:20:18 2014 (r356009) @@ -12,6 +12,9 @@ PKGNAMESUFFIX= 22 MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols +DEPRECATED= No further releases of 2.2.X are planned, consider using 2.4.X. +EXPIRATION_DATE=2014-06-30 + LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 CONFLICTS= cyrus-1.* cyrus-imapd-2.[^2].* cyrus-imapd2[^2]-2.[^2].*