summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2005-08-28 22:52:20 +0000
committerlinimon <linimon@FreeBSD.org>2005-08-28 22:52:20 +0000
commite95e6246daea10df483d70f71e884edc5dd71a4c (patch)
treee5e4f0c6cfd9803268bfac342cb35960808b339e
parentf5bdb50bb620a49f6842c7351f05e97438a5a112 (diff)
downloadFreeBSD-ports-e95e6246daea10df483d70f71e884edc5dd71a4c.zip
FreeBSD-ports-e95e6246daea10df483d70f71e884edc5dd71a4c.tar.gz
Remove mail/bogofilter-tdb. It was marked with an unusually long
deprecation date several months ago. From the maintainer: The next (pending) update to the master port will drop TDB support in any case. A poll in the bogofilter@ mailing list didn't turn up with any FreeBSD bogofilter-tdb users. This was previously discussed with portmgr (linimon). PR: ports/85419 Submitted by: former maintainer
-rw-r--r--mail/Makefile1
-rw-r--r--mail/bogofilter-tdb/Makefile28
2 files changed, 0 insertions, 29 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 6dcb1a6..9634c67 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -31,7 +31,6 @@
SUBDIR += bogofilter
SUBDIR += bogofilter-qdbm
SUBDIR += bogofilter-sqlite
- SUBDIR += bogofilter-tdb
SUBDIR += bsfilter
SUBDIR += bsmtp
SUBDIR += bulk_mailer
diff --git a/mail/bogofilter-tdb/Makefile b/mail/bogofilter-tdb/Makefile
deleted file mode 100644
index f4d2e73..0000000
--- a/mail/bogofilter-tdb/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: bogofilter-tdb
-# Date created: 17.08.2003
-# Whom: Matthias Andree <matthias.andree@web.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bogofilter
-CATEGORIES= mail
-PKGNAMESUFFIX= -tdb
-
-MAINTAINER= matthias.andree@gmx.de
-
-LIB_DEPENDS= tdb.1:${PORTSDIR}/databases/tdb
-
-CONFLICTS= bogofilter-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* bogofilter-sqlite-[0-9]*
-
-DEPRECATED= TDB is inefficient and unmaintained - use -qdbm or -sqlite
-EXPIRES= 2005-11-30
-
-CONFIGURE_ARGS= --with-database=tdb
-BF_CPPFLAGS= -I${LOCALBASE}/include
-BF_LIBS=
-DESCR= ${PKGDIR}/pkg-descr
-
-MASTERDIR= ${.CURDIR}/../bogofilter
-
-.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud