Add patch fixing Cavebear Ethernet manufacturer listings location

PR:		ports/161964
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
This commit is contained in:
Pawel Pekala 2011-10-25 20:36:24 +00:00
parent d3a6edc475
commit b52eb78513
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284311
2 changed files with 15 additions and 0 deletions

View file

@ -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

View file

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