Skip to content

Commit

Permalink
shells/sheldon: update to 0.7.4
Browse files Browse the repository at this point in the history
While here, correct license combination.

Changelog: https://github.com/rossmacarthur/sheldon/blob/0.7.4/RELEASES.md

Reported by:	GitHub (watch releases)
  • Loading branch information
tagattie committed Nov 25, 2023
1 parent 4b20dd5 commit fd37a2b
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 299 deletions.
4 changes: 2 additions & 2 deletions shells/sheldon/Makefile
@@ -1,13 +1,13 @@
PORTNAME= sheldon
DISTVERSION= 0.7.3
DISTVERSION= 0.7.4
CATEGORIES= shells

MAINTAINER= tagattie@FreeBSD.org
COMMENT= Fast, configurable, shell plugin manager
WWW= https://sheldon.cli.rs/

LICENSE= APACHE20 MIT
LICENSE_COMB= multi
LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT

Expand Down
177 changes: 79 additions & 98 deletions shells/sheldon/Makefile.crates
@@ -1,132 +1,113 @@
CARGO_CRATES= aho-corasick-0.7.20 \
aho-corasick-1.0.1 \
anstyle-1.0.0 \
anyhow-1.0.71 \
atty-0.2.14 \
CARGO_CRATES= aho-corasick-1.1.2 \
anstyle-1.0.4 \
anyhow-1.0.75 \
autocfg-1.1.0 \
bitflags-1.3.2 \
bstr-1.4.0 \
bytes-1.4.0 \
bitflags-2.4.1 \
bstr-1.8.0 \
casual-0.2.0 \
cc-1.0.79 \
cc-1.0.83 \
cfg-if-1.0.0 \
clap-4.2.7 \
clap_builder-4.2.7 \
clap_complete-4.2.2 \
clap_derive-4.2.0 \
clap_lex-0.4.1 \
combine-4.6.6 \
constcat-0.3.0 \
crossbeam-channel-0.5.8 \
clap-4.4.8 \
clap_builder-4.4.8 \
clap_complete-4.4.4 \
clap_derive-4.4.7 \
clap_lex-0.6.0 \
constcat-0.4.0 \
crossbeam-deque-0.8.3 \
crossbeam-epoch-0.9.14 \
crossbeam-utils-0.8.15 \
ctor-0.1.26 \
crossbeam-epoch-0.9.15 \
crossbeam-utils-0.8.16 \
curl-0.4.44 \
curl-sys-0.4.61+curl-8.0.1 \
curl-sys-0.4.68+curl-8.4.0 \
diff-0.1.13 \
either-1.8.1 \
errno-0.3.1 \
errno-dragonfly-0.1.2 \
fastrand-1.9.0 \
either-1.9.0 \
equivalent-1.0.1 \
errno-0.3.7 \
fastrand-2.0.1 \
fmutex-0.1.0 \
fnv-1.0.7 \
form_urlencoded-1.1.0 \
git2-0.17.1 \
globset-0.4.10 \
form_urlencoded-1.2.0 \
git2-0.18.1 \
globset-0.4.13 \
globwalk-0.8.1 \
goldie-0.4.3 \
hashbrown-0.12.3 \
hashbrown-0.14.2 \
heck-0.4.1 \
hermit-abi-0.1.19 \
hermit-abi-0.2.6 \
hermit-abi-0.3.1 \
home-0.5.5 \
idna-0.3.0 \
idna-0.4.0 \
ignore-0.4.20 \
indexmap-1.9.3 \
instant-0.1.12 \
io-lifetimes-1.0.10 \
itertools-0.10.5 \
itoa-1.0.6 \
jobserver-0.1.26 \
indexmap-2.1.0 \
itertools-0.12.0 \
itoa-1.0.9 \
jobserver-0.1.27 \
lazy_static-1.4.0 \
libc-0.2.144 \
libgit2-sys-0.15.1+1.6.4 \
libc-0.2.150 \
libgit2-sys-0.16.1+1.7.1 \
libssh2-sys-0.3.0 \
libz-sys-1.1.9 \
linux-raw-sys-0.3.7 \
log-0.4.17 \
libz-sys-1.1.12 \
linux-raw-sys-0.4.11 \
log-0.4.20 \
maplit-1.0.2 \
memchr-2.5.0 \
memoffset-0.8.0 \
num_cpus-1.15.0 \
once_cell-1.17.1 \
memchr-2.6.4 \
memoffset-0.9.0 \
once_cell-1.18.0 \
openssl-probe-0.1.5 \
openssl-sys-0.9.87 \
output_vt100-0.1.3 \
percent-encoding-2.2.0 \
openssl-sys-0.9.95 \
percent-encoding-2.3.0 \
pkg-config-0.3.27 \
pretty_assertions-1.3.0 \
proc-macro2-1.0.56 \
quote-1.0.27 \
rayon-1.7.0 \
rayon-core-1.11.0 \
redox_syscall-0.3.5 \
regex-1.8.1 \
pretty_assertions-1.4.0 \
proc-macro2-1.0.69 \
quote-1.0.33 \
rayon-1.8.0 \
rayon-core-1.12.0 \
redox_syscall-0.4.1 \
regex-1.10.2 \
regex-automata-0.4.3 \
regex-macro-0.2.0 \
regex-syntax-0.7.1 \
rustix-0.37.19 \
ryu-1.0.13 \
regex-syntax-0.8.2 \
rustix-0.38.24 \
ryu-1.0.15 \
same-file-1.0.6 \
schannel-0.1.21 \
scopeguard-1.1.0 \
serde-1.0.162 \
serde_derive-1.0.162 \
serde_json-1.0.96 \
socket2-0.4.9 \
schannel-0.1.22 \
scopeguard-1.2.0 \
serde-1.0.192 \
serde_derive-1.0.192 \
serde_json-1.0.108 \
serde_spanned-0.6.4 \
socket2-0.4.10 \
strsim-0.10.0 \
syn-1.0.109 \
syn-2.0.15 \
tempfile-3.5.0 \
thiserror-1.0.40 \
thiserror-impl-1.0.40 \
syn-2.0.39 \
tempfile-3.8.1 \
thiserror-1.0.50 \
thiserror-impl-1.0.50 \
thread_local-1.1.7 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.1 \
toml-0.5.11 \
toml_edit-0.14.4 \
toml-0.8.8 \
toml_datetime-0.6.5 \
toml_edit-0.21.0 \
unicode-bidi-0.3.13 \
unicode-ident-1.0.8 \
unicode-ident-1.0.12 \
unicode-normalization-0.1.22 \
unicode-width-0.1.10 \
unicode-width-0.1.11 \
upon-0.5.0 \
upon-0.6.0 \
url-2.3.1 \
upon-0.8.0 \
url-2.4.1 \
vcpkg-0.2.15 \
walkdir-2.3.3 \
which-4.4.0 \
walkdir-2.4.0 \
which-5.0.0 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.5 \
winapi-util-0.1.6 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.42.0 \
windows-sys-0.45.0 \
windows-sys-0.48.0 \
windows-targets-0.42.2 \
windows-targets-0.48.0 \
windows_aarch64_gnullvm-0.42.2 \
windows_aarch64_gnullvm-0.48.0 \
windows_aarch64_msvc-0.42.2 \
windows_aarch64_msvc-0.48.0 \
windows_i686_gnu-0.42.2 \
windows_i686_gnu-0.48.0 \
windows_i686_msvc-0.42.2 \
windows_i686_msvc-0.48.0 \
windows_x86_64_gnu-0.42.2 \
windows_x86_64_gnu-0.48.0 \
windows_x86_64_gnullvm-0.42.2 \
windows_x86_64_gnullvm-0.48.0 \
windows_x86_64_msvc-0.42.2 \
windows_x86_64_msvc-0.48.0 \
windows-targets-0.48.5 \
windows_aarch64_gnullvm-0.48.5 \
windows_aarch64_msvc-0.48.5 \
windows_i686_gnu-0.48.5 \
windows_i686_msvc-0.48.5 \
windows_x86_64_gnu-0.48.5 \
windows_x86_64_gnullvm-0.48.5 \
windows_x86_64_msvc-0.48.5 \
winnow-0.5.19 \
yansi-0.5.1

0 comments on commit fd37a2b

Please sign in to comment.