Bug 43465 - Maintainer update port sysutils/ipa 1.2.7 -> 1.2.8
Summary: Maintainer update port sysutils/ipa 1.2.7 -> 1.2.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-29 08:40 UTC by simon
Modified: 2002-10-15 00:43 UTC (History)
0 users

See Also:


Attachments
file.diff (150 bytes, patch)
2002-09-29 08:40 UTC, simon
no flags Details | Diff
file.diff (695 bytes, patch)
2002-09-29 08:40 UTC, simon
no flags Details | Diff
file.diff (393 bytes, patch)
2002-09-29 08:40 UTC, simon
no flags Details | Diff
file.diff (1.11 KB, patch)
2002-09-29 08:40 UTC, simon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description simon 2002-09-29 08:40:02 UTC
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.

Fix: 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

#
  # 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
@@ -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/
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-10-12 03:13:40 UTC
Responsible Changed
From-To: freebsd-ports->lioux

I will handle this
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-10-15 00:43:25 UTC
State Changed
From-To: open->closed

Committed, thanks!