diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-12 18:01:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-12 18:01:01 +0000 |
commit | 5629d3b7ca9df324ba226681616e0b98e6cc30a2 (patch) | |
tree | b728ccbd5682ceb4bae1fe2dbc959362536ee34c /net/ipa_ip6fw | |
parent | 33de9823507be7bd661a88b03104b7c35b9379e3 (diff) | |
download | ports-5629d3b7ca9df324ba226681616e0b98e6cc30a2.tar.gz ports-5629d3b7ca9df324ba226681616e0b98e6cc30a2.zip |
Notes
Diffstat (limited to 'net/ipa_ip6fw')
-rw-r--r-- | net/ipa_ip6fw/Makefile | 2 | ||||
-rw-r--r-- | net/ipa_ip6fw/distinfo | 4 | ||||
-rw-r--r-- | net/ipa_ip6fw/pkg-descr | 11 |
3 files changed, 8 insertions, 9 deletions
diff --git a/net/ipa_ip6fw/Makefile b/net/ipa_ip6fw/Makefile index ddb75bf8aa5c..8716de9447ce 100644 --- a/net/ipa_ip6fw/Makefile +++ b/net/ipa_ip6fw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipa_ip6fw -PORTVERSION= 1.0.2 +PORTVERSION= 1.1 CATEGORIES= net MASTER_SITES= SF/ipa-system/modules/ipa_ip6fw diff --git a/net/ipa_ip6fw/distinfo b/net/ipa_ip6fw/distinfo index 60633905751f..1c0e51632aee 100644 --- a/net/ipa_ip6fw/distinfo +++ b/net/ipa_ip6fw/distinfo @@ -1,2 +1,2 @@ -SHA256 (ipa_ip6fw-1.0.2.tar.bz2) = 836b15fceb78b418ad3b30dfb9419cc7523d576cc9d854eee73333fb85d2c33a -SIZE (ipa_ip6fw-1.0.2.tar.bz2) = 16737 +SHA256 (ipa_ip6fw-1.1.tar.bz2) = 082e2a1dec5c9fc6c0fca5bdef4458dcd994917dcc041fd267b279261178b1b0 +SIZE (ipa_ip6fw-1.1.tar.bz2) = 16828 diff --git a/net/ipa_ip6fw/pkg-descr b/net/ipa_ip6fw/pkg-descr index d3d75b6897cf..661524992a4f 100644 --- a/net/ipa_ip6fw/pkg-descr +++ b/net/ipa_ip6fw/pkg-descr @@ -2,13 +2,12 @@ IPA_IP6FW -- IPA accounting module for FreeBSD IPv6 Firewall Main features: -- The module is designed for traffic accounting from FreeBSD IPv6 - Firewall rules byte counters; +- The module is designed for traffic accounting from IPv6 Firewall + rules byte counters; - The module understands IPv6 Firewall rules byte counters overflow; -- It is possible to summarize and subtract statistics from IPv6 - Firewall rules byte counters; -- It is possible to distinguish IPv6 Firewall rules with the same - numbers; +- It is possible to summarize and subtract statistics of IPv6 Firewall + rules byte counters; +- It is possible to distinguish IPv6 Firewall rules with the same numbers; - IPv6 Firewall rules can be dynamically added to and deleted from the system, the module correctly works in such situations. |