aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ndpmon
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2011-10-25 20:36:24 +0000
committerPawel Pekala <pawel@FreeBSD.org>2011-10-25 20:36:24 +0000
commitb52eb78513f96eebe9ca66874fa73f39dc14b7d1 (patch)
tree33b672a7a9b7774ed8924a001da31ceca2163f54 /net-mgmt/ndpmon
parentd3a6edc475e447ad99db5ebad1d4b46623eac86e (diff)
downloadports-b52eb78513f96eebe9ca66874fa73f39dc14b7d1.tar.gz
ports-b52eb78513f96eebe9ca66874fa73f39dc14b7d1.zip
Notes
Diffstat (limited to 'net-mgmt/ndpmon')
-rw-r--r--net-mgmt/ndpmon/Makefile1
-rw-r--r--net-mgmt/ndpmon/files/patch-plugins_mac__resolv_make-manuf14
2 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/ndpmon/Makefile b/net-mgmt/ndpmon/Makefile
index 08c1de70d1f6..cdb313fe2fd8 100644
--- a/net-mgmt/ndpmon/Makefile
+++ b/net-mgmt/ndpmon/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ndpmon
PORTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= net-mgmt ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.4/
EXTRACT_SUFX= .tgz
diff --git a/net-mgmt/ndpmon/files/patch-plugins_mac__resolv_make-manuf b/net-mgmt/ndpmon/files/patch-plugins_mac__resolv_make-manuf
new file mode 100644
index 000000000000..8e969bab3c92
--- /dev/null
+++ b/net-mgmt/ndpmon/files/patch-plugins_mac__resolv_make-manuf
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- plugins/mac_resolv/make-manuf.orig
++++ plugins/mac_resolv/make-manuf
+@@ -27,7 +27,7 @@
+ $outfile = "manuf";
+ $inheader = 1;
+ $ieee_url = "http://standards.ieee.org/regauth/oui/oui_public.txt";
+-$cb_url = "http://www.cavebear.com/CaveBear/Ethernet/Ethernet.txt";
++$cb_url = "http://www.cavebear.com/archive/cavebear/Ethernet/Ethernet.txt";
+ %oui_list = ();
+ $hp = "[0-9a-fA-F]{2}";
+ $oui_re = "$hp:$hp:$hp"; \ No newline at end of file