diff options
author | clsung <clsung@FreeBSD.org> | 2005-02-19 03:51:27 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-02-19 03:51:27 +0000 |
commit | 04e4c05e1d3f5060fb54d14ba019cd12a35bb61f (patch) | |
tree | acb5dc4bc0b380fe8693cc27aa086a693237e705 /mail/mboxstats/Makefile | |
parent | 210ceb615d6388b061875ad47ec0a361a1334485 (diff) | |
download | FreeBSD-ports-04e4c05e1d3f5060fb54d14ba019cd12a35bb61f.zip FreeBSD-ports-04e4c05e1d3f5060fb54d14ba019cd12a35bb61f.tar.gz |
- 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.
Diffstat (limited to 'mail/mboxstats/Makefile')
-rw-r--r-- | mail/mboxstats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mboxstats/Makefile b/mail/mboxstats/Makefile index 91188cb..20caff6 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 |