diff options
author | cy <cy@FreeBSD.org> | 2007-05-23 23:47:59 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2007-05-23 23:47:59 +0800 |
commit | bf68e7221729c0a5e9fbf045d8f091e15447e84f (patch) | |
tree | 0d41f85e99dce4de89833fde81643e3659d989b4 /security/fwanalog/Makefile | |
parent | e47aa8c7b5dcc09a42ad36607dbe5d37640d3b8e (diff) | |
download | freebsd-ports-gnome-bf68e7221729c0a5e9fbf045d8f091e15447e84f.tar.gz freebsd-ports-gnome-bf68e7221729c0a5e9fbf045d8f091e15447e84f.tar.zst freebsd-ports-gnome-bf68e7221729c0a5e9fbf045d8f091e15447e84f.zip |
Fix a bug in the fwanalog parser for ipfw logs.
Approved by: portsmgr (marcus)
Diffstat (limited to 'security/fwanalog/Makefile')
-rw-r--r-- | security/fwanalog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fwanalog/Makefile b/security/fwanalog/Makefile index 29a8f1ea0a42..b4cc0911b9bd 100644 --- a/security/fwanalog/Makefile +++ b/security/fwanalog/Makefile @@ -7,7 +7,7 @@ PORTNAME= fwanalog PORTVERSION= 0.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://tud.at/programm/fwanalog/ |