summaryrefslogtreecommitdiff
path: root/mail/bogofilter
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-15 06:40:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-15 06:40:33 +0000
commit5eee602a081e4da13a4124c860482704ebca6a96 (patch)
treefdc32ad1d2d0d1757cf865aa484fabe77e37fe29 /mail/bogofilter
parentFix build on 5.x and fix build with new X headers. (diff)
- Update to 0.92.2, fixing some bugs,
format string change: %I -> %A, new %I (message-ID) and %Q (queue-ID) PR: ports/69080 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=113690
Diffstat (limited to 'mail/bogofilter')
-rw-r--r--mail/bogofilter/Makefile2
-rw-r--r--mail/bogofilter/distinfo4
-rw-r--r--mail/bogofilter/files/patch-ac11
3 files changed, 3 insertions, 14 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index 36899e6c54ec..91bd8bcfebbb 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bogofilter
-PORTVERSION= 0.92.1
+PORTVERSION= 0.92.2
PORTREVISION= 0
CATEGORIES?= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
diff --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo
index d2337c19403d..89d963199a2e 100644
--- a/mail/bogofilter/distinfo
+++ b/mail/bogofilter/distinfo
@@ -1,2 +1,2 @@
-MD5 (bogofilter-0.92.1.tar.bz2) = 9fc67e9adb2d51e78eb04b85ad205975
-SIZE (bogofilter-0.92.1.tar.bz2) = 686048
+MD5 (bogofilter-0.92.2.tar.bz2) = 459df9d5074b871de6a96bbac27dc673
+SIZE (bogofilter-0.92.2.tar.bz2) = 639796
diff --git a/mail/bogofilter/files/patch-ac b/mail/bogofilter/files/patch-ac
deleted file mode 100644
index 914d703a7990..000000000000
--- a/mail/bogofilter/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/tests/t.wordhist~ 1 Jul 2004 17:23:35 -0000 1.3
-+++ ./src/tests/t.wordhist 7 Jul 2004 08:47:08 -0000
-@@ -52,7 +52,7 @@
- $BOGOFILTER $OPTS -n < ${SYSTEST}/inputs/good.mbx
-
- $BOGOUTIL -H $BOGOFILTER_DIR >$OUT
--$BOGOUTIL -d $BOGOFILTER_DIR/wordlist.db >${TMPDIR}/wordlist.txt
-+$BOGOUTIL -d $BOGOFILTER_DIR/wordlist.$DB_EXT >${TMPDIR}/wordlist.txt
-
- if [ $verbose -eq 0 ]; then
- cmp $REF $OUT