Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2020 14:53:04 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559740 - head/mail/claws-mail-bogofilter
Message-ID:  <202012311453.0BVEr4DF078265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Thu Dec 31 14:53:04 2020
New Revision: 559740
URL: https://svnweb.freebsd.org/changeset/ports/559740

Log:
  mail/claws-mail-bogofilter: remove optional dependency on expired mail/bogofilter-tc

Modified:
  head/mail/claws-mail-bogofilter/Makefile

Modified: head/mail/claws-mail-bogofilter/Makefile
==============================================================================
--- head/mail/claws-mail-bogofilter/Makefile	Thu Dec 31 14:42:34 2020	(r559739)
+++ head/mail/claws-mail-bogofilter/Makefile	Thu Dec 31 14:53:04 2020	(r559740)
@@ -9,14 +9,11 @@ COMMENT=	Spam filtering plugin for Claws Mail
 CLAWS_PLUGINS_BUILD=	${PORTNAME}
 
 OPTIONS_SINGLE=		BACKEND
-OPTIONS_SINGLE_BACKEND=	BDB SQLITE TC
+OPTIONS_SINGLE_BACKEND=	BDB SQLITE
 OPTIONS_DEFAULT=	BDB
 
-TC_DESC=		Tokyo Cabinet database support
-
 BDB_RUN_DEPENDS=	bogofilter>0:mail/bogofilter
 SQLITE_RUN_DEPENDS=	bogofilter-sqlite>0:mail/bogofilter-sqlite
-TC_RUN_DEPENDS=		bogofilter-tc>0:mail/bogofilter-tc
 
 .include "../claws-mail/Makefile.claws"
 .include <bsd.port.mk>



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