diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-01 08:52:14 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-01 08:52:14 +0000 |
commit | 7ece5fc02aa29e2e27d52e61e01766cf24a44905 (patch) | |
tree | 03accd7a071d2f8f0ffe051c6e6c61b05cc991c7 | |
parent | 184408fa325e97c7eb53ee776a87055582618bb4 (diff) | |
download | ports-7ece5fc02aa29e2e27d52e61e01766cf24a44905.tar.gz ports-7ece5fc02aa29e2e27d52e61e01766cf24a44905.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.
Notes
Notes:
svn path=/head/; revision=130083
-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 |