Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2023 13:46:09 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: 19bdd6466bdf - main - misc/xplr: fix patching on powerpc* again
Message-ID:  <202305101346.34ADk9Vd021093@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=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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305101346.34ADk9Vd021093>