Skip to content

Commit

Permalink
devel/convco: Update 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jul 26, 2023
1 parent b9c57b3 commit ee17ce6
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 146 deletions.
113 changes: 64 additions & 49 deletions devel/convco/Makefile
@@ -1,7 +1,7 @@
PORTNAME= convco
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.0
PORTREVISION= 4
DISTVERSION= 0.4.1
PORTREVISION= 0
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -16,93 +16,98 @@ USE_GITHUB= yes

CARGO_CRATES= addr2line-0.19.0 \
adler-1.0.2 \
aho-corasick-0.7.20 \
anyhow-1.0.68 \
autocfg-1.1.0 \
aho-corasick-1.0.2 \
anstream-0.3.2 \
anstyle-1.0.1 \
anstyle-parse-0.2.1 \
anstyle-query-1.0.0 \
anstyle-wincon-1.0.1 \
anyhow-1.0.72 \
backtrace-0.3.67 \
bitflags-1.3.2 \
bitflags-2.3.3 \
block-buffer-0.10.3 \
cc-1.0.78 \
cfg-if-1.0.0 \
clap-4.1.4 \
clap_complete-4.1.1 \
clap_derive-4.1.0 \
clap_lex-0.3.1 \
cmake-0.1.49 \
clap-4.3.19 \
clap_builder-4.3.19 \
clap_complete-4.3.2 \
clap_derive-4.3.12 \
clap_lex-0.5.0 \
cmake-0.1.50 \
colorchoice-1.0.0 \
console-0.15.5 \
cpufeatures-0.2.5 \
crypto-common-0.1.6 \
ctrlc-3.2.4 \
dialoguer-0.10.3 \
ctrlc-3.4.0 \
dialoguer-0.10.4 \
digest-0.10.6 \
encode_unicode-0.3.6 \
errno-0.2.8 \
equivalent-1.0.1 \
errno-0.3.1 \
errno-dragonfly-0.1.2 \
fastrand-1.8.0 \
form_urlencoded-1.1.0 \
form_urlencoded-1.2.0 \
generic-array-0.14.6 \
gimli-0.27.1 \
git2-0.16.1 \
handlebars-4.3.6 \
hashbrown-0.12.3 \
git2-0.17.2 \
handlebars-4.3.7 \
hashbrown-0.14.0 \
heck-0.4.0 \
hermit-abi-0.2.6 \
idna-0.3.0 \
indexmap-1.9.2 \
hermit-abi-0.3.2 \
idna-0.4.0 \
indexmap-2.0.0 \
instant-0.1.12 \
io-lifetimes-1.0.4 \
is-terminal-0.4.2 \
is-terminal-0.4.9 \
itoa-1.0.5 \
jobserver-0.1.25 \
lazy_static-1.4.0 \
libc-0.2.139 \
libgit2-sys-0.14.2+1.5.1 \
libssh2-sys-0.2.23 \
libc-0.2.147 \
libgit2-sys-0.15.2+1.6.4 \
libssh2-sys-0.3.0 \
libz-sys-1.1.8 \
linux-raw-sys-0.1.4 \
linux-raw-sys-0.4.3 \
log-0.4.17 \
memchr-2.5.0 \
miniz_oxide-0.6.2 \
nix-0.26.2 \
object-0.30.3 \
once_cell-1.17.0 \
openssl-sys-0.9.80 \
os_str_bytes-6.4.1 \
percent-encoding-2.2.0 \
openssl-sys-0.9.87 \
percent-encoding-2.3.0 \
pest-2.5.4 \
pest_derive-2.5.4 \
pest_generator-2.5.4 \
pest_meta-2.5.4 \
pkg-config-0.3.26 \
proc-macro-error-1.0.4 \
proc-macro-error-attr-1.0.4 \
proc-macro2-1.0.50 \
quote-1.0.23 \
proc-macro2-1.0.66 \
quote-1.0.32 \
redox_syscall-0.2.16 \
regex-1.7.1 \
regex-syntax-0.6.28 \
regex-1.9.1 \
regex-automata-0.3.3 \
regex-syntax-0.7.4 \
remove_dir_all-0.5.3 \
rustc-demangle-0.1.21 \
rustix-0.36.7 \
rustix-0.38.4 \
ryu-1.0.12 \
same-file-1.0.6 \
semver-1.0.16 \
serde-1.0.152 \
serde_derive-1.0.152 \
semver-1.0.18 \
serde-1.0.175 \
serde_derive-1.0.175 \
serde_json-1.0.91 \
serde_yaml-0.9.17 \
serde_yaml-0.9.25 \
sha2-0.10.6 \
shell-words-1.1.0 \
static_assertions-1.1.0 \
strsim-0.10.0 \
syn-1.0.107 \
syn-2.0.27 \
tempfile-3.3.0 \
termcolor-1.2.0 \
thiserror-1.0.38 \
thiserror-impl-1.0.38 \
time-0.3.17 \
time-core-0.1.0 \
time-macros-0.2.6 \
thiserror-1.0.44 \
thiserror-impl-1.0.44 \
time-0.3.23 \
time-core-0.1.1 \
time-macros-0.2.10 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.0 \
typenum-1.16.0 \
Expand All @@ -111,23 +116,33 @@ CARGO_CRATES= addr2line-0.19.0 \
unicode-ident-1.0.6 \
unicode-normalization-0.1.22 \
unicode-width-0.1.10 \
unsafe-libyaml-0.2.5 \
url-2.3.1 \
unsafe-libyaml-0.2.9 \
url-2.4.0 \
utf8parse-0.2.1 \
vcpkg-0.2.15 \
version_check-0.9.4 \
walkdir-2.3.2 \
walkdir-2.3.3 \
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 \
windows-sys-0.42.0 \
windows-sys-0.48.0 \
windows-targets-0.48.1 \
windows_aarch64_gnullvm-0.42.1 \
windows_aarch64_gnullvm-0.48.0 \
windows_aarch64_msvc-0.42.1 \
windows_aarch64_msvc-0.48.0 \
windows_i686_gnu-0.42.1 \
windows_i686_gnu-0.48.0 \
windows_i686_msvc-0.42.1 \
windows_i686_msvc-0.48.0 \
windows_x86_64_gnu-0.42.1 \
windows_x86_64_gnu-0.48.0 \
windows_x86_64_gnullvm-0.42.1 \
windows_x86_64_gnullvm-0.48.0 \
windows_x86_64_msvc-0.42.1 \
windows_x86_64_msvc-0.48.0 \
zeroize-1.5.7

OPENSSLINC= /usr/include
Expand Down

0 comments on commit ee17ce6

Please sign in to comment.