aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-07-15 14:40:33 +0800
committerkrion <krion@FreeBSD.org>2004-07-15 14:40:33 +0800
commit6ce89e609e21fb4cff3d758a8edfe0b504b59f16 (patch)
tree212f1adc5be8c708b7394fa51c4038d1eb28b1c4
parentedf2585a0ccdb464695337c9bc407a048cdf529c (diff)
downloadfreebsd-ports-gnome-6ce89e609e21fb4cff3d758a8edfe0b504b59f16.tar.gz
freebsd-ports-gnome-6ce89e609e21fb4cff3d758a8edfe0b504b59f16.tar.zst
freebsd-ports-gnome-6ce89e609e21fb4cff3d758a8edfe0b504b59f16.zip
- 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
-rw-r--r--mail/bogofilter-current/Makefile2
-rw-r--r--mail/bogofilter-current/distinfo4
-rw-r--r--mail/bogofilter-current/files/patch-ac11
-rw-r--r--mail/bogofilter/Makefile2
-rw-r--r--mail/bogofilter/distinfo4
-rw-r--r--mail/bogofilter/files/patch-ac11
6 files changed, 6 insertions, 28 deletions
diff --git a/mail/bogofilter-current/Makefile b/mail/bogofilter-current/Makefile
index 36899e6c54ec..91bd8bcfebbb 100644
--- a/mail/bogofilter-current/Makefile
+++ b/mail/bogofilter-current/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-current/distinfo b/mail/bogofilter-current/distinfo
index d2337c19403d..89d963199a2e 100644
--- a/mail/bogofilter-current/distinfo
+++ b/mail/bogofilter-current/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-current/files/patch-ac b/mail/bogofilter-current/files/patch-ac
deleted file mode 100644
index 914d703a7990..000000000000
--- a/mail/bogofilter-current/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
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