svn commit: r485704 - in head/mail: dovecot-pigeonhole04 dovecot22

Larry Rosenman ler at FreeBSD.org
Fri Nov 23 20:19:59 UTC 2018


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
 


More information about the svn-ports-all mailing list