Date: Fri, 1 Jul 2022 14:02:00 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 558ae8128040 - main - misc/xplr: fix patching on powerpc* Message-ID: <202207011402.261E209o087146@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=558ae81280403849ec7efdae5d85379912c070e1 commit 558ae81280403849ec7efdae5d85379912c070e1 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-07-01 14:00:57 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-07-01 14:01:51 +0000 misc/xplr: fix patching on powerpc* --- misc/xplr/files/extra-patch-Cargo.toml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/misc/xplr/files/extra-patch-Cargo.toml b/misc/xplr/files/extra-patch-Cargo.toml index 8e18939ae2f1..71b42d2bdaf2 100644 --- a/misc/xplr/files/extra-patch-Cargo.toml +++ b/misc/xplr/files/extra-patch-Cargo.toml @@ -1,10 +1,11 @@ ---- Cargo.toml.orig 2022-02-12 17:10:55 UTC +--- Cargo.toml.orig 2022-06-06 15:39:26 UTC +++ Cargo.toml -@@ -71,7 +71,6 @@ features = ['serde'] - version = '0.7' - features = [ - 'luajit', -- 'vendored', - 'serialize', - 'send', - ] +@@ -60,7 +60,7 @@ features = ['serde'] + + [dependencies.mlua] + version = "0.7.4" +-features = ['luajit', 'vendored', 'serialize', 'send'] ++features = ['luajit', 'serialize', 'send'] + + [dependencies.tui-input] + version = "0.4.2"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207011402.261E209o087146>