aboutsummaryrefslogtreecommitdiff
path: root/mail/bsfilter
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-31 08:33:11 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-31 08:33:11 +0000
commit781d812d9611d386054d44cda2d963616ae093c7 (patch)
tree7b4d4434793134afc61ad4436e69c1d23f55617a /mail/bsfilter
parent31af447f35c886d02d14737c6c03855dfe7d63b1 (diff)
downloadports-781d812d9611d386054d44cda2d963616ae093c7.tar.gz
ports-781d812d9611d386054d44cda2d963616ae093c7.zip
- Update to version 1.0.1
PR: ports/64958 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=105760
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 a40bbe461436..ed9d419b2454 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 3b4e4f153fdf..9279b95e3623 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 be20dee45799..fe92163d5c8c 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