aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-02-20 00:59:22 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-02-20 00:59:22 +0800
commit63164445839757ce67103d221b4c1f7c28f69384 (patch)
tree3d8cc30f7e05e89b766b20b24065f1f087aa95a4 /net-mgmt
parent769da807a250dac354479d8c158442d4f7d95d03 (diff)
downloadfreebsd-ports-gnome-63164445839757ce67103d221b4c1f7c28f69384.tar.gz
freebsd-ports-gnome-63164445839757ce67103d221b4c1f7c28f69384.tar.zst
freebsd-ports-gnome-63164445839757ce67103d221b4c1f7c28f69384.zip
- Update instructions in pkg-message: seems like oui.txt file format has changed and massagevendor script won't work with it out of box
- While here, fix patches naming
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/arpwatch/files/patch-Makefile.in (renamed from net-mgmt/arpwatch/files/patch-ab)0
-rw-r--r--net-mgmt/arpwatch/files/patch-arpsnmp.8 (renamed from net-mgmt/arpwatch/files/patch-ak)0
-rw-r--r--net-mgmt/arpwatch/files/patch-arpsnmp.c (renamed from net-mgmt/arpwatch/files/patch-ai)0
-rw-r--r--net-mgmt/arpwatch/files/patch-arpwatch.8 (renamed from net-mgmt/arpwatch/files/patch-aj)0
-rw-r--r--net-mgmt/arpwatch/files/patch-arpwatch.c (renamed from net-mgmt/arpwatch/files/patch-ag)0
-rw-r--r--net-mgmt/arpwatch/files/patch-configure (renamed from net-mgmt/arpwatch/files/patch-ae)0
-rw-r--r--net-mgmt/arpwatch/files/patch-db.c (renamed from net-mgmt/arpwatch/files/patch-al)0
-rw-r--r--net-mgmt/arpwatch/files/patch-dns.c (renamed from net-mgmt/arpwatch/files/patch-am)0
-rw-r--r--net-mgmt/arpwatch/files/patch-report.c (renamed from net-mgmt/arpwatch/files/patch-ah)0
-rw-r--r--net-mgmt/arpwatch/files/pkg-message.in2
10 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/arpwatch/files/patch-ab b/net-mgmt/arpwatch/files/patch-Makefile.in
index e9e2f747c050..e9e2f747c050 100644
--- a/net-mgmt/arpwatch/files/patch-ab
+++ b/net-mgmt/arpwatch/files/patch-Makefile.in
diff --git a/net-mgmt/arpwatch/files/patch-ak b/net-mgmt/arpwatch/files/patch-arpsnmp.8
index 2354e66518cb..2354e66518cb 100644
--- a/net-mgmt/arpwatch/files/patch-ak
+++ b/net-mgmt/arpwatch/files/patch-arpsnmp.8
diff --git a/net-mgmt/arpwatch/files/patch-ai b/net-mgmt/arpwatch/files/patch-arpsnmp.c
index ef251223d844..ef251223d844 100644
--- a/net-mgmt/arpwatch/files/patch-ai
+++ b/net-mgmt/arpwatch/files/patch-arpsnmp.c
diff --git a/net-mgmt/arpwatch/files/patch-aj b/net-mgmt/arpwatch/files/patch-arpwatch.8
index 357275ff5667..357275ff5667 100644
--- a/net-mgmt/arpwatch/files/patch-aj
+++ b/net-mgmt/arpwatch/files/patch-arpwatch.8
diff --git a/net-mgmt/arpwatch/files/patch-ag b/net-mgmt/arpwatch/files/patch-arpwatch.c
index 82241c0504a6..82241c0504a6 100644
--- a/net-mgmt/arpwatch/files/patch-ag
+++ b/net-mgmt/arpwatch/files/patch-arpwatch.c
diff --git a/net-mgmt/arpwatch/files/patch-ae b/net-mgmt/arpwatch/files/patch-configure
index 17071e2fde22..17071e2fde22 100644
--- a/net-mgmt/arpwatch/files/patch-ae
+++ b/net-mgmt/arpwatch/files/patch-configure
diff --git a/net-mgmt/arpwatch/files/patch-al b/net-mgmt/arpwatch/files/patch-db.c
index b8aebbe36559..b8aebbe36559 100644
--- a/net-mgmt/arpwatch/files/patch-al
+++ b/net-mgmt/arpwatch/files/patch-db.c
diff --git a/net-mgmt/arpwatch/files/patch-am b/net-mgmt/arpwatch/files/patch-dns.c
index fec1ea1570bf..fec1ea1570bf 100644
--- a/net-mgmt/arpwatch/files/patch-am
+++ b/net-mgmt/arpwatch/files/patch-dns.c
diff --git a/net-mgmt/arpwatch/files/patch-ah b/net-mgmt/arpwatch/files/patch-report.c
index 19fab58ae8fa..19fab58ae8fa 100644
--- a/net-mgmt/arpwatch/files/patch-ah
+++ b/net-mgmt/arpwatch/files/patch-report.c
diff --git a/net-mgmt/arpwatch/files/pkg-message.in b/net-mgmt/arpwatch/files/pkg-message.in
index d6e78a3d09f1..e8d578fd5477 100644
--- a/net-mgmt/arpwatch/files/pkg-message.in
+++ b/net-mgmt/arpwatch/files/pkg-message.in
@@ -3,7 +3,7 @@
You can update the ethercodes.dat file executing the following steps
cd %%PREFIX%%/arpwatch
-fetch http://standards.ieee.org/regauth/oui/oui.txt
+fetch http://standards.ieee.org/regauth/oui/oui.txt -o- | cut -b 3- > oui.txt
./massagevendor oui.txt > ethercodes.dat
rm oui.txt