From owner-svn-ports-head@freebsd.org Tue Apr 12 05:58:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4035B0D0CA; Tue, 12 Apr 2016 05:58:17 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 713E21AD7; Tue, 12 Apr 2016 05:58:17 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3C5wGkX061633; Tue, 12 Apr 2016 05:58:16 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3C5wGdk061632; Tue, 12 Apr 2016 05:58:16 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201604120558.u3C5wGdk061632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 12 Apr 2016 05:58:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413098 - head/mail/bogofilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 05:58:17 -0000 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