svn commit: r413160 - head/mail/bogofilter

Matthias Andree mandree at FreeBSD.org
Tue Apr 12 22:05:35 UTC 2016


Author: mandree
Date: Tue Apr 12 22:05:33 2016
New Revision: 413160
URL: https://svnweb.freebsd.org/changeset/ports/413160

Log:
  Un-deprecate [1], but block db48.
  
  Reported by: adamw@ [1]

Modified:
  head/mail/bogofilter/Makefile

Modified: head/mail/bogofilter/Makefile
==============================================================================
--- head/mail/bogofilter/Makefile	Tue Apr 12 20:33:57 2016	(r413159)
+++ head/mail/bogofilter/Makefile	Tue Apr 12 22:05:33 2016	(r413160)
@@ -12,9 +12,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.
+USE_BDB=	5+
+INVALID_BDB_VER=48
 .endif
 
 OPTIONS_DEFINE=		GSL UNICODE DOCS


More information about the svn-ports-all mailing list