git: 4ac40143703d - main - sysutils/dua-cli: Update to 2.13.0

Lewis Cook lcook at FreeBSD.org
Tue Jun 8 17:30:30 UTC 2021


The branch main has been updated by lcook:

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

commit 4ac40143703d4864f34c9f0d8a844259a4910534
Author:     Lewis Cook <lcook at FreeBSD.org>
AuthorDate: 2021-06-08 17:11:06 +0000
Commit:     Lewis Cook <lcook at FreeBSD.org>
CommitDate: 2021-06-08 17:12:04 +0000

    sysutils/dua-cli: Update to 2.13.0
    
    Changes:        https://github.com/Byron/dua-cli/compare/v2.12.1...v2.13.0
---
 sysutils/dua-cli/Makefile | 18 +++++++++++-------
 sysutils/dua-cli/distinfo |  6 +++---
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile
index cb7caf83f865..0dea710e13e8 100644
--- a/sysutils/dua-cli/Makefile
+++ b/sysutils/dua-cli/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dua-cli
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.12.1
+DISTVERSION=	2.13.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	lcook at FreeBSD.org
@@ -24,23 +24,25 @@ CARGO_CRATES=	ansi_term-0.12.1 \
 		clap-3.0.0-beta.2 \
 		clap_derive-3.0.0-beta.2 \
 		colored-2.0.0 \
-		crossbeam-0.8.0 \
+		core-foundation-sys-0.8.2 \
+		crossbeam-0.8.1 \
 		crossbeam-channel-0.5.1 \
 		crossbeam-deque-0.8.0 \
-		crossbeam-epoch-0.9.4 \
-		crossbeam-queue-0.3.1 \
-		crossbeam-utils-0.8.4 \
+		crossbeam-epoch-0.9.5 \
+		crossbeam-queue-0.3.2 \
+		crossbeam-utils-0.8.5 \
 		crossterm-0.19.0 \
 		crossterm_winapi-0.7.0 \
 		crosstermion-0.7.0 \
 		ctor-0.1.20 \
 		diff-0.1.12 \
+		doc-comment-0.3.3 \
 		either-1.6.1 \
 		filesize-0.2.0 \
 		fixedbitset-0.2.0 \
 		glob-0.3.0 \
 		hashbrown-0.9.1 \
-		heck-0.3.2 \
+		heck-0.3.3 \
 		hermit-abi-0.1.18 \
 		indexmap-1.6.2 \
 		instant-0.1.9 \
@@ -56,6 +58,7 @@ CARGO_CRATES=	ansi_term-0.12.1 \
 		ntapi-0.3.6 \
 		num_cpus-1.13.0 \
 		numtoa-0.1.0 \
+		once_cell-1.7.2 \
 		open-1.7.0 \
 		os_str_bytes-2.4.0 \
 		output_vt100-0.1.2 \
@@ -73,10 +76,11 @@ CARGO_CRATES=	ansi_term-0.12.1 \
 		redox_termios-0.1.2 \
 		scopeguard-1.1.0 \
 		signal-hook-0.1.17 \
-		signal-hook-registry-1.3.0 \
+		signal-hook-registry-1.4.0 \
 		smallvec-1.6.1 \
 		strsim-0.10.0 \
 		syn-1.0.72 \
+		sysinfo-0.18.2 \
 		termcolor-1.1.2 \
 		termion-1.5.6 \
 		textwrap-0.12.1 \
diff --git a/sysutils/dua-cli/distinfo b/sysutils/dua-cli/distinfo
index 2ebf6852d964..d0e148a2ba9a 100644
--- a/sysutils/dua-cli/distinfo
+++ b/sysutils/dua-cli/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1622479295
+TIMESTAMP = 1623172144
 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2
 SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838
 SHA256 (rust/crates/anyhow-1.0.40.crate) = 28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b
@@ -161,5 +161,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 (Byron-dua-cli-v2.12.1_GH0.tar.gz) = 96f097389c28ce74c4122bf508119fe8cfcd6382f353a5d76873965fd3bc915d
-SIZE (Byron-dua-cli-v2.12.1_GH0.tar.gz) = 56860
+SHA256 (Byron-dua-cli-v2.13.0_GH0.tar.gz) = 2af2408eecca4a1a04d0d395322f110b97e49d5366eb435e2e0e36b8b92684bb
+SIZE (Byron-dua-cli-v2.13.0_GH0.tar.gz) = 57975


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