Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2023 09:48:16 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: e95376032b07 - 2023Q2 - deskutils/health: unbreak runtime
Message-ID:  <202305140948.34E9mG3F011186@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e95376032b07fbcae9dee9904f2fd6b038b9d00f

commit e95376032b07fbcae9dee9904f2fd6b038b9d00f
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-05-14 09:32:53 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-14 09:41:23 +0000

    deskutils/health: unbreak runtime
    
    thread 'main' panicked at 'Failed to retrieve template child. Please check that it has been bound and has a #[template_child] attribute.', cargo-crates/gtk4-0.4.8/src/subclass/widget.rs:1305:17
    
    https://gitlab.gnome.org/World/Health/-/issues/174
    (cherry picked from commit cb4024226bda71e6548745e4aa565022dc399a64)
---
 deskutils/health/Makefile        | 2 +-
 deskutils/health/Makefile.crates | 4 ++--
 deskutils/health/distinfo        | 8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/deskutils/health/Makefile b/deskutils/health/Makefile
index 4abf6a17dec4..28752b37a0bd 100644
--- a/deskutils/health/Makefile
+++ b/deskutils/health/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	health
 DISTVERSION=	0.94.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils
 
 PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
diff --git a/deskutils/health/Makefile.crates b/deskutils/health/Makefile.crates
index 478b2b825c35..8f09b3bba41c 100644
--- a/deskutils/health/Makefile.crates
+++ b/deskutils/health/Makefile.crates
@@ -74,8 +74,8 @@ CARGO_CRATES=	adler-1.0.2 \
 		gsk4-0.4.8 \
 		gsk4-sys-0.4.8 \
 		gtk-macros-0.3.0 \
-		gtk4-0.4.8 \
-		gtk4-macros-0.4.8 \
+		gtk4-0.4.9 \
+		gtk4-macros-0.4.10 \
 		gtk4-sys-0.4.8 \
 		heck-0.4.0 \
 		http-0.2.8 \
diff --git a/deskutils/health/distinfo b/deskutils/health/distinfo
index 7c70f7ba8cf8..1f528de43b92 100644
--- a/deskutils/health/distinfo
+++ b/deskutils/health/distinfo
@@ -151,10 +151,10 @@ SHA256 (rust/crates/gsk4-sys-0.4.8.crate) = 7add39ccf60078508c838643a2dcc91f045c
 SIZE (rust/crates/gsk4-sys-0.4.8.crate) = 11861
 SHA256 (rust/crates/gtk-macros-0.3.0.crate) = da5bf7748fd4cd0b2490df8debcc911809dbcbee4ece9531b96c29a9c729de5a
 SIZE (rust/crates/gtk-macros-0.3.0.crate) = 2623
-SHA256 (rust/crates/gtk4-0.4.8.crate) = c64f0c2a3d80e899dc3febddad5bac193ffcf74a0fd7e31037f30dd34d6f7396
-SIZE (rust/crates/gtk4-0.4.8.crate) = 528797
-SHA256 (rust/crates/gtk4-macros-0.4.8.crate) = fafbcc920af4eb677d7d164853e7040b9de5a22379c596f570190c675d45f7a7
-SIZE (rust/crates/gtk4-macros-0.4.8.crate) = 15035
+SHA256 (rust/crates/gtk4-0.4.9.crate) = 4e8ae5aef2793bc3551b5e5e3fa062a5de54bb1eccf10dfa4effe9e4384fbbbc
+SIZE (rust/crates/gtk4-0.4.9.crate) = 528724
+SHA256 (rust/crates/gtk4-macros-0.4.10.crate) = 6aba0b544e91a753068e279e99d34e9624b8cfd26282167024c8a5773b8a826c
+SIZE (rust/crates/gtk4-macros-0.4.10.crate) = 15031
 SHA256 (rust/crates/gtk4-sys-0.4.8.crate) = 5bc8006eea634b7c72da3ff79e24606e45f21b3b832a3c5a1f543f5f97eb0f63
 SIZE (rust/crates/gtk4-sys-0.4.8.crate) = 100049
 SHA256 (rust/crates/heck-0.4.0.crate) = 2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9



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