View | Details | Raw Unified | Return to bug 130069 | Differences between
and this patch

Collapse All | Expand All

(-)flow-tools-ng/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	flow-tools
8
PORTNAME=	flow-tools
9
PORTVERSION=	0.68.4
9
PORTVERSION=	0.68.4
10
PORTREVISION=	1
10
CATEGORIES=	net-mgmt
11
CATEGORIES=	net-mgmt
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
PKGNAMESUFFIX=	-ng
13
PKGNAMESUFFIX=	-ng
(-)flow-tools-ng/files/patch-bin_flow-log2rrd (+8 lines)
Line 0 Link Here
1
--- bin/flow-log2rrd	2009-01-02 17:32:21.588275331 +0200
2
+++ bin/flow-log2rrd	2009-01-02 17:32:39.900713112 +0200
3
@@ -1,4 +1,4 @@
4
-#!/bin/env python
5
+#!/usr/bin/env python
6
 
7
 import getopt
8
 import os
(-)flow-tools-ng/files/patch-bin_flow-rpt2rrd (+8 lines)
Line 0 Link Here
1
--- bin/flow-rpt2rrd	2009-01-02 17:33:17.206602894 +0200
2
+++ bin/flow-rpt2rrd	2009-01-02 17:33:22.376724684 +0200
3
@@ -1,4 +1,4 @@
4
-#!/bin/env python
5
+#!/usr/bin/env python
6
 
7
 import getopt
8
 import os
(-)flow-tools-ng/files/patch-bin_flow-rptfmt (+8 lines)
Line 0 Link Here
1
--- bin/flow-rptfmt	2009-01-02 17:33:38.775116046 +0200
2
+++ bin/flow-rptfmt	2009-01-02 17:33:49.412371040 +0200
3
@@ -1,4 +1,4 @@
4
-#!/bin/env python
5
+#!/usr/bin/env python
6
 
7
 import sys
8
 import string
(-)flow-tools-ng/files/patch-utils_asn2c (+8 lines)
Line 0 Link Here
1
--- utils/asn2c	2009-01-02 17:43:39.817453768 +0200
2
+++ utils/asn2c	2009-01-02 17:45:34.815184855 +0200
3
@@ -1,4 +1,4 @@
4
-#!/bin/env perl
5
+#!/usr/bin/env perl
6
 
7
 #
8
 # converts internic netinfo/asn.txt to C code
(-)flow-tools-ng/files/patch-utils_gasn (+8 lines)
Line 0 Link Here
1
--- utils/gasn	2009-01-02 17:43:46.090603005 +0200
2
+++ utils/gasn	2009-01-02 17:45:41.373337880 +0200
3
@@ -1,4 +1,4 @@
4
-#!/bin/env perl
5
+#!/usr/bin/env perl
6
 
7
 #
8
 # converts internic netinfo/asn.txt to flow-tools <value> <name> format
(-)flow-tools-ng/files/patch-utils_gprot (+8 lines)
Line 0 Link Here
1
--- utils/gprot	2009-01-02 17:45:21.124863843 +0200
2
+++ utils/gprot	2009-01-02 17:45:47.768487968 +0200
3
@@ -1,4 +1,4 @@
4
-#!/bin/env perl
5
+#!/usr/bin/env perl
6
 
7
 #
8
 # convert unix /etc/{protocols} format to flow-tools
(-)flow-tools-ng/files/patch-utils_gserv (+8 lines)
Line 0 Link Here
1
--- utils/gserv	2009-01-02 17:45:25.461965099 +0200
2
+++ utils/gserv	2009-01-02 17:45:52.473597407 +0200
3
@@ -1,4 +1,4 @@
4
-#!/bin/env perl
5
+#!/usr/bin/env perl
6
 
7
 #
8
 # convert unix /etc/services format to flow-tools

Return to bug 130069