git: 19bdd6466bdf - main - misc/xplr: fix patching on powerpc* again
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 May 2023 13:46:09 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=19bdd6466bdfa17d67e8c628238f4a008cc0ee50 commit 19bdd6466bdfa17d67e8c628238f4a008cc0ee50 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-05-10 13:44:27 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-05-10 13:44:27 +0000 misc/xplr: fix patching on powerpc* again Because checking whether all patches apply while updating the port is hard. --- misc/xplr/files/extra-patch-Cargo.toml | 8 ++++---- 1 file 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"