diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-06-19 18:59:39 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-06-20 09:26:07 +0000 |
commit | db3e8fbceb2b90977d3fee89f18bdbb217c91614 (patch) | |
tree | 9b42b0b223850fc54fb5efbfa37dab45cbc43a90 | |
parent | 486069d7452b359ae8f9a66dd39b0ade49374868 (diff) | |
download | ports-db3e8fbceb2b90977d3fee89f18bdbb217c91614.tar.gz ports-db3e8fbceb2b90977d3fee89f18bdbb217c91614.zip |
games/anki: Unbreak with Rust 1.53.0
error[E0308]: mismatched types
--> cargo-crates/lexical-core-0.7.4/src/atof/algorithm/bhcomp.rs:62:24
|
62 | let bytes = bits / Limb::BITS;
| ^^^^^^^^^^ expected `usize`, found `u32`
error[E0277]: cannot divide `usize` by `u32`
PR: 256653
-rw-r--r-- | games/anki/Makefile | 4 | ||||
-rw-r--r-- | games/anki/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/anki/Makefile b/games/anki/Makefile index 70e4932cf5a1..7885c48e488f 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -2,7 +2,7 @@ PORTNAME= anki DISTVERSION= 2.1.35 -PORTREVISION= 9 +PORTREVISION= 10 # Don't forget to update ${_MY_BUILDHASH} CATEGORIES= games education python MASTER_SITES= LOCAL/kai/:npmcache @@ -170,7 +170,7 @@ CARGO_CRATES= addr2line-0.13.0 \ js-sys-0.3.45 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ - lexical-core-0.7.4 \ + lexical-core-0.7.6 \ libc-0.2.79 \ libsqlite3-sys-0.18.0 \ linked-hash-map-0.5.3 \ diff --git a/games/anki/distinfo b/games/anki/distinfo index f189e5e5fca3..95be963edb9d 100644 --- a/games/anki/distinfo +++ b/games/anki/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1603538538 +TIMESTAMP = 1624129001 SHA256 (python/anki-npm-cache-2.1.35.tar.gz) = 2168a9374715882affbaaa78d2775bc365f23cab6ecf3e74154936e128d01246 SIZE (python/anki-npm-cache-2.1.35.tar.gz) = 51533006 SHA256 (python/rust/crates/addr2line-0.13.0.tar.gz) = 1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072 @@ -199,8 +199,8 @@ SHA256 (python/rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82 SIZE (python/rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537 SHA256 (python/rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (python/rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (python/rust/crates/lexical-core-0.7.4.tar.gz) = db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616 -SIZE (python/rust/crates/lexical-core-0.7.4.tar.gz) = 497535 +SHA256 (python/rust/crates/lexical-core-0.7.6.tar.gz) = 6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe +SIZE (python/rust/crates/lexical-core-0.7.6.tar.gz) = 494385 SHA256 (python/rust/crates/libc-0.2.79.tar.gz) = 2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743 SIZE (python/rust/crates/libc-0.2.79.tar.gz) = 511752 SHA256 (python/rust/crates/libsqlite3-sys-0.18.0.tar.gz) = 1e704a02bcaecd4a08b93a23f6be59d0bd79cd161e0963e9499165a0a35df7bd |