Skip to content

Commit

Permalink
sysutils/bottom: Update to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
assistcontrol committed Aug 6, 2023
1 parent e77ba93 commit 068ee48
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 137 deletions.
3 changes: 1 addition & 2 deletions sysutils/bottom/Makefile
@@ -1,6 +1,5 @@
PORTNAME= bottom
DISTVERSION= 0.9.3
PORTREVISION= 1
DISTVERSION= 0.9.4
CATEGORIES= sysutils

MAINTAINER= adamw@FreeBSD.org
Expand Down
93 changes: 49 additions & 44 deletions sysutils/bottom/Makefile.crates
@@ -1,27 +1,28 @@
CARGO_CRATES= addr2line-0.19.0 \
CARGO_CRATES= addr2line-0.20.0 \
adler-1.0.2 \
ahash-0.8.3 \
aho-corasick-1.0.2 \
allocator-api2-0.2.14 \
allocator-api2-0.2.15 \
anstream-0.3.2 \
anstyle-1.0.0 \
anstyle-parse-0.2.0 \
anstyle-1.0.1 \
anstyle-parse-0.2.1 \
anstyle-query-1.0.0 \
anstyle-wincon-1.0.1 \
anyhow-1.0.71 \
assert_cmd-2.0.11 \
anyhow-1.0.72 \
assert_cmd-2.0.12 \
autocfg-1.1.0 \
backtrace-0.3.67 \
backtrace-0.3.68 \
bitflags-1.3.2 \
bitflags-2.3.3 \
bstr-1.5.0 \
byteorder-1.4.3 \
cargo-husky-1.5.0 \
cassowary-0.3.0 \
cc-1.0.79 \
cfg-if-1.0.0 \
clap-4.3.4 \
clap_builder-4.3.4 \
clap_complete-4.3.1 \
clap-4.3.19 \
clap_builder-4.3.19 \
clap_complete-4.3.2 \
clap_lex-0.5.0 \
clap_mangen-0.2.12 \
colorchoice-1.0.0 \
Expand All @@ -30,10 +31,10 @@ CARGO_CRATES= addr2line-0.19.0 \
core-foundation-sys-0.8.4 \
crossbeam-channel-0.5.8 \
crossbeam-deque-0.8.3 \
crossbeam-epoch-0.9.14 \
crossbeam-utils-0.8.15 \
crossbeam-epoch-0.9.15 \
crossbeam-utils-0.8.16 \
crossterm-0.26.1 \
crossterm_winapi-0.9.0 \
crossterm_winapi-0.9.1 \
ctrlc-3.4.0 \
darling-0.10.2 \
darling_core-0.10.2 \
Expand All @@ -44,75 +45,79 @@ CARGO_CRATES= addr2line-0.19.0 \
doc-comment-0.3.3 \
either-1.8.1 \
enum-as-inner-0.5.1 \
equivalent-1.0.0 \
errno-0.3.1 \
errno-dragonfly-0.1.2 \
fern-0.6.2 \
filedescriptor-0.8.2 \
float-cmp-0.9.0 \
fnv-1.0.7 \
getrandom-0.2.10 \
gimli-0.27.2 \
hashbrown-0.12.3 \
gimli-0.27.3 \
hashbrown-0.14.0 \
heck-0.4.1 \
hermit-abi-0.2.6 \
hermit-abi-0.3.1 \
humantime-2.1.0 \
humantime-serde-1.1.1 \
ident_case-1.0.1 \
indexmap-1.9.3 \
indexmap-2.0.0 \
indoc-2.0.3 \
io-lifetimes-1.0.11 \
is-terminal-0.4.7 \
is-terminal-0.4.8 \
itertools-0.10.5 \
itertools-0.11.0 \
itoa-1.0.6 \
kstring-2.0.0 \
lazycell-1.3.0 \
libc-0.2.146 \
libc-0.2.147 \
libloading-0.7.4 \
linux-raw-sys-0.3.8 \
linux-raw-sys-0.4.3 \
lock_api-0.4.10 \
log-0.4.19 \
mach2-0.4.1 \
memchr-2.5.0 \
memoffset-0.8.0 \
miniz_oxide-0.6.2 \
memoffset-0.9.0 \
miniz_oxide-0.7.1 \
mio-0.8.8 \
nix-0.26.2 \
normalize-line-endings-0.3.0 \
ntapi-0.4.1 \
num-traits-0.2.15 \
num_cpus-1.15.0 \
num_cpus-1.16.0 \
nvml-wrapper-0.9.0 \
nvml-wrapper-sys-0.7.0 \
object-0.30.4 \
object-0.31.1 \
once_cell-1.18.0 \
option-ext-0.2.0 \
parking_lot-0.12.1 \
parking_lot_core-0.9.8 \
paste-1.0.14 \
predicates-3.0.3 \
predicates-core-1.0.6 \
predicates-tree-1.0.9 \
proc-macro2-1.0.60 \
quote-1.0.28 \
ratatui-0.21.0 \
proc-macro2-1.0.63 \
quote-1.0.29 \
ratatui-0.22.0 \
rayon-1.7.0 \
rayon-core-1.11.0 \
redox_syscall-0.2.16 \
redox_syscall-0.3.5 \
redox_users-0.4.3 \
regex-1.8.4 \
regex-1.9.1 \
regex-automata-0.1.10 \
regex-syntax-0.7.2 \
regex-automata-0.3.2 \
regex-syntax-0.7.3 \
roff-0.2.1 \
rustc-demangle-0.1.23 \
rustix-0.37.20 \
rustix-0.37.21 \
rustix-0.38.4 \
ryu-1.0.13 \
same-file-1.0.6 \
scopeguard-1.1.0 \
serde-1.0.164 \
serde_derive-1.0.164 \
serde_json-1.0.97 \
serde_spanned-0.6.2 \
serde-1.0.175 \
serde_derive-1.0.175 \
serde_json-1.0.103 \
serde_spanned-0.6.3 \
signal-hook-0.3.15 \
signal-hook-mio-0.2.3 \
signal-hook-registry-1.4.1 \
Expand All @@ -122,18 +127,18 @@ CARGO_CRATES= addr2line-0.19.0 \
strsim-0.9.3 \
strsim-0.10.0 \
syn-1.0.109 \
syn-2.0.18 \
syn-2.0.25 \
sysctl-0.5.4 \
sysinfo-0.29.2 \
sysinfo-0.29.7 \
terminal_size-0.2.6 \
termtree-0.4.1 \
thiserror-1.0.40 \
thiserror-impl-1.0.40 \
time-0.3.22 \
thiserror-1.0.44 \
thiserror-impl-1.0.44 \
time-0.3.23 \
time-core-0.1.1 \
time-macros-0.2.9 \
toml_datetime-0.6.2 \
toml_edit-0.19.10 \
time-macros-0.2.10 \
toml_datetime-0.6.3 \
toml_edit-0.19.14 \
typenum-1.16.0 \
unicode-ident-1.0.9 \
unicode-segmentation-1.10.1 \
Expand All @@ -150,13 +155,13 @@ CARGO_CRATES= addr2line-0.19.0 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-0.48.0 \
windows-sys-0.48.0 \
windows-targets-0.48.0 \
windows-targets-0.48.1 \
windows_aarch64_gnullvm-0.48.0 \
windows_aarch64_msvc-0.48.0 \
windows_i686_gnu-0.48.0 \
windows_i686_msvc-0.48.0 \
windows_x86_64_gnu-0.48.0 \
windows_x86_64_gnullvm-0.48.0 \
windows_x86_64_msvc-0.48.0 \
winnow-0.4.6 \
winnow-0.5.0 \
wrapcenum-derive-0.4.0

0 comments on commit 068ee48

Please sign in to comment.