diff options
author | clsung <clsung@FreeBSD.org> | 2005-03-01 16:52:14 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-03-01 16:52:14 +0800 |
commit | 16c955ddbd86c867a16adbae4171610232b9f68c (patch) | |
tree | 45257d6e2c515b888971561b6add9c9cb4e1390d /mail | |
parent | 45e67665dec559dae70d88484bbe57fd2124cdb4 (diff) | |
download | freebsd-ports-gnome-16c955ddbd86c867a16adbae4171610232b9f68c.tar.gz freebsd-ports-gnome-16c955ddbd86c867a16adbae4171610232b9f68c.tar.zst freebsd-ports-gnome-16c955ddbd86c867a16adbae4171610232b9f68c.zip |
- update to 2.4 to chase distfiles
- from ChnageLog
- Added more new statistics: bussiest day in the whole period, fixed average
line length fixed layout of timestamp, how many msgs were a reply, average
response time, list of urls, number of pgp signed messages
- only for i386/alpha (4.x) , 'cos I don't have ia64/sparc... machines.
but it's should be ok when appling the same post-patch.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mboxstats/Makefile | 3 | ||||
-rw-r--r-- | mail/mboxstats/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/mboxstats/Makefile b/mail/mboxstats/Makefile index 20caff6c6688..0c7f58310d84 100644 --- a/mail/mboxstats/Makefile +++ b/mail/mboxstats/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mboxstats -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= mail MASTER_SITES= http://vanheusden.com/mboxstats/ EXTRACT_SUFX= .tgz @@ -17,6 +17,7 @@ COMMENT= Creates top-10 lists of the messages in a mailbox PLIST_FILES= bin/mboxstats USE_REINPLACE= yes +ONLY_FOR_ARCHS= i386 alpha .include <bsd.port.pre.mk> diff --git a/mail/mboxstats/distinfo b/mail/mboxstats/distinfo index 3ab90fd0e4a7..c7b660af0540 100644 --- a/mail/mboxstats/distinfo +++ b/mail/mboxstats/distinfo @@ -1,2 +1,2 @@ -MD5 (mboxstats-2.3.tgz) = a9b2edc06eb614c82d62080ce8a17e97 -SIZE (mboxstats-2.3.tgz) = 15675 +MD5 (mboxstats-2.4.tgz) = 39ededc267ab5f31e8d87cb3af573117 +SIZE (mboxstats-2.4.tgz) = 17031 |