Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 20:19:58 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485704 - in head/mail: dovecot-pigeonhole04 dovecot22
Message-ID:  <201811232019.wANKJwqq044594@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Fri Nov 23 20:19:58 2018
New Revision: 485704
URL: https://svnweb.freebsd.org/changeset/ports/485704

Log:
  mail/dovecot22, mail/dovecot-pigeonhole04: Deprecate
  
  since they are EOL, and the issues with 2.3/0.5 have been fixed

Modified:
  head/mail/dovecot-pigeonhole04/Makefile
  head/mail/dovecot22/Makefile

Modified: head/mail/dovecot-pigeonhole04/Makefile
==============================================================================
--- head/mail/dovecot-pigeonhole04/Makefile	Fri Nov 23 20:17:42 2018	(r485703)
+++ head/mail/dovecot-pigeonhole04/Makefile	Fri Nov 23 20:19:58 2018	(r485704)
@@ -14,6 +14,9 @@ COMMENT=	Sieve plugin for the Dovecot 'deliver' LDA an
 
 LICENSE=	LGPL21
 
+DEPRECATED=     End of Life upstream, use mail/dovecot-pigeonhole instead
+EXPIRATION_DATE=        2019-01-31
+
 BUILD_DEPENDS=	dovecot22>=2.2.31:mail/dovecot22
 RUN_DEPENDS=	dovecot22>=2.2.31:mail/dovecot22
 

Modified: head/mail/dovecot22/Makefile
==============================================================================
--- head/mail/dovecot22/Makefile	Fri Nov 23 20:17:42 2018	(r485703)
+++ head/mail/dovecot22/Makefile	Fri Nov 23 20:19:58 2018	(r485704)
@@ -26,6 +26,9 @@ LICENSE_COMB=	dual
 LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LGPL
 LICENSE_FILE_MIT=	${WRKSRC}/COPYING.MIT
 
+DEPRECATED=	End of Life upstream, use mail/dovecot instead
+EXPIRATION_DATE=	2019-01-31
+
 USES=		cpe iconv libtool ssl
 USE_RC_SUBR=	dovecot
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811232019.wANKJwqq044594>