git: 486069d7452b - main - graphics/pastel: Unbreak with Rust 1.53.0

Tobias Kortkamp tobik at FreeBSD.org
Sun Jun 20 09:30:40 UTC 2021


The branch main has been updated by tobik:

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

commit 486069d7452b359ae8f9a66dd39b0ade49374868
Author:     Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-06-19 18:48:44 +0000
Commit:     Tobias Kortkamp <tobik at FreeBSD.org>
CommitDate: 2021-06-20 09:26:05 +0000

    graphics/pastel: Unbreak with Rust 1.53.0
    
    error[E0308]: mismatched types
      --> cargo-crates/lexical-core-0.6.2/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
---
 graphics/pastel/Makefile | 4 ++--
 graphics/pastel/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/graphics/pastel/Makefile b/graphics/pastel/Makefile
index c2f6a3eb29f2..f4b3e5753946 100644
--- a/graphics/pastel/Makefile
+++ b/graphics/pastel/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	pastel
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.8.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics
 
 MAINTAINER=	lcook at FreeBSD.org
@@ -49,7 +49,7 @@ CARGO_CRATES=	aho-corasick-0.7.10 \
 		itoa-0.4.5 \
 		js-sys-0.3.39 \
 		lazy_static-1.4.0 \
-		lexical-core-0.6.2 \
+		lexical-core-0.6.8 \
 		libc-0.2.70 \
 		log-0.4.8 \
 		maybe-uninit-2.0.0 \
diff --git a/graphics/pastel/distinfo b/graphics/pastel/distinfo
index 489d042b06ca..29a10f11f52f 100644
--- a/graphics/pastel/distinfo
+++ b/graphics/pastel/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1590675784
+TIMESTAMP = 1624128464
 SHA256 (rust/crates/aho-corasick-0.7.10.tar.gz) = 8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada
 SIZE (rust/crates/aho-corasick-0.7.10.tar.gz) = 111039
 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b
@@ -63,8 +63,8 @@ SHA256 (rust/crates/js-sys-0.3.39.tar.gz) = fa5a448de267e7358beaf4a5d849518fe9a0
 SIZE (rust/crates/js-sys-0.3.39.tar.gz) = 67247
 SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646
 SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443
-SHA256 (rust/crates/lexical-core-0.6.2.tar.gz) = d7043aa5c05dd34fb73b47acb8c3708eac428de4545ea3682ed2f11293ebd890
-SIZE (rust/crates/lexical-core-0.6.2.tar.gz) = 459604
+SHA256 (rust/crates/lexical-core-0.6.8.tar.gz) = 233853dfa6b87c7c00eb46a205802069263ab27e16b6bdd1b08ddf91a855e30c
+SIZE (rust/crates/lexical-core-0.6.8.tar.gz) = 498108
 SHA256 (rust/crates/libc-0.2.70.tar.gz) = 3baa92041a6fec78c687fa0cc2b3fae8884f743d672cf551bed1d6dac6988d0f
 SIZE (rust/crates/libc-0.2.70.tar.gz) = 472909
 SHA256 (rust/crates/log-0.4.8.tar.gz) = 14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7


More information about the dev-commits-ports-main mailing list