Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Dec 2023 00:45:24 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 605a2b760bc6 - main - games/jumpy: update to 0.9.4
Message-ID:  <202312260045.3BQ0jOOB066210@gitrepo.freebsd.org>

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

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

commit 605a2b760bc66604e990cafdcb12ed432948abc8
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-12-23 17:36:35 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-12-26 00:44:20 +0000

    games/jumpy: update to 0.9.4
    
    Changes:        https://github.com/fishfight/jumpy/releases/tag/v0.9.3
    Changes:        https://github.com/fishfight/jumpy/releases/tag/v0.9.4
    Reported by:    GitHub (watch releases)
---
 games/jumpy/Makefile          |  6 +-----
 games/jumpy/Makefile.crates   | 22 +++++++++++++++++--
 games/jumpy/distinfo          | 50 +++++++++++++++++++++++++++++++++++++------
 games/jumpy/files/patch-gilrs | 47 ++++++++++++++++++++++++++--------------
 4 files changed, 95 insertions(+), 30 deletions(-)

diff --git a/games/jumpy/Makefile b/games/jumpy/Makefile
index 03c8b9ff8ee8..96443be44b8b 100644
--- a/games/jumpy/Makefile
+++ b/games/jumpy/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	jumpy
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.2
+DISTVERSION=	0.9.4
 CATEGORIES=	games wayland
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -29,10 +29,6 @@ CARGO_ENV+=	CARGO_PROFILE_RELEASE_LTO=false
 .endif
 
 post-patch:
-# Extract (snapshot) version from the port
-	@${REINPLACE_CMD} -i .nogit \
-		-e '/git_version!/s/()/(fallback = "${DISTVERSIONFULL}")/' \
-		${WRKSRC}/src/ui/main_menu.rs
 # Search assets under PREFIX instead of current directory
 	@${REINPLACE_CMD} 's,assets",${DATADIR}/&,' \
 		${WRKSRC}/src/main.rs \
diff --git a/games/jumpy/Makefile.crates b/games/jumpy/Makefile.crates
index c269923e10e8..54d451e8ed99 100644
--- a/games/jumpy/Makefile.crates
+++ b/games/jumpy/Makefile.crates
@@ -102,6 +102,9 @@ CARGO_CRATES=	ab_glyph-0.2.23 \
 		combine-4.6.6 \
 		concurrent-queue-2.4.0 \
 		console_error_panic_hook-0.1.7 \
+		const_fn-0.4.9 \
+		const_format-0.2.32 \
+		const_format_proc_macros-0.2.32 \
 		const_panic-0.2.8 \
 		const_soft_float-0.1.4 \
 		constgebra-0.1.3 \
@@ -126,6 +129,7 @@ CARGO_CRATES=	ab_glyph-0.2.23 \
 		dashmap-5.5.3 \
 		dasp_sample-0.11.0 \
 		data-encoding-2.5.0 \
+		deranged-0.3.10 \
 		digest-0.10.7 \
 		directories-5.0.1 \
 		dirs-sys-0.4.1 \
@@ -186,8 +190,7 @@ CARGO_CRATES=	ab_glyph-0.2.23 \
 		gilrs-0.10.2 \
 		gilrs-core-0.5.7 \
 		gimli-0.28.1 \
-		git-version-0.3.9 \
-		git-version-macro-0.3.9 \
+		git2-0.18.1 \
 		glam-0.24.2 \
 		glob-0.3.1 \
 		glow-0.12.3 \
@@ -206,6 +209,8 @@ CARGO_CRATES=	ab_glyph-0.2.23 \
 		home-0.5.9 \
 		humantime-2.1.0 \
 		humantime-serde-1.1.1 \
+		iana-time-zone-0.1.58 \
+		iana-time-zone-haiku-0.1.2 \
 		idna-0.5.0 \
 		image-0.24.7 \
 		indexmap-1.9.3 \
@@ -216,6 +221,7 @@ CARGO_CRATES=	ab_glyph-0.2.23 \
 		intl-memoizer-0.5.1 \
 		intl_pluralrules-7.0.2 \
 		io-kit-sys-0.3.0 \
+		is_debug-1.0.1 \
 		itertools-0.10.5 \
 		itoa-1.0.10 \
 		jni-0.19.0 \
@@ -231,12 +237,14 @@ CARGO_CRATES=	ab_glyph-0.2.23 \
 		lazy_static-1.4.0 \
 		lazycell-1.3.0 \
 		libc-0.2.151 \
+		libgit2-sys-0.16.1+1.7.1 \
 		libloading-0.7.4 \
 		libloading-0.8.1 \
 		libm-0.2.8 \
 		libredox-0.0.1 \
 		libredox-0.0.2 \
 		libudev-sys-0.1.4 \
+		libz-sys-1.1.12 \
 		litrs-0.2.3 \
 		lock_api-0.4.11 \
 		log-0.4.20 \
@@ -284,6 +292,7 @@ CARGO_CRATES=	ab_glyph-0.2.23 \
 		num_enum-0.6.1 \
 		num_enum_derive-0.5.11 \
 		num_enum_derive-0.6.1 \
+		num_threads-0.1.6 \
 		objc-0.2.7 \
 		objc-foundation-0.1.1 \
 		objc-sys-0.2.0-beta.2 \
@@ -321,6 +330,7 @@ CARGO_CRATES=	ab_glyph-0.2.23 \
 		pin-project-lite-0.2.13 \
 		pkg-config-0.3.28 \
 		png-0.17.10 \
+		powerfmt-0.2.0 \
 		pp-rs-0.2.1 \
 		ppv-lite86-0.2.17 \
 		proc-macro-crate-1.3.1 \
@@ -376,6 +386,7 @@ CARGO_CRATES=	ab_glyph-0.2.23 \
 		serde_json-1.0.108 \
 		serde_yaml-0.9.29 \
 		sha2-0.10.8 \
+		shadow-rs-0.25.0 \
 		sharded-slab-0.1.7 \
 		shiftnanigans-0.3.3 \
 		shlex-1.2.0 \
@@ -414,6 +425,9 @@ CARGO_CRATES=	ab_glyph-0.2.23 \
 		thiserror-impl-1.0.51 \
 		thread_local-1.1.7 \
 		tiff-0.9.0 \
+		time-0.3.31 \
+		time-core-0.1.2 \
+		time-macros-0.2.16 \
 		tiny-skia-0.8.4 \
 		tiny-skia-path-0.8.4 \
 		tinystr-0.7.5 \
@@ -432,6 +446,8 @@ CARGO_CRATES=	ab_glyph-0.2.23 \
 		turborand-0.10.0 \
 		type-map-0.4.0 \
 		typenum-1.17.0 \
+		tz-rs-0.6.14 \
+		tzdb-0.5.7 \
 		ulid-1.1.0 \
 		unic-langid-0.9.4 \
 		unic-langid-impl-0.9.4 \
@@ -447,6 +463,7 @@ CARGO_CRATES=	ab_glyph-0.2.23 \
 		ustr-0.10.0 \
 		uuid-1.6.1 \
 		valuable-0.1.0 \
+		vcpkg-0.2.15 \
 		vec_map-0.8.2 \
 		venial-0.5.0 \
 		version_check-0.9.4 \
@@ -484,6 +501,7 @@ CARGO_CRATES=	ab_glyph-0.2.23 \
 		windows-0.44.0 \
 		windows-0.46.0 \
 		windows-0.48.0 \
+		windows-core-0.51.1 \
 		windows-implement-0.48.0 \
 		windows-interface-0.48.0 \
 		windows-sys-0.45.0 \
diff --git a/games/jumpy/distinfo b/games/jumpy/distinfo
index 957ffb2ede02..35e1b6379848 100644
--- a/games/jumpy/distinfo
+++ b/games/jumpy/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1703280698
+TIMESTAMP = 1703369575
 SHA256 (rust/crates/ab_glyph-0.2.23.crate) = 80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225
 SIZE (rust/crates/ab_glyph-0.2.23.crate) = 18537
 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046
@@ -207,6 +207,12 @@ SHA256 (rust/crates/concurrent-queue-2.4.0.crate) = d16048cd947b08fa32c24458a22f
 SIZE (rust/crates/concurrent-queue-2.4.0.crate) = 20244
 SHA256 (rust/crates/console_error_panic_hook-0.1.7.crate) = a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc
 SIZE (rust/crates/console_error_panic_hook-0.1.7.crate) = 507196
+SHA256 (rust/crates/const_fn-0.4.9.crate) = fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935
+SIZE (rust/crates/const_fn-0.4.9.crate) = 12624
+SHA256 (rust/crates/const_format-0.2.32.crate) = e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673
+SIZE (rust/crates/const_format-0.2.32.crate) = 77317
+SHA256 (rust/crates/const_format_proc_macros-0.2.32.crate) = c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500
+SIZE (rust/crates/const_format_proc_macros-0.2.32.crate) = 24389
 SHA256 (rust/crates/const_panic-0.2.8.crate) = 6051f239ecec86fde3410901ab7860d458d160371533842974fc61f96d15879b
 SIZE (rust/crates/const_panic-0.2.8.crate) = 48077
 SHA256 (rust/crates/const_soft_float-0.1.4.crate) = 87ca1caa64ef4ed453e68bb3db612e51cf1b2f5b871337f0fcab1c8f87cc3dff
@@ -255,6 +261,8 @@ SHA256 (rust/crates/dasp_sample-0.11.0.crate) = 0c87e182de0887fd5361989c677c4e8f
 SIZE (rust/crates/dasp_sample-0.11.0.crate) = 11617
 SHA256 (rust/crates/data-encoding-2.5.0.crate) = 7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5
 SIZE (rust/crates/data-encoding-2.5.0.crate) = 20632
+SHA256 (rust/crates/deranged-0.3.10.crate) = 8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc
+SIZE (rust/crates/deranged-0.3.10.crate) = 17803
 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292
 SIZE (rust/crates/digest-0.10.7.crate) = 19557
 SHA256 (rust/crates/directories-5.0.1.crate) = 9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35
@@ -375,10 +383,8 @@ SHA256 (rust/crates/gilrs-core-0.5.7.crate) = 5ccc99e9b8d63ffcaa334c4babfa31f46e
 SIZE (rust/crates/gilrs-core-0.5.7.crate) = 45141
 SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253
 SIZE (rust/crates/gimli-0.28.1.crate) = 270497
-SHA256 (rust/crates/git-version-0.3.9.crate) = 1ad568aa3db0fcbc81f2f116137f263d7304f512a1209b35b85150d3ef88ad19
-SIZE (rust/crates/git-version-0.3.9.crate) = 3087
-SHA256 (rust/crates/git-version-macro-0.3.9.crate) = 53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0
-SIZE (rust/crates/git-version-macro-0.3.9.crate) = 5622
+SHA256 (rust/crates/git2-0.18.1.crate) = fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd
+SIZE (rust/crates/git2-0.18.1.crate) = 211466
 SHA256 (rust/crates/glam-0.24.2.crate) = b5418c17512bdf42730f9032c74e1ae39afc408745ebb2acf72fbc4691c17945
 SIZE (rust/crates/glam-0.24.2.crate) = 318902
 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b
@@ -415,6 +421,10 @@ SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec8
 SIZE (rust/crates/humantime-2.1.0.crate) = 16749
 SHA256 (rust/crates/humantime-serde-1.1.1.crate) = 57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c
 SIZE (rust/crates/humantime-serde-1.1.1.crate) = 7886
+SHA256 (rust/crates/iana-time-zone-0.1.58.crate) = 8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20
+SIZE (rust/crates/iana-time-zone-0.1.58.crate) = 27020
+SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f
+SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185
 SHA256 (rust/crates/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6
 SIZE (rust/crates/idna-0.5.0.crate) = 271940
 SHA256 (rust/crates/image-0.24.7.crate) = 6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711
@@ -435,6 +445,8 @@ SHA256 (rust/crates/intl_pluralrules-7.0.2.crate) = 078ea7b7c29a2b4df841a7f6ac87
 SIZE (rust/crates/intl_pluralrules-7.0.2.crate) = 9201
 SHA256 (rust/crates/io-kit-sys-0.3.0.crate) = 9b2d4429acc1deff0fbdece0325b4997bdb02b2c245ab7023fd5deca0f6348de
 SIZE (rust/crates/io-kit-sys-0.3.0.crate) = 38799
+SHA256 (rust/crates/is_debug-1.0.1.crate) = 06d198e9919d9822d5f7083ba8530e04de87841eaf21ead9af8f2304efd57c89
+SIZE (rust/crates/is_debug-1.0.1.crate) = 1897
 SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473
 SIZE (rust/crates/itertools-0.10.5.crate) = 115354
 SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c
@@ -465,6 +477,8 @@ SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013
 SIZE (rust/crates/lazycell-1.3.0.crate) = 12502
 SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4
 SIZE (rust/crates/libc-0.2.151.crate) = 736640
+SHA256 (rust/crates/libgit2-sys-0.16.1+1.7.1.crate) = f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c
+SIZE (rust/crates/libgit2-sys-0.16.1+1.7.1.crate) = 1773446
 SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f
 SIZE (rust/crates/libloading-0.7.4.crate) = 27580
 SHA256 (rust/crates/libloading-0.8.1.crate) = c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161
@@ -477,6 +491,8 @@ SHA256 (rust/crates/libredox-0.0.2.crate) = 3af92c55d7d839293953fcd0fda5ecfe9329
 SIZE (rust/crates/libredox-0.0.2.crate) = 4538
 SHA256 (rust/crates/libudev-sys-0.1.4.crate) = 3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324
 SIZE (rust/crates/libudev-sys-0.1.4.crate) = 6177
+SHA256 (rust/crates/libz-sys-1.1.12.crate) = d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b
+SIZE (rust/crates/libz-sys-1.1.12.crate) = 3030648
 SHA256 (rust/crates/litrs-0.2.3.crate) = f9275e0933cf8bb20f008924c0cb07a0692fe54d8064996520bf998de9eb79aa
 SIZE (rust/crates/litrs-0.2.3.crate) = 36636
 SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45
@@ -571,6 +587,8 @@ SHA256 (rust/crates/num_enum_derive-0.5.11.crate) = dcbff9bc912032c62bf65ef1d5ae
 SIZE (rust/crates/num_enum_derive-0.5.11.crate) = 15552
 SHA256 (rust/crates/num_enum_derive-0.6.1.crate) = 96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6
 SIZE (rust/crates/num_enum_derive-0.6.1.crate) = 15403
+SHA256 (rust/crates/num_threads-0.1.6.crate) = 2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44
+SIZE (rust/crates/num_threads-0.1.6.crate) = 7334
 SHA256 (rust/crates/objc-0.2.7.crate) = 915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1
 SIZE (rust/crates/objc-0.2.7.crate) = 22036
 SHA256 (rust/crates/objc-foundation-0.1.1.crate) = 1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9
@@ -645,6 +663,8 @@ SHA256 (rust/crates/pkg-config-0.3.28.crate) = 69d3587f8a9e599cc7ec2c00e331f71c4
 SIZE (rust/crates/pkg-config-0.3.28.crate) = 20330
 SHA256 (rust/crates/png-0.17.10.crate) = dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64
 SIZE (rust/crates/png-0.17.10.crate) = 89384
+SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391
+SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165
 SHA256 (rust/crates/pp-rs-0.2.1.crate) = bb458bb7f6e250e6eb79d5026badc10a3ebb8f9a15d1fff0f13d17c71f4d6dee
 SIZE (rust/crates/pp-rs-0.2.1.crate) = 25905
 SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de
@@ -755,6 +775,8 @@ SHA256 (rust/crates/serde_yaml-0.9.29.crate) = a15e0ef66bf939a7c890a0bf6d5a733c7
 SIZE (rust/crates/serde_yaml-0.9.29.crate) = 64840
 SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8
 SIZE (rust/crates/sha2-0.10.8.crate) = 26357
+SHA256 (rust/crates/shadow-rs-0.25.0.crate) = 615d846f7174a0850dca101bca72f6913e3376a64c5fda2b965d7fc3d1ff60cb
+SIZE (rust/crates/shadow-rs-0.25.0.crate) = 27393
 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6
 SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227
 SHA256 (rust/crates/shiftnanigans-0.3.3.crate) = 9635466532d454fa020acbb12f629f1fc02fc9b4d5b39cc72ca478be37e314bc
@@ -831,6 +853,12 @@ SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630
 SIZE (rust/crates/thread_local-1.1.7.crate) = 13585
 SHA256 (rust/crates/tiff-0.9.0.crate) = 6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211
 SIZE (rust/crates/tiff-0.9.0.crate) = 1418215
+SHA256 (rust/crates/time-0.3.31.crate) = f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e
+SIZE (rust/crates/time-0.3.31.crate) = 121762
+SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3
+SIZE (rust/crates/time-core-0.1.2.crate) = 7191
+SHA256 (rust/crates/time-macros-0.2.16.crate) = 26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f
+SIZE (rust/crates/time-macros-0.2.16.crate) = 24356
 SHA256 (rust/crates/tiny-skia-0.8.4.crate) = df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67
 SIZE (rust/crates/tiny-skia-0.8.4.crate) = 193684
 SHA256 (rust/crates/tiny-skia-path-0.8.4.crate) = adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c
@@ -867,6 +895,10 @@ SHA256 (rust/crates/type-map-0.4.0.crate) = b6d3364c5e96cb2ad1603037ab253ddd34d7
 SIZE (rust/crates/type-map-0.4.0.crate) = 3177
 SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825
 SIZE (rust/crates/typenum-1.17.0.crate) = 42849
+SHA256 (rust/crates/tz-rs-0.6.14.crate) = 33851b15c848fad2cf4b105c6bb66eb9512b6f6c44a4b13f57c53c73c707e2b4
+SIZE (rust/crates/tz-rs-0.6.14.crate) = 45574
+SHA256 (rust/crates/tzdb-0.5.7.crate) = ec758958f2fb5069cd7fae385be95cc8eceb8cdfd270c7d14de6034f0108d99e
+SIZE (rust/crates/tzdb-0.5.7.crate) = 295735
 SHA256 (rust/crates/ulid-1.1.0.crate) = 7e37c4b6cbcc59a8dcd09a6429fbc7890286bcbb79215cea7b38a3c4c0921d93
 SIZE (rust/crates/ulid-1.1.0.crate) = 10467
 SHA256 (rust/crates/unic-langid-0.9.4.crate) = 238722e6d794ed130f91f4ea33e01fcff4f188d92337a21297892521c72df516
@@ -897,6 +929,8 @@ SHA256 (rust/crates/uuid-1.6.1.crate) = 5e395fcf16a7a3d8127ec99782007af141946b47
 SIZE (rust/crates/uuid-1.6.1.crate) = 55554
 SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d
 SIZE (rust/crates/valuable-0.1.0.crate) = 27718
+SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426
+SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735
 SHA256 (rust/crates/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191
 SIZE (rust/crates/vec_map-0.8.2.crate) = 14466
 SHA256 (rust/crates/venial-0.5.0.crate) = 61584a325b16f97b5b25fcc852eb9550843a251057a5e3e5992d2376f3df4bb2
@@ -971,6 +1005,8 @@ SHA256 (rust/crates/windows-0.46.0.crate) = cdacb41e6a96a052c6cb63a144f249002361
 SIZE (rust/crates/windows-0.46.0.crate) = 11668505
 SHA256 (rust/crates/windows-0.48.0.crate) = e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f
 SIZE (rust/crates/windows-0.48.0.crate) = 11864177
+SHA256 (rust/crates/windows-core-0.51.1.crate) = f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64
+SIZE (rust/crates/windows-core-0.51.1.crate) = 42364
 SHA256 (rust/crates/windows-implement-0.48.0.crate) = 5e2ee588991b9e7e6c8338edf3333fbe4da35dc72092643958ebb43f0ab2c49c
 SIZE (rust/crates/windows-implement-0.48.0.crate) = 8468
 SHA256 (rust/crates/windows-interface-0.48.0.crate) = e6fb8df20c9bcaa8ad6ab513f7b40104840c8867d5751126e4df3b08388d0cc7
@@ -1057,5 +1093,5 @@ SHA256 (fishfolk-bones-69a1b4dea1bd2efb15ba19f508a94333478882eb_GH0.tar.gz) = 04
 SIZE (fishfolk-bones-69a1b4dea1bd2efb15ba19f508a94333478882eb_GH0.tar.gz) = 561427
 SHA256 (kyren-piccolo-d25ef38068229c96e24704fe499e412d0bef6e84_GH0.tar.gz) = 546cb6aad63f19fd9be5650029cb503b0515934f7ae7c8c46563563bec7a01d7
 SIZE (kyren-piccolo-d25ef38068229c96e24704fe499e412d0bef6e84_GH0.tar.gz) = 125628
-SHA256 (fishfolk-jumpy-v0.9.2_GH0.tar.gz) = cfe51f93247d34fd0db7699f6de57b87a97fec29e8a558397d5eea41f08ac2c5
-SIZE (fishfolk-jumpy-v0.9.2_GH0.tar.gz) = 43182656
+SHA256 (fishfolk-jumpy-v0.9.4_GH0.tar.gz) = d9236282fe8ebb42b1a3200825ef47c5aa9fa6079a846dd76575b88d9dbf5856
+SIZE (fishfolk-jumpy-v0.9.4_GH0.tar.gz) = 43182401
diff --git a/games/jumpy/files/patch-gilrs b/games/jumpy/files/patch-gilrs
index 726c54b3a3f0..786da498f743 100644
--- a/games/jumpy/files/patch-gilrs
+++ b/games/jumpy/files/patch-gilrs
@@ -23,9 +23,9 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd`
    |                |      help: a similar name exists in the module: `event`
    |                no `epoll` in `sys`
 
---- Cargo.lock.orig	2023-12-22 02:04:16 UTC
+--- Cargo.lock.orig	2023-12-23 22:12:55 UTC
 +++ Cargo.lock
-@@ -2194,9 +2194,9 @@ name = "gilrs"
+@@ -2229,9 +2229,9 @@ name = "gilrs"
  
  [[package]]
  name = "gilrs"
@@ -37,7 +37,7 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd`
  dependencies = [
   "fnv",
   "gilrs-core",
-@@ -2207,23 +2207,22 @@ name = "gilrs-core"
+@@ -2242,23 +2242,22 @@ name = "gilrs-core"
  
  [[package]]
  name = "gilrs-core"
@@ -61,11 +61,20 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd`
   "wasm-bindgen",
   "web-sys",
 - "windows 0.52.0",
-+ "windows 0.44.0",
++ "windows 0.46.0",
  ]
  
  [[package]]
-@@ -2460,17 +2459,6 @@ dependencies = [
+@@ -2461,7 +2460,7 @@ dependencies = [
+  "iana-time-zone-haiku",
+  "js-sys",
+  "wasm-bindgen",
+- "windows-core 0.51.1",
++ "windows-core",
+ ]
+ 
+ [[package]]
+@@ -2531,17 +2530,6 @@ dependencies = [
  ]
  
  [[package]]
@@ -83,7 +92,7 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd`
  name = "inotify-sys"
  version = "0.1.5"
  source = "registry+https://github.com/rust-lang/crates.io-index"
-@@ -2512,9 +2500,9 @@ name = "io-kit-sys"
+@@ -2583,9 +2571,9 @@ name = "io-kit-sys"
  
  [[package]]
  name = "io-kit-sys"
@@ -95,7 +104,7 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd`
  dependencies = [
   "core-foundation-sys",
   "mach2",
-@@ -3058,17 +3046,6 @@ dependencies = [
+@@ -3160,17 +3148,6 @@ dependencies = [
  ]
  
  [[package]]
@@ -113,7 +122,7 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd`
  name = "nohash-hasher"
  version = "0.2.0"
  source = "registry+https://github.com/rust-lang/crates.io-index"
-@@ -3105,7 +3082,7 @@ dependencies = [
+@@ -3207,7 +3184,7 @@ dependencies = [
   "crossbeam-channel",
   "filetime",
   "fsevent-sys",
@@ -122,22 +131,28 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd`
   "kqueue",
   "libc",
   "log",
-@@ -5038,25 +5015,6 @@ dependencies = [
-  "windows-implement",
-  "windows-interface",
-  "windows-targets 0.48.5",
--]
--
--[[package]]
+@@ -5227,31 +5204,12 @@ dependencies = [
+ ]
+ 
+ [[package]]
 -name = "windows"
 -version = "0.52.0"
 -source = "registry+https://github.com/rust-lang/crates.io-index"
 -checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
 -dependencies = [
-- "windows-core",
+- "windows-core 0.52.0",
 - "windows-targets 0.52.0",
 -]
 -
+-[[package]]
+ name = "windows-core"
+ version = "0.51.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
+ dependencies = [
+  "windows-targets 0.48.5",
+-]
+-
 -[[package]]
 -name = "windows-core"
 -version = "0.52.0"



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