Date: Mon, 22 Apr 2002 12:19:30 +0400 (MSD) From: Maxim Konovalov <maxim@macomnet.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/37335: port update: net/flow-tools 0.56 -> 0.57 Message-ID: <200204220819.g3M8JUl01649@try.macomnet.net>
next in thread | raw e-mail | index | archive | help
>Number: 37335 >Category: ports >Synopsis: port update: net/flow-tools 0.56 -> 0.57 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Apr 22 03:00:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Maxim Konovalov >Release: FreeBSD 5.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 5.0-CURRENT i386 >Description: port update: net/flow-tools 0.56 -> 0.57 ChangeLog: http://www.pairlist.net/pipermail/flow-tools/2002-April/000273.html >How-To-Repeat: n/a >Fix: apply the patch below, cvs rm files/patch-ftfile.c cvs add files/patch-docs_flow-tag Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/flow-tools/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2002/04/17 18:25:43 1.4 +++ Makefile 2002/04/22 08:04:00 @@ -6,8 +6,7 @@ # PORTNAME= flow-tools -PORTVERSION= 0.56 -PORTREVISION= 1 +PORTVERSION= 0.57 CATEGORIES= net MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/ @@ -23,7 +22,8 @@ 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 + flow-fanout.1 flow-receive.1 flow-filter.1 flow-send.1 \ + flow-tag.1 post-patch: ${TOUCH} -r ${WRKSRC}/configure.in.orig ${WRKSRC}/configure.in Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/flow-tools/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2002/01/13 21:53:21 1.3 +++ distinfo 2002/04/22 08:04:00 @@ -1 +1 @@ -MD5 (flow-tools-0.56.tar.gz) = 86565c23d4bf145630fff881ba1ce78c +MD5 (flow-tools-0.57.tar.gz) = 6b26d229d7fd74bf515b1513b573859a Index: files/patch-ftpaths.h =================================================================== RCS file: /home/ncvs/ports/net/flow-tools/files/patch-ftpaths.h,v retrieving revision 1.1 diff -u -r1.1 patch-ftpaths.h --- files/patch-ftpaths.h 2002/01/13 21:53:22 1.1 +++ files/patch-ftpaths.h 2002/04/22 08:04:01 @@ -1,19 +1,21 @@ ---- lib/ftpaths.h.in Tue Jul 17 09:51:05 2001 -+++ lib/ftpaths.h.in Sat Jan 12 06:28:15 2002 -@@ -29,11 +29,11 @@ +--- lib/ftpaths.h.in Sun Apr 21 04:08:41 2002 ++++ lib/ftpaths.h.in Mon Apr 22 11:29:07 2002 +@@ -29,12 +29,12 @@ #ifndef FTPATHS_H #define FTPATHS_H --#define FT_FILE_MAP "@localstatedir@/cfg/map" +-#define FT_PATH_MAP "@localstatedir@/cfg/map" +#define FT_FILE_MAP "@localstatedir@/etc/flow-tools/map" --#define FT_FILE_IP_PROT "@localstatedir@/sym/ip-prot" --#define FT_FILE_IP_CLASS "@localstatedir@/sym/ip-class" --#define FT_FILE_TCP_PORT "@localstatedir@/sym/tcp-port" --#define FT_FILE_ASN "@localstatedir@/sym/asn" -+#define FT_FILE_IP_PROT "@localstatedir@/share/flow-tools/ip-prot" -+#define FT_FILE_IP_CLASS "@localstatedir@/share/flow-tools/ip-class" -+#define FT_FILE_TCP_PORT "@localstatedir@/share/flow-tools/tcp-port" -+#define FT_FILE_ASN "@localstatedir@/share/flow-tools/asn" +-#define FT_PATH_IP_PROT "@localstatedir@/sym/ip-prot" +-#define FT_PATH_IP_CLASS "@localstatedir@/sym/ip-class" +-#define FT_PATH_TCP_PORT "@localstatedir@/sym/tcp-port" +-#define FT_PATH_ASN "@localstatedir@/sym/asn" +-#define FT_PATH_TAG "@localstatedir@/cfg/tag_defs" ++#define FT_PATH_IP_PROT "@localstatedir@/share/flow-tools/ip-prot" ++#define FT_PATH_IP_CLASS "@localstatedir@/share/flow-tools/ip-class" ++#define FT_PATH_TCP_PORT "@localstatedir@/share/flow-tools/tcp-port" ++#define FT_PATH_ASN "@localstatedir@/share/flow-tools/asn" ++#define FT_PATH_TAG "@localstatedir@/etc/flow-tools/tag_defs" #endif /* FTPATHS_H */ --- /dev/null Mon Apr 22 11:49:16 2002 +++ files/patch-docs_flow-tag Mon Apr 22 11:47:56 2002 @@ -0,0 +1,11 @@ +--- docs/flow-tag.1 Mon Apr 22 11:42:06 2002 ++++ docs/flow-tag.1 Mon Apr 22 11:42:43 2002 +@@ -189,7 +189,7 @@ + .fi + .PP + .PP +-First populate \fB/var/ft/sym/tags\fP for \fBflow-stat\fP to use as symbols\&. ++First populate \fB/usr/local/etc/flow-tools/tag_defs\fP for \fBflow-stat\fP to use as symbols\&. + .PP + .nf + \f(CW0x0001 OSU >Release-Note: >Audit-Trail: >Unformatted: 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?200204220819.g3M8JUl01649>