summaryrefslogtreecommitdiffstats
path: root/mail/bsfilter
diff options
context:
space:
mode:
Diffstat (limited to 'mail/bsfilter')
-rw-r--r--mail/bsfilter/Makefile4
-rw-r--r--mail/bsfilter/distinfo4
-rw-r--r--mail/bsfilter/pkg-message4
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/bsfilter/Makefile b/mail/bsfilter/Makefile
index a40bbe4..ed9d419 100644
--- a/mail/bsfilter/Makefile
+++ b/mail/bsfilter/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= bsfilter
-PORTVERSION= 1.0.0
+PORTVERSION= 1.0.1
CATEGORIES= mail ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
-MASTER_SITE_SUBDIR= bsfilter/8453
+MASTER_SITE_SUBDIR= bsfilter/8781
EXTRACT_SUFX= .tgz
MAINTAINER= info@otsune.com
diff --git a/mail/bsfilter/distinfo b/mail/bsfilter/distinfo
index 3b4e4f1..9279b95 100644
--- a/mail/bsfilter/distinfo
+++ b/mail/bsfilter/distinfo
@@ -1,2 +1,2 @@
-MD5 (bsfilter-1.0.0.tgz) = 741371bc88ffe66e503e88dbe2b3306e
-SIZE (bsfilter-1.0.0.tgz) = 832896
+MD5 (bsfilter-1.0.1.tgz) = 5bc5ea94840780af49184a5cc81c6c29
+SIZE (bsfilter-1.0.1.tgz) = 840824
diff --git a/mail/bsfilter/pkg-message b/mail/bsfilter/pkg-message
index be20dee..fe92163 100644
--- a/mail/bsfilter/pkg-message
+++ b/mail/bsfilter/pkg-message
@@ -3,12 +3,12 @@ Before actually using it, it is necessary to prepare a word database.
1.The word contained in clean mail is counted.
% bsfilter --add-clean ~/Maildir/.cur/*
or
-% ls ~/Maildir/cur/ | xargs bsfilter -c
+% cd ~/Maildir/cur/ ; ls | xargs bsfilter -c
2.The word in spam is counted.
% bsfilter --add-spam ~/Maildir/.spam/*
or
-% ls ~/Maildir/.spam/cur/ | xargs bsfilter -s
+% cd ~/Maildir/.spam/cur/ ; ls | xargs bsfilter -s
3.A database is updated for every word.
% bsfilter -u
OpenPOWER on IntegriCloud