diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-21 18:05:11 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-21 18:05:11 +0000 |
commit | 619caf124c99bd07e5a0d977606e66c4a2497ff2 (patch) | |
tree | 1d0840eff3e6fa3b4d10979b58f8ef53f7bad52b /mail/pflogsumm/Makefile | |
parent | 83c4f622595467fc97c9591dfb385625076eb443 (diff) | |
download | FreeBSD-ports-619caf124c99bd07e5a0d977606e66c4a2497ff2.zip FreeBSD-ports-619caf124c99bd07e5a0d977606e66c4a2497ff2.tar.gz |
vendor update to 1.0.10:
Re-worked "% rejected" calculation to include messages discarded
and added "% discarded" calculation/display.
Noticed by: Christian Laursen <xi@borderworlds.dk>
PR: 48526
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'mail/pflogsumm/Makefile')
-rw-r--r-- | mail/pflogsumm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pflogsumm/Makefile b/mail/pflogsumm/Makefile index ce8a8dc..f815a2c 100644 --- a/mail/pflogsumm/Makefile +++ b/mail/pflogsumm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pflogsumm -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://jimsun.LinxNet.com/downloads/ \ |