git: 47e864b889ec - main - sysutils/dust: Update to 0.8.1

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Sun, 17 Jul 2022 12:08:24 UTC
The branch main has been updated by eduardo:

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

commit 47e864b889ec7fd6e7ed57bddf2a9f927db0fca7
Author:     Faraz Vahedi <kfv@kfv.io>
AuthorDate: 2022-07-17 12:06:27 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-17 12:07:59 +0000

    sysutils/dust: Update to 0.8.1
    
    ChangeLog:      https://github.com/bootandy/dust/compare/v0.8.0...v0.8.1
    PR:             265259
---
 sysutils/dust/Makefile        | 58 +------------------------------------------
 sysutils/dust/Makefile.crates | 54 ++++++++++++++++++++++++++++++++++++++++
 sysutils/dust/distinfo        | 10 ++++----
 3 files changed, 60 insertions(+), 62 deletions(-)

diff --git a/sysutils/dust/Makefile b/sysutils/dust/Makefile
index c0615c085521..0bbd157da9cb 100644
--- a/sysutils/dust/Makefile
+++ b/sysutils/dust/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	dust
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.8.0
-PORTREVISION=	3
+DISTVERSION=	0.8.1
 CATEGORIES=	sysutils
 
 MAINTAINER=	kfv@kfv.io
@@ -14,61 +13,6 @@ USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	bootandy
 
-CARGO_CRATES=	aho-corasick-0.7.18 \
-		ansi_term-0.12.1 \
-		assert_cmd-1.0.8 \
-		atty-0.2.14 \
-		autocfg-1.1.0 \
-		bitflags-1.3.2 \
-		bstr-0.2.17 \
-		cfg-if-1.0.0 \
-		clap-3.1.2 \
-		crossbeam-channel-0.5.2 \
-		crossbeam-deque-0.8.1 \
-		crossbeam-epoch-0.9.7 \
-		crossbeam-utils-0.8.7 \
-		difflib-0.4.0 \
-		doc-comment-0.3.3 \
-		either-1.6.1 \
-		fastrand-1.7.0 \
-		hashbrown-0.11.2 \
-		hermit-abi-0.1.19 \
-		indexmap-1.8.0 \
-		instant-0.1.12 \
-		itertools-0.10.3 \
-		lazy_static-1.4.0 \
-		libc-0.2.119 \
-		lscolors-0.7.1 \
-		memchr-2.4.1 \
-		memoffset-0.6.5 \
-		num_cpus-1.13.1 \
-		os_str_bytes-6.0.0 \
-		predicates-2.1.1 \
-		predicates-core-1.0.3 \
-		predicates-tree-1.0.5 \
-		rayon-1.5.1 \
-		rayon-core-1.9.1 \
-		redox_syscall-0.2.10 \
-		regex-1.5.4 \
-		regex-automata-0.1.10 \
-		regex-syntax-0.6.25 \
-		remove_dir_all-0.5.3 \
-		scopeguard-1.1.0 \
-		stfu8-0.2.5 \
-		strsim-0.10.0 \
-		tempfile-3.3.0 \
-		termcolor-1.1.2 \
-		terminal_size-0.1.17 \
-		termtree-0.2.4 \
-		textwrap-0.14.2 \
-		thousands-0.2.0 \
-		unicode-width-0.1.9 \
-		wait-timeout-0.2.0 \
-		winapi-0.3.9 \
-		winapi-i686-pc-windows-gnu-0.4.0 \
-		winapi-util-0.1.5 \
-		winapi-x86_64-pc-windows-gnu-0.4.0
-
 PLIST_FILES=	bin/${PORTNAME}
 
 post-install:
diff --git a/sysutils/dust/Makefile.crates b/sysutils/dust/Makefile.crates
new file mode 100644
index 000000000000..1efb5109cb64
--- /dev/null
+++ b/sysutils/dust/Makefile.crates
@@ -0,0 +1,54 @@
+CARGO_CRATES=	aho-corasick-0.7.18 \
+		ansi_term-0.12.1 \
+		assert_cmd-1.0.8 \
+		atty-0.2.14 \
+		autocfg-1.1.0 \
+		bitflags-1.3.2 \
+		bstr-0.2.17 \
+		cfg-if-1.0.0 \
+		clap-3.1.2 \
+		crossbeam-channel-0.5.2 \
+		crossbeam-deque-0.8.1 \
+		crossbeam-epoch-0.9.7 \
+		crossbeam-utils-0.8.7 \
+		difflib-0.4.0 \
+		doc-comment-0.3.3 \
+		either-1.6.1 \
+		fastrand-1.7.0 \
+		hashbrown-0.11.2 \
+		hermit-abi-0.1.19 \
+		indexmap-1.8.0 \
+		instant-0.1.12 \
+		itertools-0.10.3 \
+		lazy_static-1.4.0 \
+		libc-0.2.119 \
+		lscolors-0.7.1 \
+		memchr-2.4.1 \
+		memoffset-0.6.5 \
+		num_cpus-1.13.1 \
+		os_str_bytes-6.0.0 \
+		predicates-2.1.1 \
+		predicates-core-1.0.3 \
+		predicates-tree-1.0.5 \
+		rayon-1.5.1 \
+		rayon-core-1.9.1 \
+		redox_syscall-0.2.10 \
+		regex-1.5.5 \
+		regex-automata-0.1.10 \
+		regex-syntax-0.6.25 \
+		remove_dir_all-0.5.3 \
+		scopeguard-1.1.0 \
+		stfu8-0.2.5 \
+		strsim-0.10.0 \
+		tempfile-3.3.0 \
+		termcolor-1.1.2 \
+		terminal_size-0.1.17 \
+		termtree-0.2.4 \
+		textwrap-0.14.2 \
+		thousands-0.2.0 \
+		unicode-width-0.1.9 \
+		wait-timeout-0.2.0 \
+		winapi-0.3.9 \
+		winapi-i686-pc-windows-gnu-0.4.0 \
+		winapi-util-0.1.5 \
+		winapi-x86_64-pc-windows-gnu-0.4.0
diff --git a/sysutils/dust/distinfo b/sysutils/dust/distinfo
index 6c33be1a3680..9e8b85f7130f 100644
--- a/sysutils/dust/distinfo
+++ b/sysutils/dust/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1649289766
+TIMESTAMP = 1658030019
 SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f
 SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923
 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2
@@ -69,8 +69,8 @@ SHA256 (rust/crates/rayon-core-1.9.1.crate) = d78120e2c850279833f1dd3582f730c4ab
 SIZE (rust/crates/rayon-core-1.9.1.crate) = 64961
 SHA256 (rust/crates/redox_syscall-0.2.10.crate) = 8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff
 SIZE (rust/crates/redox_syscall-0.2.10.crate) = 23582
-SHA256 (rust/crates/regex-1.5.4.crate) = d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461
-SIZE (rust/crates/regex-1.5.4.crate) = 236581
+SHA256 (rust/crates/regex-1.5.5.crate) = 1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286
+SIZE (rust/crates/regex-1.5.5.crate) = 238119
 SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132
 SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533
 SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b
@@ -107,5 +107,5 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9
 SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164
 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998
-SHA256 (bootandy-dust-v0.8.0_GH0.tar.gz) = dc033a6fb4f31520ab1bb403dd910aed04037964ab1406363cce2185a8bd3d3b
-SIZE (bootandy-dust-v0.8.0_GH0.tar.gz) = 88975
+SHA256 (bootandy-dust-v0.8.1_GH0.tar.gz) = 9f3b5e93c62bb54139479ac4396549fc62389ac9a7d300b088cdf51cd0e90e22
+SIZE (bootandy-dust-v0.8.1_GH0.tar.gz) = 89023