Date: Tue, 12 Apr 2016 05:58:16 +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: r413098 - head/mail/bogofilter Message-ID: <201604120558.u3C5wGdk061632@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604120558.u3C5wGdk061632>