diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-29 04:25:13 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-29 04:25:13 +0000 |
commit | 873dac6dfc03fe16d15f0c037cd4f9701a90f9b1 (patch) | |
tree | e24cf46a7264e325474591b5a1e8e3007d0b487c /sysutils/ipa | |
parent | 1dd602ade37fc66ab47cdd358836be4f341e182a (diff) | |
download | ports-873dac6dfc03fe16d15f0c037cd4f9701a90f9b1.tar.gz ports-873dac6dfc03fe16d15f0c037cd4f9701a90f9b1.zip |
- update to 1.2.2
- reword pkg-descr
PR: 33163
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=52341
Diffstat (limited to 'sysutils/ipa')
-rw-r--r-- | sysutils/ipa/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ipa/distinfo | 2 | ||||
-rw-r--r-- | sysutils/ipa/files/patch-aa | 24 | ||||
-rw-r--r-- | sysutils/ipa/pkg-descr | 5 |
4 files changed, 18 insertions, 15 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile index dcc30e333843..33f6ca5f4707 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipa -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= sysutils MASTER_SITES= http://www.simon.org.ua/ipa/ diff --git a/sysutils/ipa/distinfo b/sysutils/ipa/distinfo index 60fb6f4884a6..fa35da2f6d8c 100644 --- a/sysutils/ipa/distinfo +++ b/sysutils/ipa/distinfo @@ -1 +1 @@ -MD5 (ipa-1.2.1.tar.gz) = e9f33b34b1a90e1f520aa7c2732aa06e +MD5 (ipa-1.2.2.tar.gz) = 769de2948bdb82d0a689d12e6368ee27 diff --git a/sysutils/ipa/files/patch-aa b/sysutils/ipa/files/patch-aa index 70911eb3df88..c1b0fc073aeb 100644 --- a/sysutils/ipa/files/patch-aa +++ b/sysutils/ipa/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Dec 2 20:51:03 2001 -+++ Makefile Sun Dec 2 20:55:27 2001 +--- Makefile.orig Tue Dec 25 04:52:48 2001 ++++ Makefile Fri Dec 28 23:10:11 2001 @@ -38,7 +38,7 @@ # -Ox - optimize; # -g - produce debugging information. @@ -24,12 +24,14 @@ INSTALL_MAN_DIR= ${INSTALL} -d -m 0555 -g wheel -o root INSTALL_DATA_DIR= ${INSTALL} -d -m 0555 -g wheel -o root -@@ -212,7 +212,7 @@ - ${RM} ${DSTMANDIR}/man5/ipa.conf.5 ${DSTMANDIR}/man5/ipa.5 ${DSTMANDIR}/man8/ipa.8 ${DSTMANDIR}/man8/ipastat.8 - ${RM} ${DSTMANDIR}/ru_SU.KOI8-R/man5/ipa.conf.5 ${DSTMANDIR}/ru_SU.KOI8-R/man5/ipa.5 ${DSTMANDIR}/ru_SU.KOI8-R/man8/ipa.8 ${DSTMANDIR}/ru_SU.KOI8-R/man8/ipastat.8 - ${RM} ${DSTETCDIR}/ipa.conf.default ${DSTRCDIR}/ipa.sh.sample -- -+ - install: - .if !exists(./ipa) || !exists(./ipastat) - @${ECHO} +@@ -243,8 +243,10 @@ + .endif + ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.5 man/ru_RU.KOI8-R/ipa.conf.5 ${DSTMANDIR}/ru_SU.KOI8-R/man5 + ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.8 man/ru_RU.KOI8-R/ipastat.8 ${DSTMANDIR}/ru_SU.KOI8-R/man8 ++.if !defined(NOPORTDOCS) + ${INSTALL_DATA_DIR} ${DSTEXAMPLEDIR} + ${INSTALL_DATA} examples/* ${DSTEXAMPLEDIR} ++.endif + .if exists(${DSTRCDIR}) + ${INSTALL_SCRIPT} etc/ipa.sh.sample ${DSTRCDIR} + .else diff --git a/sysutils/ipa/pkg-descr b/sysutils/ipa/pkg-descr index f4d9035aeabe..754b120ee5e6 100644 --- a/sysutils/ipa/pkg-descr +++ b/sysutils/ipa/pkg-descr @@ -1,5 +1,6 @@ -IPA allows to make IP accounting (network accounting) based on IPv4/v6 -Firewall and/or IP Filter accounting rules. +IPA allows to make IP accounting (network accounting) based on +FreeBSD IPv4/v6 Firewall, OpenBSD Packet Filter and IP Filter +accounting rules on FreeBSD, NetBSD and OpenBSD. It supports limits for accounting rules and limits events as "limit is reached", "reached limit is expired", etc. It understands time intervals |