diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-02-19 03:51:27 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-02-19 03:51:27 +0000 |
commit | 815e080151ad26b9a953a6975118be04f46c9b3c (patch) | |
tree | bf2746a0b7eff0ad6b411fe51897dd77ff9c97fc /mail | |
parent | Don't remove ${LOCALBASE}/www, since we didn't create it. (diff) |
- update to 2.3
- Changelog
- calculating the number of information bits per byte is now
optional, this speeds things up 4x! When your mail is checked
by spamassassin, mboxstats now can also give stats on the
spam-ness of messages.
- Fixed calculation of date of first and last message.
Notes
Notes:
svn path=/head/; revision=129247
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mboxstats/Makefile | 2 | ||||
-rw-r--r-- | mail/mboxstats/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/mboxstats/Makefile b/mail/mboxstats/Makefile index 91188cbe621a..20caff6c6688 100644 --- a/mail/mboxstats/Makefile +++ b/mail/mboxstats/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mboxstats -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= mail MASTER_SITES= http://vanheusden.com/mboxstats/ EXTRACT_SUFX= .tgz diff --git a/mail/mboxstats/distinfo b/mail/mboxstats/distinfo index 6d82cb73fd2d..3ab90fd0e4a7 100644 --- a/mail/mboxstats/distinfo +++ b/mail/mboxstats/distinfo @@ -1,2 +1,2 @@ -MD5 (mboxstats-2.2.tgz) = 2a63390f17747c6930f9f4d931a7225c -SIZE (mboxstats-2.2.tgz) = 15012 +MD5 (mboxstats-2.3.tgz) = a9b2edc06eb614c82d62080ce8a17e97 +SIZE (mboxstats-2.3.tgz) = 15675 |