Date: Sun, 29 Sep 2002 10:22:12 +0300 (EEST) From: Andrey Simonenko <simon@simon.org.ua> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43465: Maintainer update port sysutils/ipa 1.2.7 -> 1.2.8 Message-ID: <20020929101751.M23712-100000@lion.com.ua>
next in thread | raw e-mail | index | archive | help
>Number: 43465 >Category: ports >Synopsis: Maintainer update port sysutils/ipa 1.2.7 -> 1.2.8 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 29 00:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: FreeBSD 4.6-STABLE Current FreeBSD ports collection >Description: Please update port sysutils/ipa from 1.2.7 to version 1.2.8. I also changed script in pkg-plist for removing directories in man/ru_*. Initial idea of removing this directories wasn't my, nevertheless it was commited, but previous script worked incorrectly: sometime ru_RU.KOI8-R is a symlink to ru_SU.KOI8-R, sometime ru_SU.KOI8-R is a symlink to ru_RU.KOI8-R and we should not delete a symlink if target directory is not empty. >How-To-Repeat: >Fix: diff -ruN ipa.orig/Makefile ipa/Makefile --- ipa.orig/Makefile Sun Aug 25 15:49:14 2002 +++ ipa/Makefile Wed Sep 25 15:19:43 2002 @@ -6,11 +6,13 @@ # PORTNAME= ipa -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.8 CATEGORIES= sysutils MASTER_SITES= http://www.simon.org.ua/ipa/ \ http://www.mirrors.wiretapped.net/security/network-monitoring/ipa/ \ - http://www.outloud.org/ipa/ + ftp://ftp.mirrors.wiretapped.net/pub/security/network-monitoring/ipa/ \ + http://www.outloud.org/ipa/ \ + http://ipa.it-ss.be/ MAINTAINER= simon@simon.org.ua diff -ruN ipa.orig/distinfo ipa/distinfo --- ipa.orig/distinfo Sun Aug 25 15:49:14 2002 +++ ipa/distinfo Sat Sep 28 19:57:50 2002 @@ -1 +1 @@ -MD5 (ipa-1.2.7.tar.gz) = db3ea4565917a6fbe35da953647e15e0 +MD5 (ipa-1.2.8.tar.gz) = b0e8e4e11d25ee0855780beb0557092e diff -ruN ipa.orig/files/patch-aa ipa/files/patch-aa --- ipa.orig/files/patch-aa Sat Dec 29 04:25:13 2001 +++ ipa/files/patch-aa Sat Sep 28 20:12:34 2002 @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Dec 25 04:52:48 2001 -+++ Makefile Fri Dec 28 23:10:11 2001 +--- Makefile.orig Fri Sep 27 23:24:32 2002 ++++ Makefile Sat Sep 28 20:11:41 2002 @@ -38,7 +38,7 @@ # -Ox - optimize; # -g - produce debugging information. @@ -9,7 +9,7 @@ # # PREFIX - prefix for all below listed paths -@@ -97,10 +97,10 @@ +@@ -96,10 +96,10 @@ # # Some INSTALL_* variables # @@ -24,7 +24,7 @@ INSTALL_MAN_DIR= ${INSTALL} -d -m 0555 -g wheel -o root INSTALL_DATA_DIR= ${INSTALL} -d -m 0555 -g wheel -o root -@@ -243,8 +243,10 @@ +@@ -241,8 +241,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 diff -ruN ipa.orig/pkg-descr ipa/pkg-descr --- ipa.orig/pkg-descr Sat Dec 29 04:25:13 2001 +++ ipa/pkg-descr Wed Sep 25 15:09:45 2002 @@ -1,4 +1,4 @@ -IPA allows to make IP accounting (network accounting) based on +IPA(8) 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. @@ -6,8 +6,7 @@ reached", "reached limit is expired", etc. It understands time intervals like "end of day", "end of week", "end of month", etc. -There is special viewer for accounting database and access control lists, -which allow or disallow one to view accounting information for rules. +IPASTAT(8) is a viewer for IP accounting database made by IPA(8). WWW: http://www.simon.org.ua/ipa/ diff -ruN ipa.orig/pkg-plist ipa/pkg-plist --- ipa.orig/pkg-plist Tue Jul 31 18:37:09 2001 +++ ipa/pkg-plist Sat Sep 28 22:45:48 2002 @@ -7,5 +7,7 @@ %%PORTDOCS%%share/examples/ipa/example-1 %%PORTDOCS%%share/examples/ipa/example-2 %%PORTDOCS%%@dirrm share/examples/ipa -@unexec rmdir %D/man/ru_SU.KOI8-R/man8 %D/man/ru_SU.KOI8-R/man5 %D/man/ru_SU.KOI8-R 2>/dev/null || true -@unexec if [ -L %D/man/ru_RU.KOI8-R ]; then rm %D/man/ru_RU.KOI8-R 2>/dev/null || true; else rmdir %D/man/ru_RU.KOI8-R/man8 %D/man/ru_RU.KOI8-R/man5 %D/man/ru_RU.KOI8-R && rm %D/man/ru_RU.KOI8-R 2>/dev/null || true ; fi +@unexec if [ ! -L %D/man/ru_RU.KOI8-R ]; then rmdir %D/man/ru_RU.KOI8-R/man8 %D/man/ru_RU.KOI8-R/man5 %D/man/ru_RU.KOI8-R 2>/dev/null || true ; fi +@unexec if [ ! -L %D/man/ru_SU.KOI8-R ]; then rmdir %D/man/ru_SU.KOI8-R/man8 %D/man/ru_SU.KOI8-R/man5 %D/man/ru_SU.KOI8-R 2>/dev/null || true ; fi +@unexec if [ -L %D/man/ru_RU.KOI8-R -a ! -d %D/man/ru_SU.KOI8-R ]; then rm %D/man/ru_RU.KOI8-R 2>/dev/null || true ; fi +@unexec if [ -L %D/man/ru_SU.KOI8-R -a ! -d %D/man/ru_RU.KOI8-R ]; then rm %D/man/ru_SU.KOI8-R 2>/dev/null || true ; fi >Release-Note: >Audit-Trail: >Unformatted: To: FreeBSD-gnats-submit@freebsd.org From: Andrey Simonenko <simon@simon.org.ua> Reply-To: Andrey Simonenko <simon@simon.org.ua> Cc: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> X-send-pr-version: 3.113 X-GNATS-Notify: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020929101751.M23712-100000>