From babolo@links.ru  Sat Jan 12 18:39:05 2002
Return-Path: <babolo@links.ru>
Received: from aaz.links.ru (aaz.links.ru [193.125.152.37])
	by hub.freebsd.org (Postfix) with ESMTP id C2E5137B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Jan 2002 18:39:01 -0800 (PST)
Received: (from babolo@localhost)
	by aaz.links.ru (8.9.3/8.9.3) id FAA13738;
	Sun, 13 Jan 2002 05:45:47 +0300 (MSK)
Message-Id: <200201130245.FAA13738@aaz.links.ru>
Date: Sun, 13 Jan 2002 05:45:47 +0300 (MSK)
From: "."@babolo.ru
To: "."@babolo.ru (."@babolo.ru)
Cc: maxim@macomnet.ru, FreeBSD-gnats-submit@freebsd.org, .@babolo.ru
In-Reply-To: <200201130222.FAA13533@aaz.links.ru> from ".@babolo.ru" at "Jan 13, 2 05:22:51 am"
Subject: Re: MAINTEINER: Re: port update: net/flow-tools

>Number:         33822
>Category:       ports
>Synopsis:       Re: MAINTEINER: Re: port update: net/flow-tools
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 12 18:40:00 PST 2002
>Closed-Date:    Mon Jan 14 14:58:31 PST 2002
>Last-Modified:  Thu Oct 07 18:34:12 GMT 2004
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 Sorry, my error - anoter diff,
 the same shar:
 
 Index: Makefile
 ===================================================================
 RCS file: /home/CVShome/FreeBSD/ports/net/flow-tools/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- Makefile	30 Aug 2001 20:07:26 -0000	1.2
 +++ Makefile	13 Jan 2002 02:10:16 -0000
 @@ -6,12 +6,13 @@
  #
  
  PORTNAME=	flow-tools
 -PORTVERSION=	0.55
 +PORTVERSION=	0.56
  CATEGORIES=	net
 -MASTER_SITES=	ftp://ftp.eng.oar.net/pub/flow-tools/ \
 -		ftp://ftp.fu-berlin.de/unix/network/flow-tools/
 +MASTER_SITES=	ftp://ftp.eng.oar.net/pub/flow-tools/
  
  MAINTAINER=	.@babolo.ru
 +# I'll throw away maintaining of this brain damaging software
 +# to any who will keep it in decorously state
  
  SCRIPTS=	flow-mirror flow-rsync flow-search
  
 @@ -19,10 +20,18 @@
  
  GNU_CONFIGURE=	yes
  
 -MAN1=	flow-capture.1 flow-export.1 flow-stat.1 flow-cat.1 \
 -	flow-fanout.1 flow-tools.1 flow-dscan.1 flow-filter.1 \
 -	flow-print.1 flow-expire.1 flow-gen.1 flow-profile.1 \
 -	flow-mirror.1 flow-search.1
 +MAN1=	flow-capture.1 flow-gen.1 flow-split.1 flow-cat.1	\
 +	flow-header.1 flow-stat.1 flow-dscan.1 flow-import.1	\
 +	flow-tools-examples.1 flow-expire.1 flow-merge.1	\
 +	flow-tools.1 flow-export.1 flow-print.1 flow-xlate.1	\
 +	flow-fanout.1 flow-receive.1 flow-filter.1 flow-send.1
 +
 +post-patch:
 +	${TOUCH} -r ${WRKSRC}/configure.in.orig ${WRKSRC}/configure.in
 +	${TOUCH} -r ${WRKSRC}/configure.orig ${WRKSRC}/configure
 +
 +pre-build:
 +	${RM} ${WRKSRC}/src/ftbuild.h
  
  post-install:
  .for i in ${SCRIPTS}
 Index: distinfo
 ===================================================================
 RCS file: /home/CVShome/FreeBSD/ports/net/flow-tools/distinfo,v
 retrieving revision 1.2
 diff -u -r1.2 distinfo
 --- distinfo	30 Aug 2001 20:07:26 -0000	1.2
 +++ distinfo	12 Jan 2002 04:02:56 -0000
 @@ -1 +1 @@
 -MD5 (flow-tools-0.55.tar.gz) = 22ff761e6c13c10c19d12c12e30c44b7
 +MD5 (flow-tools-0.56.tar.gz) = 86565c23d4bf145630fff881ba1ce78c
 Index: pkg-plist
 ===================================================================
 RCS file: /home/CVShome/FreeBSD/ports/net/flow-tools/pkg-plist,v
 retrieving revision 1.2
 diff -u -r1.2 pkg-plist
 --- pkg-plist	30 Aug 2001 20:07:26 -0000	1.2
 +++ pkg-plist	13 Jan 2002 02:40:05 -0000
 @@ -9,13 +9,21 @@
  bin/flow-header
  bin/flow-import
  bin/flow-merge
 +bin/flow-mirror
  bin/flow-print
  bin/flow-receive
 +bin/flow-rsync
 +bin/flow-search
  bin/flow-send
  bin/flow-split
  bin/flow-stat
 +bin/flow-tag
  bin/flow-xlate
 -bin/flow-mirror
 -bin/flow-rsync
 -bin/flow-search
 -@dirrm /var/ft
 +etc/flow-tools/map
 +etc/flow-tools/filter-acl
 +share/flow-tools/asn
 +share/flow-tools/ip-prot
 +share/flow-tools/tcp-port
 +@dirrm etc/flow-tools
 +@dirrm share/flow-tools
 +
 
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	files/patch-configs_Makefile
 #	files/patch-configure
 #	files/patch-docs_flow-print
 #	files/patch-ftpaths.h
 #	files/patch-src_Makefile
 #
 echo x - files/patch-configs_Makefile
 sed 's/^X//' >files/patch-configs_Makefile << 'END-of-files/patch-configs_Makefile'
 X--- configs/Makefile.am	Fri Jul  6 06:28:57 2001
 X+++ configs/Makefile.am	Sat Jan 12 06:20:07 2002
 X@@ -1,6 +1,6 @@
 X-ftsymdir=$(localstatedir)/sym
 X+ftsymdir=$(localstatedir)/share/flow-tools
 X ftsym_DATA = asn ip-prot tcp-port
 X 
 X-ftcfgdir=$(localstatedir)/cfg
 X+ftcfgdir=$(localstatedir)/etc/flow-tools
 X ftcfg_DATA = map filter-acl
 X 
 X--- configs/Makefile.in	Sat Dec 29 01:05:48 2001
 X+++ configs/Makefile.in	Sat Jan 12 08:04:39 2002
 X@@ -66,10 +66,10 @@
 X YACC = @YACC@
 X YLIB = @YLIB@
 X 
 X-ftsymdir = $(localstatedir)/sym
 X+ftsymdir = $(localstatedir)/share/flow-tools
 X ftsym_DATA = asn ip-prot tcp-port
 X 
 X-ftcfgdir = $(localstatedir)/cfg
 X+ftcfgdir = $(localstatedir)/etc/flow-tools
 X ftcfg_DATA = map filter-acl
 X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 X CONFIG_HEADER = ../config.h
 END-of-files/patch-configs_Makefile
 echo x - files/patch-configure
 sed 's/^X//' >files/patch-configure << 'END-of-files/patch-configure'
 X--- configure.in	Sat Dec 29 01:02:24 2001
 X+++ configure.in	Sat Jan 12 08:43:07 2002
 X@@ -8,7 +8,7 @@
 X 
 X CFLAGS="-g -Wall"
 X 
 X-localstatedir="/var/ft"
 X+localstatedir="${prefix}"
 X 
 X dnl Checks for programs.
 X AC_PROG_CC
 X--- configure	Sat Dec 29 01:05:33 2001
 X+++ configure	Sat Jan 12 08:42:27 2002
 X@@ -783,7 +783,7 @@
 X 
 X CFLAGS="-g -Wall"
 X 
 X-localstatedir="/var/ft"
 X+localstatedir="${prefix}"
 X 
 X # Extract the first word of "gcc", so it can be a program name with args.
 X set dummy gcc; ac_word=$2
 END-of-files/patch-configure
 echo x - files/patch-docs_flow-print
 sed 's/^X//' >files/patch-docs_flow-print << 'END-of-files/patch-docs_flow-print'
 X--- docs/flow-print.1	Sun Dec 23 06:06:02 2001
 X+++ docs/flow-print.1	Sat Jan 12 07:43:42 2002
 X@@ -102,7 +102,7 @@
 X None known\&.
 X .SH "FILES"
 X .PP
 X-Symbols are located in \fB/var/ft/sym/*\fP
 X+Symbols are located in \fB/usr/local/share/flow-tools/*\fP
 X .SH "AUTHOR"
 X .PP
 X Mark Fullmer maf@splintered\&.net
 END-of-files/patch-docs_flow-print
 echo x - files/patch-ftpaths.h
 sed 's/^X//' >files/patch-ftpaths.h << 'END-of-files/patch-ftpaths.h'
 X--- lib/ftpaths.h.in	Tue Jul 17 09:51:05 2001
 X+++ lib/ftpaths.h.in	Sat Jan 12 06:28:15 2002
 X@@ -29,11 +29,11 @@
 X #ifndef FTPATHS_H
 X #define FTPATHS_H
 X 
 X-#define FT_FILE_MAP             "@localstatedir@/cfg/map"
 X+#define FT_FILE_MAP             "@localstatedir@/etc/flow-tools/map"
 X 
 X-#define FT_FILE_IP_PROT         "@localstatedir@/sym/ip-prot"
 X-#define FT_FILE_IP_CLASS        "@localstatedir@/sym/ip-class"
 X-#define FT_FILE_TCP_PORT        "@localstatedir@/sym/tcp-port"
 X-#define FT_FILE_ASN             "@localstatedir@/sym/asn"
 X+#define FT_FILE_IP_PROT         "@localstatedir@/share/flow-tools/ip-prot"
 X+#define FT_FILE_IP_CLASS        "@localstatedir@/share/flow-tools/ip-class"
 X+#define FT_FILE_TCP_PORT        "@localstatedir@/share/flow-tools/tcp-port"
 X+#define FT_FILE_ASN             "@localstatedir@/share/flow-tools/asn"
 X 
 X #endif /* FTPATHS_H */
 END-of-files/patch-ftpaths.h
 echo x - files/patch-src_Makefile
 sed 's/^X//' >files/patch-src_Makefile << 'END-of-files/patch-src_Makefile'
 X--- src/Makefile.am	Sat Dec 29 01:23:03 2001
 X+++ src/Makefile.am	Sat Jan 12 09:42:38 2002
 X@@ -12,7 +12,7 @@
 X 
 X force_build:
 X 
 X-ftbuild.h: ftbuild.sh force_build
 X+ftbuild.h: ftbuild.sh
 X 	./ftbuild.sh
 X 
 X flow_import_SOURCES = flow-import.c ftbuild.h
 X--- src/Makefile.in	Sat Dec 29 01:27:29 2001
 X+++ src/Makefile.in	Sat Jan 12 09:43:42 2002
 X@@ -531,7 +531,7 @@
 X 
 X force_build:
 X 
 X-ftbuild.h: ftbuild.sh force_build
 X+ftbuild.h: ftbuild.sh
 X 	./ftbuild.sh
 X 
 X # Tell versions [3.59,3.63) of GNU make to not export all variables.
 END-of-files/patch-src_Makefile
 exit
 
 -- 
 @BABOLO      http://links.ru/
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Mon Jan 14 14:58:31 PST 2002 
State-Changed-Why:  
Not a PR.  This is a followup to the closed 33296 PR, 
that was missed by gnats. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33822 
>Unformatted:
