diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-09 12:18:38 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-09 12:18:38 +0000 |
commit | 6995d706acc5aae13f93260ac22f1c943f1bbbc1 (patch) | |
tree | dae9a85bcbad6b8254ad56011849c4537329ecd1 | |
parent | update maintainer's e-mail address. (diff) |
update to 1.1.
PR: 25628
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=39306
-rw-r--r-- | sysutils/ipa/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ipa/distinfo | 2 | ||||
-rw-r--r-- | sysutils/ipa/files/patch-aa | 10 | ||||
-rw-r--r-- | sysutils/ipa/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/ipa/pkg-plist | 5 |
5 files changed, 13 insertions, 8 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile index faf8340cc351..d01a79991318 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipa -PORTVERSION= 1.0.4 +PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= http://www.simon.org.ua/ipa/ diff --git a/sysutils/ipa/distinfo b/sysutils/ipa/distinfo index e4d62cabaecf..8734da89348c 100644 --- a/sysutils/ipa/distinfo +++ b/sysutils/ipa/distinfo @@ -1 +1 @@ -MD5 (ipa-1.0.4.tar.gz) = b245fa2ebec7147a499c81b2b60facee +MD5 (ipa-1.1.tar.gz) = bb5dd78aacb594f7f58137eaee607f16 diff --git a/sysutils/ipa/files/patch-aa b/sysutils/ipa/files/patch-aa index 2b9d5c5b18c0..7ed6d6baace1 100644 --- a/sysutils/ipa/files/patch-aa +++ b/sysutils/ipa/files/patch-aa @@ -1,15 +1,15 @@ ---- Makefile.orig Wed Feb 14 10:36:27 2001 -+++ Makefile Wed Feb 14 10:50:41 2001 +--- Makefile.orig Sun Mar 4 20:33:11 2001 ++++ Makefile Fri Mar 9 11:52:32 2001 @@ -38,7 +38,7 @@ # -O3 - optimize (it seems that -O3 also help to find out some errors); # -g - produce debugging information. # --CFLAGS= -Wall -O3 -g -+#CFLAGS= -Wall -O3 -g +-CFLAGS= -Wall -O2 -g ++#CFLAGS= -Wall -O2 -g # # DSTBINDIR - where to install binaries -@@ -171,7 +171,7 @@ +@@ -203,7 +203,7 @@ @${ECHO} .else @${ECHO} ">> Installing binaries, manual pages and miscellaneous files" diff --git a/sysutils/ipa/pkg-descr b/sysutils/ipa/pkg-descr index 1e7d1fb386e8..5a1eb7afe921 100644 --- a/sysutils/ipa/pkg-descr +++ b/sysutils/ipa/pkg-descr @@ -1,5 +1,5 @@ IP Accounting Daemon allows to make IP accounting (network accounting) -based on IP Firewall and/or IP Filter accounting rules. +based on IPv4/v6 Firewall and/or IP Filter accounting rules. It supports limits for accounting rules and limits events as "limit is reached", "reached limit is expired", etc. It understands time intervals diff --git a/sysutils/ipa/pkg-plist b/sysutils/ipa/pkg-plist index 8e50865f255b..6124a9c409b5 100644 --- a/sysutils/ipa/pkg-plist +++ b/sysutils/ipa/pkg-plist @@ -2,3 +2,8 @@ bin/ipa bin/ipastat etc/ipa.conf.default etc/rc.d/ipa.sh.sample +share/ipa/examples/README +share/ipa/examples/example-1 +share/ipa/examples/example-2 +@dirrm share/ipa/examples +@dirrm share/ipa |