aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-05-10 13:44:27 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-05-10 13:44:27 +0000
commit19bdd6466bdfa17d67e8c628238f4a008cc0ee50 (patch)
treecf30c942ec6b56bc53e9ee811f0d42091c827e41
parent3096e23fcf3c8913c90205f83b8661d378990334 (diff)
downloadports-19bdd6466bdfa17d67e8c628238f4a008cc0ee50.tar.gz
ports-19bdd6466bdfa17d67e8c628238f4a008cc0ee50.zip
misc/xplr: fix patching on powerpc* again
Because checking whether all patches apply while updating the port is hard.
-rw-r--r--misc/xplr/files/extra-patch-Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/xplr/files/extra-patch-Cargo.toml b/misc/xplr/files/extra-patch-Cargo.toml
index e003e809d828..5dcc699179a5 100644
--- a/misc/xplr/files/extra-patch-Cargo.toml
+++ b/misc/xplr/files/extra-patch-Cargo.toml
@@ -1,11 +1,11 @@
---- Cargo.toml.orig 2022-09-11 02:46:38 UTC
+--- Cargo.toml.orig 2023-03-25 06:02:33 UTC
+++ Cargo.toml
-@@ -63,7 +63,7 @@ features = ['serde']
+@@ -70,7 +70,7 @@ features = ['serde']
[dependencies.mlua]
- version = "0.8.6"
+ version = "0.8.8"
-features = ['luajit', 'vendored', 'serialize', 'send']
+features = ['luajit', 'serialize', 'send']
[dependencies.tui-input]
- version = "0.5.1"
+ version = "0.7.0"