head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.4 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.2 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.3.0.10 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.8 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.6 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.4 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.2 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2025.12.03.07.55.38; author wiz; state Exp; branches; next 1.3; commitid 5HH0imJdGWX36WkG; 1.3 date 2024.09.15.17.31.39; author pin; state Exp; branches; next 1.2; commitid TlyQqaScZBKxyVpF; 1.2 date 2024.08.20.18.12.21; author pin; state Exp; branches; next 1.1; commitid upi8kR0HDEsnCAmF; 1.1 date 2024.06.01.14.17.49; author pin; state Exp; branches; next ; commitid sf6fHs0YcWEnThcF; desc @@ 1.4 log @four-bar-rs: update to 7.0.5. No release notes found, but this builds again with latest pkgsrc rust. @ text @$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 2025-11-10 12:08:26.000000000 +0000 +++ four-bar-ui/Cargo.toml @@@@ -39,7 +39,7 @@@@ image = { version = "0.25", default-feat "gif", ] } rfd = "0.15" -ron = { git = "https://github.com/ron-rs/ron" } +ron = "0.8.1" serde = { version = "1", features = ["derive"] } smartcore = { version = "0.3", features = ["ndarray-bindings"] } @ 1.3 log @math/four-bar-rs: fix broken patch @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- four-bar-ui/Cargo.toml.orig 2024-09-15 16:52:44.001589626 +0000 d7 1 a7 1 @@@@ -40,7 +40,7 @@@@ image = { version = "0.25", default-feat d10 1 a10 1 rfd = "0.14" @ 1.2 log @math/four-bar-rs: update to 7.0.1 No ChangeLog provided but, among several code simplifications, clippy fixes and dependency updates, there's also a fix for a missing git-hash. @ text @d5 1 a5 1 --- four-bar-ui/Cargo.toml.orig 2024-08-20 16:27:59.340068660 +0000 d7 3 a9 3 @@@@ -27,7 +27,7 @@@@ serde = { version = "1", features = ["de egui_plot = "0.28" const-str = "0.5" d13 2 a15 2 [dependencies.four-bar] version = "7" @ 1.1 log @math/four-bar-rs: update to 7.0.0 No ChangeLog provided. @ text @d5 1 a5 1 --- four-bar-ui/Cargo.toml.orig 2024-06-01 13:38:57.716816987 +0000 d7 3 a9 3 @@@@ -26,7 +26,7 @@@@ smartcore = { version = "0.3", features serde = { version = "1", features = ["derive"] } egui_plot = "0.27" d12 1 a12 1 +ron = "0.8" @