Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2016 22:05:33 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413160 - head/mail/bogofilter
Message-ID:  <201604122205.u3CM5XBV062994@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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