svn commit: r440341 - head/mail/dovecot2-antispam-plugin

Adam Weinberger adamw at FreeBSD.org
Sun May 7 15:37:52 UTC 2017


Author: adamw
Date: Sun May  7 15:37:50 2017
New Revision: 440341
URL: https://svnweb.freebsd.org/changeset/ports/440341

Log:
  Mark antispam-plugin as deprecated, and schedule for expiration on 31 July.
  The plugin has been deprecated upstream, and they recommend that a dovecot
  pigeonhole (sieve) script be used instead. Instructions for this are
  available at
  
    https://wiki2.dovecot.org/HowTo/AntispamWithSieve
  
  Approved by:	olgeni (maintainer)

Modified:
  head/mail/dovecot2-antispam-plugin/Makefile

Modified: head/mail/dovecot2-antispam-plugin/Makefile
==============================================================================
--- head/mail/dovecot2-antispam-plugin/Makefile	Sun May  7 15:37:33 2017	(r440340)
+++ head/mail/dovecot2-antispam-plugin/Makefile	Sun May  7 15:37:50 2017	(r440341)
@@ -18,6 +18,9 @@ BUILD_DEPENDS=	dovecot2>=2.2.0:mail/dove
 		gawk:lang/gawk
 RUN_DEPENDS=	dovecot2>=2.2.0:mail/dovecot2
 
+DEPRECATED=	Use pigeonhole instead. See https://wiki2.dovecot.org/HowTo/AntispamWithSieve
+EXPIRATION_DATE=2017-07-31
+
 CONFLICTS=	dovecot-antispam-1.*
 WRKSRC=		${WRKDIR}/dovecot-antispam-plugin-5ebc6aae4d7c
 


More information about the svn-ports-all mailing list