summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-08 11:46:06 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-08 11:48:39 +0100
commit328e0e4e0a0d8c6a4d67df75cf19ef7f4b051b7f (patch)
tree9cb164f5a4c074a52819e319e8db982d92c20099 /net-analyzer/pbnj/files
parentnet-analyzer/odhcploc: EAPI=7 (diff)
downloadgentoo-328e0e4e0a0d8c6a4d67df75cf19ef7f4b051b7f.tar.gz
gentoo-328e0e4e0a0d8c6a4d67df75cf19ef7f4b051b7f.tar.bz2
gentoo-328e0e4e0a0d8c6a4d67df75cf19ef7f4b051b7f.zip
net-analyzer/pbnj: EAPI=7, fix tests, add dev-perl/Shell dependency
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/pbnj/files')
-rw-r--r--net-analyzer/pbnj/files/pbnj-2.04-ipv4_sort.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/pbnj/files/pbnj-2.04-ipv4_sort.patch b/net-analyzer/pbnj/files/pbnj-2.04-ipv4_sort.patch
new file mode 100644
index 000000000000..9b9fd8237320
--- /dev/null
+++ b/net-analyzer/pbnj/files/pbnj-2.04-ipv4_sort.patch
@@ -0,0 +1,11 @@
+--- a/t/02parser.t
++++ b/t/02parser.t
+@@ -40,7 +40,7 @@
+
+ #TESTING IPV4_SORT
+ my @hosts = (HOST3, HOST1, HOST4, HOST2);
+- is_deeply([$np->ipv4_sort(@hosts)],[HOST1, HOST2, HOST3, HOST4], 'Testing ipv4_sort');
++ is_deeply([$np->addr_sort(@hosts)],[HOST1, HOST2, HOST3, HOST4], 'Testing addr_sort');
+
+
+ #TESTING ALL_HOSTS()