From owner-svn-ports-all@freebsd.org Tue Apr 12 22:05:35 2016 Return-Path: Delivered-To: svn-ports-all@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 0B713B0DF27; Tue, 12 Apr 2016 22:05:35 +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 CC8141454; Tue, 12 Apr 2016 22:05:34 +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 u3CM5XRF062995; Tue, 12 Apr 2016 22:05:33 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3CM5XBV062994; Tue, 12 Apr 2016 22:05:33 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201604122205.u3CM5XBV062994@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 22:05:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413160 - 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-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 22:05:35 -0000 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