Skip to content

Commit

Permalink
x11-wm/leftwm: Update to 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rigoletto-freebsd committed Dec 8, 2021
1 parent 2a2c8c6 commit 937225d
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 105 deletions.
70 changes: 35 additions & 35 deletions x11-wm/leftwm/Makefile
@@ -1,6 +1,5 @@
PORTNAME= leftwm
DISTVERSION= 0.2.9
PORTREVISION= 2
DISTVERSION= 0.2.10
CATEGORIES= x11-wm

MAINTAINER= rigoletto@FreeBSD.org
Expand All @@ -16,61 +15,63 @@ USE_GITHUB= yes

CARGO_CRATES= aho-corasick-0.7.18 \
ansi_term-0.11.0 \
anyhow-1.0.44 \
anyhow-1.0.48 \
anymap2-0.13.0 \
arc-swap-1.3.2 \
arc-swap-1.5.0 \
atty-0.2.14 \
autocfg-1.0.1 \
bitflags-1.2.1 \
bitflags-1.3.2 \
block-buffer-0.7.3 \
block-padding-0.1.5 \
byte-tools-0.3.1 \
byteorder-1.4.3 \
bytes-1.1.0 \
cc-1.0.70 \
cc-1.0.72 \
cfg-if-1.0.0 \
chrono-0.4.19 \
clap-2.33.3 \
crossbeam-channel-0.5.1 \
crossbeam-utils-0.8.5 \
digest-0.8.1 \
dirs-3.0.2 \
dirs-next-2.0.0 \
dirs-sys-0.3.6 \
dirs-sys-next-0.1.2 \
doc-comment-0.3.3 \
either-1.6.1 \
fake-simd-0.1.2 \
futures-0.3.17 \
futures-channel-0.3.17 \
futures-core-0.3.17 \
futures-executor-0.3.17 \
futures-io-0.3.17 \
futures-macro-0.3.17 \
futures-sink-0.3.17 \
futures-task-0.3.17 \
futures-util-0.3.17 \
futures-0.3.18 \
futures-channel-0.3.18 \
futures-core-0.3.18 \
futures-executor-0.3.18 \
futures-io-0.3.18 \
futures-macro-0.3.18 \
futures-sink-0.3.18 \
futures-task-0.3.18 \
futures-util-0.3.18 \
generic-array-0.12.4 \
getrandom-0.2.3 \
git-version-0.3.5 \
git-version-macro-0.3.5 \
hermit-abi-0.1.19 \
itertools-0.10.1 \
itoa-0.4.8 \
kstring-1.0.4 \
kstring-1.0.6 \
lazy_static-1.4.0 \
libc-0.2.102 \
libc-0.2.108 \
libsystemd-sys-0.2.2 \
liquid-0.23.0 \
liquid-core-0.23.0 \
liquid-derive-0.23.0 \
liquid-lib-0.23.0 \
log-0.4.14 \
maplit-1.0.2 \
maybe-uninit-2.0.0 \
memchr-2.4.1 \
memoffset-0.6.4 \
mio-0.7.13 \
mio-0.7.14 \
mio-0.8.0 \
miow-0.3.7 \
nix-0.20.1 \
nix-0.23.0 \
ntapi-0.3.6 \
num-integer-0.1.44 \
num-traits-0.2.14 \
Expand All @@ -84,14 +85,13 @@ CARGO_CRATES= aho-corasick-0.7.18 \
pest_meta-2.1.3 \
pin-project-lite-0.2.7 \
pin-utils-0.1.0 \
pkg-config-0.3.19 \
ppv-lite86-0.2.10 \
pkg-config-0.3.22 \
ppv-lite86-0.2.15 \
proc-macro-hack-0.5.19 \
proc-macro-nested-0.1.7 \
proc-macro2-1.0.29 \
proc-macro2-1.0.32 \
proc-quote-0.4.0 \
proc-quote-impl-0.3.2 \
quote-1.0.9 \
quote-1.0.10 \
rand-0.8.4 \
rand_chacha-0.3.1 \
rand_core-0.6.3 \
Expand All @@ -105,12 +105,12 @@ CARGO_CRATES= aho-corasick-0.7.18 \
ryu-1.0.5 \
serde-1.0.130 \
serde_derive-1.0.130 \
serde_json-1.0.68 \
serde_json-1.0.72 \
sha-1-0.8.2 \
shellexpand-2.1.0 \
signal-hook-0.3.10 \
signal-hook-registry-1.4.0 \
slab-0.4.4 \
slab-0.4.5 \
slog-2.7.0 \
slog-async-2.7.0 \
slog-envlogger-2.2.0 \
Expand All @@ -119,30 +119,30 @@ CARGO_CRATES= aho-corasick-0.7.18 \
slog-stdlog-4.1.0 \
slog-term-2.8.0 \
strsim-0.8.0 \
syn-1.0.76 \
syn-1.0.82 \
take_mut-0.2.2 \
tempfile-3.2.0 \
term-0.7.0 \
textwrap-0.11.0 \
thiserror-1.0.29 \
thiserror-impl-1.0.29 \
thiserror-1.0.30 \
thiserror-impl-1.0.30 \
thread_local-1.1.3 \
time-0.1.44 \
tokio-1.11.0 \
tokio-macros-1.3.0 \
tokio-1.14.0 \
tokio-macros-1.6.0 \
toml-0.5.8 \
typenum-1.14.0 \
ucd-trie-0.1.3 \
unicode-segmentation-1.8.0 \
unicode-width-0.1.8 \
unicode-width-0.1.9 \
unicode-xid-0.2.2 \
vec_map-0.8.2 \
wasi-0.10.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 \
x11-dl-2.18.5 \
xdg-2.2.0
x11-dl-2.19.1 \
xdg-2.4.0

OPTIONS_DEFINE= DOCS THEMES
OPTIONS_DEFAULT= THEMES
Expand Down

0 comments on commit 937225d

Please sign in to comment.