View | Details | Raw Unified | Return to bug 37335
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	flow-tools
8
PORTNAME=	flow-tools
9
PORTVERSION=	0.56
9
PORTVERSION=	0.57
10
PORTREVISION=	1
11
CATEGORIES=	net
10
CATEGORIES=	net
12
MASTER_SITES=	ftp://ftp.eng.oar.net/pub/flow-tools/
11
MASTER_SITES=	ftp://ftp.eng.oar.net/pub/flow-tools/
13
12
Lines 23-29 Link Here
23
	flow-header.1 flow-stat.1 flow-dscan.1 flow-import.1	\
22
	flow-header.1 flow-stat.1 flow-dscan.1 flow-import.1	\
24
	flow-tools-examples.1 flow-expire.1 flow-merge.1	\
23
	flow-tools-examples.1 flow-expire.1 flow-merge.1	\
25
	flow-tools.1 flow-export.1 flow-print.1 flow-xlate.1	\
24
	flow-tools.1 flow-export.1 flow-print.1 flow-xlate.1	\
26
	flow-fanout.1 flow-receive.1 flow-filter.1 flow-send.1
25
	flow-fanout.1 flow-receive.1 flow-filter.1 flow-send.1	\
26
	flow-tag.1
27
27
28
post-patch:
28
post-patch:
29
	${TOUCH} -r ${WRKSRC}/configure.in.orig ${WRKSRC}/configure.in
29
	${TOUCH} -r ${WRKSRC}/configure.in.orig ${WRKSRC}/configure.in
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (flow-tools-0.56.tar.gz) = 86565c23d4bf145630fff881ba1ce78c
1
MD5 (flow-tools-0.57.tar.gz) = 6b26d229d7fd74bf515b1513b573859a
(-)files/patch-ftpaths.h (-12 / +14 lines)
Lines 1-19 Link Here
1
--- lib/ftpaths.h.in	Tue Jul 17 09:51:05 2001
1
--- lib/ftpaths.h.in	Sun Apr 21 04:08:41 2002
2
+++ lib/ftpaths.h.in	Sat Jan 12 06:28:15 2002
2
+++ lib/ftpaths.h.in	Mon Apr 22 11:29:07 2002
3
@@ -29,11 +29,11 @@
3
@@ -29,12 +29,12 @@
4
 #ifndef FTPATHS_H
4
 #ifndef FTPATHS_H
5
 #define FTPATHS_H
5
 #define FTPATHS_H
6
 
6
 
7
-#define FT_FILE_MAP             "@localstatedir@/cfg/map"
7
-#define FT_PATH_MAP             "@localstatedir@/cfg/map"
8
+#define FT_FILE_MAP             "@localstatedir@/etc/flow-tools/map"
8
+#define FT_FILE_MAP             "@localstatedir@/etc/flow-tools/map"
9
 
9
 
10
-#define FT_FILE_IP_PROT         "@localstatedir@/sym/ip-prot"
10
-#define FT_PATH_IP_PROT         "@localstatedir@/sym/ip-prot"
11
-#define FT_FILE_IP_CLASS        "@localstatedir@/sym/ip-class"
11
-#define FT_PATH_IP_CLASS        "@localstatedir@/sym/ip-class"
12
-#define FT_FILE_TCP_PORT        "@localstatedir@/sym/tcp-port"
12
-#define FT_PATH_TCP_PORT        "@localstatedir@/sym/tcp-port"
13
-#define FT_FILE_ASN             "@localstatedir@/sym/asn"
13
-#define FT_PATH_ASN             "@localstatedir@/sym/asn"
14
+#define FT_FILE_IP_PROT         "@localstatedir@/share/flow-tools/ip-prot"
14
-#define FT_PATH_TAG             "@localstatedir@/cfg/tag_defs"
15
+#define FT_FILE_IP_CLASS        "@localstatedir@/share/flow-tools/ip-class"
15
+#define FT_PATH_IP_PROT         "@localstatedir@/share/flow-tools/ip-prot"
16
+#define FT_FILE_TCP_PORT        "@localstatedir@/share/flow-tools/tcp-port"
16
+#define FT_PATH_IP_CLASS        "@localstatedir@/share/flow-tools/ip-class"
17
+#define FT_FILE_ASN             "@localstatedir@/share/flow-tools/asn"
17
+#define FT_PATH_TCP_PORT        "@localstatedir@/share/flow-tools/tcp-port"
18
+#define FT_PATH_ASN             "@localstatedir@/share/flow-tools/asn"
19
+#define FT_PATH_TAG             "@localstatedir@/etc/flow-tools/tag_defs"
18
 
20
 
19
 #endif /* FTPATHS_H */
21
 #endif /* FTPATHS_H */
(-)files/patch-docs_flow-tag (+11 lines)
Added Link Here
1
--- docs/flow-tag.1	Mon Apr 22 11:42:06 2002
2
+++ docs/flow-tag.1	Mon Apr 22 11:42:43 2002
3
@@ -189,7 +189,7 @@
4
 .fi
5
 .PP
6
 .PP
7
-First populate \fB/var/ft/sym/tags\fP for \fBflow-stat\fP to use as symbols\&.
8
+First populate \fB/usr/local/etc/flow-tools/tag_defs\fP for \fBflow-stat\fP to use as symbols\&.
9
 .PP
10
 .nf
11
 \f(CW0x0001 OSU

Return to bug 37335