summaryrefslogtreecommitdiff
path: root/mail/bogofilter
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-01-17 15:22:33 +0000
committerwiz <wiz@pkgsrc.org>2005-01-17 15:22:33 +0000
commit75ec1b6bbaa8859b6eecb48f725a20fd486d47df (patch)
treef9afa0850da32502fa4658a73ca66c19efd5ab6d /mail/bogofilter
parente56166458c5e79896962a206d456d676411c50d4 (diff)
downloadpkgsrc-75ec1b6bbaa8859b6eecb48f725a20fd486d47df.tar.gz
Fix patch-ac (db4 patch). From UHO Yaranaika. Closes PR 28949,
confirmed by Hauke Fath. Bump PKGREVISION.
Diffstat (limited to 'mail/bogofilter')
-rw-r--r--mail/bogofilter/Makefile3
-rw-r--r--mail/bogofilter/distinfo4
-rw-r--r--mail/bogofilter/patches/patch-ac4
3 files changed, 6 insertions, 5 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index cf99f2484c8..f4eb829a615 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2005/01/15 07:09:50 snj Exp $
+# $NetBSD: Makefile,v 1.26 2005/01/17 15:22:33 wiz Exp $
DISTNAME= bogofilter-0.92.8
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bogofilter/}
EXTRACT_SUFX= .tar.bz2
diff --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo
index 65bf1c5ecbc..6a8effb5d4e 100644
--- a/mail/bogofilter/distinfo
+++ b/mail/bogofilter/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2005/01/14 18:20:33 jlam Exp $
+$NetBSD: distinfo,v 1.14 2005/01/17 15:22:33 wiz Exp $
SHA1 (bogofilter-0.92.8.tar.bz2) = ffaf181f71dfee7d4475d5c20fed4a8f50a3e7c4
Size (bogofilter-0.92.8.tar.bz2) = 637420 bytes
SHA1 (patch-aa) = 2ce311616845a75aa978f96f5792db65b66539d5
SHA1 (patch-ab) = f55a9956d82f56cef686a9125983ec5fd6942809
-SHA1 (patch-ac) = cf17329aee9120b24d6206d8259c249d1021cf9a
+SHA1 (patch-ac) = 9bfbb24fcf719f256512cd422973deaf5c52d2e6
diff --git a/mail/bogofilter/patches/patch-ac b/mail/bogofilter/patches/patch-ac
index 92509d0ab25..f721e8537b9 100644
--- a/mail/bogofilter/patches/patch-ac
+++ b/mail/bogofilter/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1 2005/01/14 18:20:33 jlam Exp $
+$NetBSD: patch-ac,v 1.2 2005/01/17 15:22:33 wiz Exp $
--- src/datastore_db.c.orig 2004-09-28 23:28:04.000000000 -0400
+++ src/datastore_db.c
@@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.1 2005/01/14 18:20:33 jlam Exp $
DB_BTREE_STAT *dbstat = NULL;
+#if (DB_VERSION_MAJOR == 4) && (DB_VERSION_MINOR >= 3)
-+ ret = dbp->stat(dbp, &dbstat, NULL, DB_FAST_STAT);
++ ret = dbp->stat(dbp, NULL, &dbstat, DB_FAST_STAT);
+#else
ret = dbp->stat(dbp, &dbstat, DB_FAST_STAT);
+#endif