pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/four-bar-rs
Module Name: pkgsrc
Committed By: pin
Date: Sun Sep 15 17:31:39 UTC 2024
Modified Files:
pkgsrc/math/four-bar-rs: distinfo
pkgsrc/math/four-bar-rs/patches: patch-four-bar-ui_Cargo.toml
Log Message:
math/four-bar-rs: fix broken patch
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/four-bar-rs/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/math/four-bar-rs/patches/patch-four-bar-ui_Cargo.toml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/four-bar-rs/distinfo
diff -u pkgsrc/math/four-bar-rs/distinfo:1.10 pkgsrc/math/four-bar-rs/distinfo:1.11
--- pkgsrc/math/four-bar-rs/distinfo:1.10 Fri Sep 13 18:04:02 2024
+++ pkgsrc/math/four-bar-rs/distinfo Sun Sep 15 17:31:39 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2024/09/13 18:04:02 pin Exp $
+$NetBSD: distinfo,v 1.11 2024/09/15 17:31:39 pin Exp $
BLAKE2s (ab_glyph-0.2.28.crate) = c3581af3d474b771792535858a7ec3c79d41e3eca52672ade5e997f9091284b1
SHA512 (ab_glyph-0.2.28.crate) = ab2e4c2ddbb5a93bc049892e2703086a66eced9bfd267f4ea161ca68b5906d41c1cff1c9d75e4beb8f5cd8674f8e6bcec7eb0278f37285a1beef24015444a3f5
@@ -1521,4 +1521,4 @@ Size (zvariant_utils-1.0.1.crate) = 6223
BLAKE2s (zvariant_utils-2.1.0.crate) = b142d63425365aedf109bafac551bf52a32897836b938d4835a415a0444db92c
SHA512 (zvariant_utils-2.1.0.crate) = 345b70d1106b37df41426efdb1ba49bf270e00898381c2a8021b5761c59efdea55def45cb2e2598b130b6cba8733503f3997a55578bca90867ab3e8f2346f80e
Size (zvariant_utils-2.1.0.crate) = 7043 bytes
-SHA1 (patch-four-bar-ui_Cargo.toml) = 6c946ede77a940eaf75bb9cb896d9a29b6f4f5f6
+SHA1 (patch-four-bar-ui_Cargo.toml) = d40efa7831055edf1398e5101afcd12773cfecb3
Index: pkgsrc/math/four-bar-rs/patches/patch-four-bar-ui_Cargo.toml
diff -u pkgsrc/math/four-bar-rs/patches/patch-four-bar-ui_Cargo.toml:1.2 pkgsrc/math/four-bar-rs/patches/patch-four-bar-ui_Cargo.toml:1.3
--- pkgsrc/math/four-bar-rs/patches/patch-four-bar-ui_Cargo.toml:1.2 Tue Aug 20 18:12:21 2024
+++ pkgsrc/math/four-bar-rs/patches/patch-four-bar-ui_Cargo.toml Sun Sep 15 17:31:39 2024
@@ -1,15 +1,15 @@
-$NetBSD: patch-four-bar-ui_Cargo.toml,v 1.2 2024/08/20 18:12:21 pin Exp $
+$NetBSD: patch-four-bar-ui_Cargo.toml,v 1.3 2024/09/15 17:31:39 pin Exp $
Don't pull git version of ron.
---- four-bar-ui/Cargo.toml.orig 2024-08-20 16:27:59.340068660 +0000
+--- four-bar-ui/Cargo.toml.orig 2024-09-15 16:52:44.001589626 +0000
+++ four-bar-ui/Cargo.toml
-@@ -27,7 +27,7 @@ serde = { version = "1", features = ["de
- egui_plot = "0.28"
- const-str = "0.5"
+@@ -40,7 +40,7 @@ image = { version = "0.25", default-feat
+ "gif",
+ ] }
rfd = "0.14"
-ron = { git = "https://github.com/ron-rs/ron" }
+ron = "0.8.1"
+ serde = { version = "1", features = ["derive"] }
+ smartcore = { version = "0.3", features = ["ndarray-bindings"] }
- [dependencies.four-bar]
- version = "7"
Home |
Main Index |
Thread Index |
Old Index