svn commit: r413098 - head/mail/bogofilter

Matthias Andree mandree at FreeBSD.org
Tue Apr 12 05:58:17 UTC 2016


Author: mandree
Date: Tue Apr 12 05:58:16 2016
New Revision: 413098
URL: https://svnweb.freebsd.org/changeset/ports/413098

Log:
  Deprecate bogofilter now that databases/db* are no longer in my maintenance.
  bogofilter-sqlite and bogofilter-tc are unaffected.

Modified:
  head/mail/bogofilter/Makefile

Modified: head/mail/bogofilter/Makefile
==============================================================================
--- head/mail/bogofilter/Makefile	Tue Apr 12 05:54:17 2016	(r413097)
+++ head/mail/bogofilter/Makefile	Tue Apr 12 05:58:16 2016	(r413098)
@@ -13,6 +13,8 @@ COMMENT=	Fast, teachable, learning spam 
 .if !defined(MASTERDIR) || ${MASTERDIR} == ${.CURDIR}
 # building master port
 USE_BDB=	41+
+EXPIRATION_DATE?=	2016-10-31
+DEPRECATED?=		With the BerkeleyDB port outside the maintainer's control, proper function of the bogofilter is not guaranteed under FreeBSD. Please migrate to either of the sibling ports that use a different database. Use bogoutil before and after the switch for dumping and re-loading your databases.
 .endif
 
 OPTIONS_DEFINE=		GSL UNICODE DOCS


More information about the svn-ports-all mailing list