ports/net-mgmt/ndpmon/files/patch-plugins__mac_resolv__make-manuf
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

11 lines
424 B
Text

--- 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";