Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2003 16:49:39 +0200
From:      Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48668: Maintainer update port sysutils/ipa 1.3 -> 1.3.1
Message-ID:  <20030225144939.GA206@pm514-9.comsys.ntu-kpi.kiev.ua>

next in thread | raw e-mail | index | archive | help

>Number:         48668
>Category:       ports
>Synopsis:       Maintainer update port sysutils/ipa 1.3 -> 1.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 25 07:00:22 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Simonenko
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
	FreeBSD 4.7-STABLE i386
	Current FreeBSD ports collection
>Description:

	Please update port sysutils/ipa 1.3 -> 1.3.1.

	Changes in port:
	
	1.	Two MASTER_SITES were removed.
	2.	MAINTAINER email was changed.
	3.	ALL_TARGET was "disabled", let original Makefile finds
		right target.

	Changes in ipa-1.3.1 (from the ipa-1.3.1/HISTORY file):

	1.	Some improvements for ipa(8) were implemented, as a result
		ipa(8) now uses less CPU time when works with many rules and
		with many limits.
	2.	Fixed incorrectly rounded Kbytes, Mbytes, Gbytes and Tbytes in
		output of ipastat(8).
	3.	Fixed some minor bugs in ipa(8).

>How-To-Repeat:
>Fix:
diff -ruN ipa.orig/Makefile ipa/Makefile
--- ipa.orig/Makefile	Sat Jan 25 13:29:02 2003
+++ ipa/Makefile	Tue Feb 25 00:14:37 2003
@@ -6,19 +6,17 @@
 #
 
 PORTNAME=	ipa
-PORTVERSION=	1.3
+PORTVERSION=	1.3.1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.simon.org.ua/ipa/ \
-		http://ipa-system.sourceforge.net/ \
+MASTER_SITES=	http://ipa-system.sourceforge.net/ \
 		http://www.mirrors.wiretapped.net/security/network-monitoring/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
+MAINTAINER=	simon@comsys.ntu-kpi.kiev.ua
 
 NO_PACKAGE=	"Needs to be built uniquely for each host"
-ALL_TARGET=	FreeBSD
+ALL_TARGET=
 .ifdef(NOPORTDOCS)
 MAKE_ENV=	NOPORTDOCS="${NOPORTDOCS}"
 .endif
diff -ruN ipa.orig/distinfo ipa/distinfo
--- ipa.orig/distinfo	Sat Jan 25 13:29:02 2003
+++ ipa/distinfo	Mon Feb 24 23:40:01 2003
@@ -1 +1 @@
-MD5 (ipa-1.3.tar.gz) = c3cb19ac9ab140fea523eb7c8144a60b
+MD5 (ipa-1.3.1.tar.gz) = b41e56e508d63855408ece5c8a0b9db6
diff -ruN ipa.orig/files/patch-aa ipa/files/patch-aa
--- ipa.orig/files/patch-aa	Sat Jan 25 13:29:02 2003
+++ ipa/files/patch-aa	Mon Feb 24 23:43:53 2003
@@ -1,5 +1,5 @@
---- Makefile.orig	Mon Oct 28 21:40:37 2002
-+++ Makefile	Mon Oct 28 22:15:47 2002
+--- Makefile.orig	Thu Feb 20 09:06:58 2003
++++ Makefile	Mon Feb 24 23:43:33 2003
 @@ -38,7 +38,7 @@
  #	-Ox   - optimize;
  #	-g    - produce debugging information.
@@ -11,7 +11,7 @@
  # PREFIX - prefix for all below listed paths
 @@ -81,10 +81,10 @@
  #
- # Some INSTALL_* variables
+ # INSTALL_* variables
  #
 -INSTALL_MAN=		${INSTALL} -c -g wheel -o root -m 0444
 -INSTALL_DATA=		${INSTALL} -c -g wheel -o root -m 0444
@@ -24,14 +24,14 @@
  INSTALL_MAN_DIR=	${INSTALL} -d -m 0555 -g wheel -o root
  INSTALL_DATA_DIR=	${INSTALL} -d -m 0555 -g wheel -o root
  
-@@ -247,8 +247,10 @@
+@@ -218,8 +218,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
+ 	${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.5 man/ru_RU.KOI8-R/ipa.conf.5 ${DST_MAN_DIR}/ru_RU.KOI8-R/man5
+ 	${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.8 man/ru_RU.KOI8-R/ipastat.8 ${DST_MAN_DIR}/ru_RU.KOI8-R/man8
 +.if !defined(NOPORTDOCS)
- 	${INSTALL_DATA_DIR} ${DSTEXAMPLEDIR}
- 	${INSTALL_DATA} examples/* ${DSTEXAMPLEDIR}
+ 	${INSTALL_DATA_DIR} ${DST_EXAMPLE_DIR}
+ 	${INSTALL_DATA} examples/* ${DST_EXAMPLE_DIR}
 +.endif
- .if exists(${DSTRCDIR})
- 	${INSTALL_SCRIPT} etc/ipa.sh.sample ${DSTRCDIR}
+ .if exists(${DST_RC_DIR})
+ 	${INSTALL_SCRIPT} etc/ipa.sh.sample ${DST_RC_DIR}
  .else
diff -ruN ipa.orig/pkg-descr ipa/pkg-descr
--- ipa.orig/pkg-descr	Sat Jan 25 13:29:02 2003
+++ ipa/pkg-descr	Wed Feb 19 22:51:38 2003
@@ -8,8 +8,7 @@
 
 ipastat(8) is a viewer for IP accounting database made by ipa(8).
 
-WWW: http://www.simon.org.ua/ipa/
+WWW: http://ipa-system.sourceforge.net/
 
 - Andrey Simonenko
-simon@simon.org.ua
 simon@comsys.ntu-kpi.kiev.ua


>Release-Note:
>Audit-Trail:
>Unformatted:
 To: FreeBSD-gnats-submit@freebsd.org
 From: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
 Reply-To: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
 Cc: 
 X-send-pr-version: 3.113
 X-GNATS-Notify: 
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030225144939.GA206>