diff options
author | pawel <pawel@FreeBSD.org> | 2011-10-26 04:36:24 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-10-26 04:36:24 +0800 |
commit | e8b7067e104a5ae2becd34be680ffe1a270b0ae3 (patch) | |
tree | 85494c9bb9c60af42c10c0c99d0436c77ddf6241 | |
parent | 04258991529c79c3cf90cad784062971facb4c4e (diff) | |
download | freebsd-ports-gnome-e8b7067e104a5ae2becd34be680ffe1a270b0ae3.tar.gz freebsd-ports-gnome-e8b7067e104a5ae2becd34be680ffe1a270b0ae3.tar.zst freebsd-ports-gnome-e8b7067e104a5ae2becd34be680ffe1a270b0ae3.zip |
Add patch fixing Cavebear Ethernet manufacturer listings location
PR: ports/161964
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
-rw-r--r-- | net-mgmt/ndpmon/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/ndpmon/files/patch-plugins_mac__resolv_make-manuf | 14 |
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 |