Skip to content

Commit

Permalink
devel/git-absorb: Update to 0.6.13
Browse files Browse the repository at this point in the history
- Remove powerpc patch as it is included in libc-0.2.153 crate.

ChangeLog: tummychow/git-absorb@0.6.12...0.6.13
  • Loading branch information
nunotexbsd committed Apr 4, 2024
1 parent eca79a7 commit 1979410
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 257 deletions.
3 changes: 1 addition & 2 deletions devel/git-absorb/Makefile
@@ -1,6 +1,5 @@
PORTNAME= git-absorb
DISTVERSION= 0.6.12
PORTREVISION= 1
DISTVERSION= 0.6.13
CATEGORIES= devel

MAINTAINER= eduardo@FreeBSD.org
Expand Down
156 changes: 92 additions & 64 deletions devel/git-absorb/Makefile.crates
@@ -1,68 +1,96 @@
CARGO_CRATES= ansi_term-0.11.0 \
anyhow-1.0.33 \
arrayref-0.3.6 \
arrayvec-0.5.1 \
atty-0.2.14 \
autocfg-1.0.1 \
base64-0.12.3 \
bitflags-1.2.1 \
bitflags-2.4.1 \
blake2b_simd-0.5.10 \
cc-1.0.60 \
cfg-if-0.1.10 \
chrono-0.4.19 \
clap-2.33.3 \
constant_time_eq-0.1.5 \
crossbeam-channel-0.4.4 \
crossbeam-utils-0.7.2 \
dirs-2.0.2 \
dirs-sys-0.3.5 \
getrandom-0.1.15 \
git2-0.18.1 \
hermit-abi-0.1.17 \
idna-0.2.0 \
jobserver-0.1.21 \
lazy_static-1.4.0 \
libc-0.2.79 \
CARGO_CRATES= anstream-0.6.13 \
anstyle-1.0.6 \
anstyle-parse-0.2.3 \
anstyle-query-1.0.2 \
anstyle-wincon-3.0.2 \
anyhow-1.0.81 \
bitflags-1.3.2 \
bitflags-2.5.0 \
cc-1.0.90 \
cfg-if-1.0.0 \
clap-4.5.3 \
clap_builder-4.5.2 \
clap_complete-4.5.1 \
clap_complete_nushell-4.5.1 \
clap_lex-0.7.0 \
colorchoice-1.0.0 \
crossbeam-channel-0.5.12 \
crossbeam-utils-0.8.19 \
deranged-0.3.11 \
dirs-next-2.0.0 \
dirs-sys-next-0.1.2 \
errno-0.3.8 \
fastrand-2.0.1 \
form_urlencoded-1.2.1 \
getrandom-0.2.12 \
git2-0.18.3 \
hermit-abi-0.3.9 \
idna-0.5.0 \
is-terminal-0.4.12 \
itoa-1.0.10 \
jobserver-0.1.28 \
libc-0.2.153 \
libgit2-sys-0.16.2+1.7.2 \
libz-sys-1.1.2 \
log-0.4.11 \
matches-0.1.8 \
maybe-uninit-2.0.0 \
memchr-2.3.3 \
num-integer-0.1.43 \
num-traits-0.2.12 \
once_cell-1.12.0 \
percent-encoding-2.1.0 \
pkg-config-0.3.18 \
ppv-lite86-0.2.9 \
rand-0.7.3 \
rand_chacha-0.2.2 \
rand_core-0.5.1 \
rand_hc-0.2.0 \
redox_syscall-0.1.57 \
redox_users-0.3.5 \
remove_dir_all-0.5.3 \
rust-argon2-0.8.2 \
slog-2.5.2 \
slog-async-2.5.0 \
slog-term-2.6.0 \
strsim-0.8.0 \
libredox-0.0.1 \
libz-sys-1.1.16 \
linux-raw-sys-0.4.13 \
log-0.4.21 \
memchr-2.7.1 \
num-conv-0.1.0 \
once_cell-1.19.0 \
percent-encoding-2.3.1 \
pkg-config-0.3.30 \
powerfmt-0.2.0 \
proc-macro2-1.0.79 \
quote-1.0.35 \
redox_syscall-0.4.1 \
redox_users-0.4.4 \
rustix-0.38.32 \
rustversion-1.0.14 \
serde-1.0.197 \
serde_derive-1.0.197 \
slog-2.7.0 \
slog-async-2.8.0 \
slog-term-2.9.1 \
strsim-0.11.0 \
syn-2.0.53 \
take_mut-0.2.2 \
tempfile-3.1.0 \
term-0.6.1 \
textwrap-0.11.0 \
thread_local-1.1.4 \
time-0.1.44 \
tinyvec-0.3.4 \
unicode-bidi-0.3.4 \
unicode-normalization-0.1.13 \
unicode-width-0.1.8 \
url-2.1.1 \
vcpkg-0.2.10 \
vec_map-0.8.2 \
wasi-0.9.0+wasi-snapshot-preview1 \
wasi-0.10.0+wasi-snapshot-preview1 \
tempfile-3.10.1 \
term-0.7.0 \
terminal_size-0.3.0 \
thiserror-1.0.58 \
thiserror-impl-1.0.58 \
thread_local-1.1.8 \
time-0.3.34 \
time-core-0.1.2 \
time-macros-0.2.17 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.1 \
unicode-bidi-0.3.15 \
unicode-ident-1.0.12 \
unicode-normalization-0.1.23 \
url-2.5.0 \
utf8parse-0.2.1 \
vcpkg-0.2.15 \
wasi-0.11.0+wasi-snapshot-preview1 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.48.0 \
windows-sys-0.52.0 \
windows-targets-0.48.5 \
windows-targets-0.52.4 \
windows_aarch64_gnullvm-0.48.5 \
windows_aarch64_gnullvm-0.52.4 \
windows_aarch64_msvc-0.48.5 \
windows_aarch64_msvc-0.52.4 \
windows_i686_gnu-0.48.5 \
windows_i686_gnu-0.52.4 \
windows_i686_msvc-0.48.5 \
windows_i686_msvc-0.52.4 \
windows_x86_64_gnu-0.48.5 \
windows_x86_64_gnu-0.52.4 \
windows_x86_64_gnullvm-0.48.5 \
windows_x86_64_gnullvm-0.52.4 \
windows_x86_64_msvc-0.48.5 \
windows_x86_64_msvc-0.52.4

0 comments on commit 1979410

Please sign in to comment.