From babolo@links.ru  Sat Jan 12 18:16:10 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 7E87037B405
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Jan 2002 18:16:09 -0800 (PST)
Received: (from babolo@localhost)
	by aaz.links.ru (8.9.3/8.9.3) id FAA13533;
	Sun, 13 Jan 2002 05:22:51 +0300 (MSK)
Message-Id: <200201130222.FAA13533@aaz.links.ru>
Date: Sun, 13 Jan 2002 05:22:51 +0300 (MSK)
From: "."@babolo.ru
To: maxim@macomnet.ru
Cc: FreeBSD-gnats-submit@freebsd.org, .@babolo.ru
In-Reply-To: <200112290917.fBT9HwR75728@try.macomnet.net> from "maxim@macomnet.ru" at "Dec 29, 1 12:17:58 pm"
Subject: MAINTEINER: Re: port update: net/flow-tools

>Number:         33821
>Category:       ports
>Synopsis:       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:20:01 PST 2002
>Closed-Date:    Mon Jan 14 14:55:10 PST 2002
>Last-Modified:  Thu Oct 07 18:33:59 GMT 2004
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 maxim@macomnet.ru writes:
 > >Originator:	Maxim Konovalov, maxim@macomnet.ru
 > >Synopsis:	port update: net/flow-tools 0.55 -> 0.56
 Another update - diff and shar
 New directory files/ with all files in it in shar archive
  
 Index: Makefile
 ===================================================================
 RCS file: /home/CVShome/FreeBSD/ports/net/flow-tools/Makefile,v
 retrieving revision 1.2
 diff -r1.2 Makefile
 9c9
 < PORTVERSION=	0.55
 ---
 > PORTVERSION=	0.56
 11,12c11
 < 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/
 14a14,15
 > # I'll throw away maintaining of this brain damaging software
 > # to any who will keep it in decorously state
 22,25c23,34
 < 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
 Index: distinfo
 ===================================================================
 RCS file: /home/CVShome/FreeBSD/ports/net/flow-tools/distinfo,v
 retrieving revision 1.2
 diff -r1.2 distinfo
 1c1
 < 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 -r1.2 pkg-plist
 16a17
 > bin/flow-tag
 21c22,29
 < @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:55:10 PST 2002 
State-Changed-Why:  
This seems to be a followup to an already closed PR (33296) 
that was missed by gnats because Subject: did not contain 
the number of PR/33296. 

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