summaryrefslogtreecommitdiff
path: root/mail/bogofilter
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-09-02 19:05:48 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-09-02 19:05:48 +0000
commit358770446a66939ca24815a9e7d639d17d773883 (patch)
tree7c0d702b585e3ee290468f07274cff368245b29f /mail/bogofilter
parent- Fix build on -current (diff)
* Upgrade to 0.14.5.4.
* Add CONFLICTS bogofilter<->bogofilter-tdb PR: ports/56293 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=88377
Diffstat (limited to 'mail/bogofilter')
-rw-r--r--mail/bogofilter/Makefile4
-rw-r--r--mail/bogofilter/distinfo2
-rw-r--r--mail/bogofilter/files/patch-aa11
3 files changed, 4 insertions, 13 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index 4a1505d52bc9..bb3088de9e30 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bogofilter
-PORTVERSION= 0.14.5.2
+PORTVERSION= 0.14.5.4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,6 +18,8 @@ COMMENT= "Fast, teachable, learning spam detector"
# values for some of our variables
LIB_DEPENDS?= db4.0:${PORTSDIR}/databases/db4
+CONFLICTS?= bogofilter-tdb*
+
USE_PERL5_RUN= yes
GNU_CONFIGURE= yes
PATCH_STRIP= -p1
diff --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo
index 85003b88922a..323eb2397ec4 100644
--- a/mail/bogofilter/distinfo
+++ b/mail/bogofilter/distinfo
@@ -1 +1 @@
-MD5 (bogofilter-0.14.5.2.tar.gz) = 0ef3eb34943e10e9e317063307148940
+MD5 (bogofilter-0.14.5.4.tar.gz) = 33064f40fe7b250f9ca45fddaa33af64
diff --git a/mail/bogofilter/files/patch-aa b/mail/bogofilter/files/patch-aa
deleted file mode 100644
index 6d8b4a2d5904..000000000000
--- a/mail/bogofilter/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/datastore_tdb.c.orig Tue Aug 19 14:27:27 2003
-+++ ./src/datastore_tdb.c Sun Aug 24 04:35:04 2003
-@@ -77,7 +77,7 @@
- }
-
-
--static void dbh_print_names(dbh_t *dbh, const char *msg)
-+static void dbh_print_names(dbh_t *handle, const char *msg)
- {
- if (handle->count == 1)
- fprintf(dbgout, "%s (%s)", msg, handle->name[0]);