aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-31 14:09:38 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-31 14:09:38 +0000
commitbc440a99983b0217c351b6ae49c4e8a333570e02 (patch)
tree50a94c9bf30f62767d0848671de6f6f9779952a8
parent2532240c417f3a53c1a8dac2ab81cace7cceb6c3 (diff)
downloadports-bc440a99983b0217c351b6ae49c4e8a333570e02.tar.gz
ports-bc440a99983b0217c351b6ae49c4e8a333570e02.zip
misc/xplr: fix patching on powerpc64*
-rw-r--r--misc/xplr/files/extra-patch-Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/xplr/files/extra-patch-Cargo.toml b/misc/xplr/files/extra-patch-Cargo.toml
index f69fe3c97295..049a591413a8 100644
--- a/misc/xplr/files/extra-patch-Cargo.toml
+++ b/misc/xplr/files/extra-patch-Cargo.toml
@@ -1,11 +1,11 @@
---- Cargo.toml.orig 2021-10-11 23:08:59 UTC
+--- Cargo.toml.orig 2021-10-24 06:09:29 UTC
+++ Cargo.toml
-@@ -30,7 +30,7 @@ lazy_static = "1.4.0"
+@@ -31,7 +31,7 @@ lazy_static = "1.4.0"
indexmap = { version = "1.7.0", features = ["serde"] }
natord = "1.0.9"
humansize = "1.1.1"
--mlua = { version = "0.6.4", features = ["luajit", "vendored", "serialize", "send"] }
-+mlua = { version = "0.6.4", features = ["luajit", "serialize", "send"] }
+-mlua = { version = "0.6.6", features = ["luajit", "vendored", "serialize", "send"] }
++mlua = { version = "0.6.6", features = ["luajit", "serialize", "send"] }
ansi-to-tui = "0.4.1"
- libc = "0.2.103"
+ libc = "0.2.105"