diff options
author | clsung <clsung@FreeBSD.org> | 2005-07-27 16:13:39 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-07-27 16:13:39 +0000 |
commit | 9becb7a5aeb5e33b54a382f0eb457da229f33ccc (patch) | |
tree | ce77e232621be56abf83e172cf54f33e72fb3345 /mail/mboxstats/Makefile | |
parent | 3966a52868adfaf24ce0d41565181f86def353aa (diff) | |
download | FreeBSD-ports-9becb7a5aeb5e33b54a382f0eb457da229f33ccc.zip FreeBSD-ports-9becb7a5aeb5e33b54a382f0eb457da229f33ccc.tar.gz |
- update to 2.9
Changelog:
- Fixed a segmentationfault (negative index) in the quick-replyers-top-list
PR: 84082
Submitted by: Andrej Zverev <az AT inec dot ru>
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 a16c323..96510e4 100644 --- a/mail/mboxstats/Makefile +++ b/mail/mboxstats/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mboxstats -PORTVERSION= 2.8 +PORTVERSION= 2.9 CATEGORIES= mail MASTER_SITES= http://vanheusden.com/mboxstats/ EXTRACT_SUFX= .tgz |