Skip to content

Commit

Permalink
audio/myxer: update 1.2.1 → 1.3.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Apr 28, 2024
1 parent 3253404 commit 0b5d1ec
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 234 deletions.
61 changes: 30 additions & 31 deletions audio/myxer/Makefile
@@ -1,6 +1,5 @@
PORTNAME= myxer
DISTVERSION= 1.2.1
PORTREVISION= 32
DISTVERSION= 1.3.0
CATEGORIES= audio

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -21,25 +20,25 @@ USE_GITHUB= yes
GH_ACCOUNT= Aurailus
GH_PROJECT= Myxer

CARGO_CRATES= anyhow-1.0.38 \
CARGO_CRATES= anyhow-1.0.44 \
atk-0.9.0 \
atk-sys-0.10.0 \
autocfg-1.0.1 \
bitflags-1.2.1 \
bitflags-1.3.2 \
cairo-rs-0.9.1 \
cairo-sys-rs-0.10.0 \
cc-1.0.67 \
colorsys-0.6.3 \
cc-1.0.70 \
colorsys-0.6.4 \
either-1.6.1 \
futures-0.3.13 \
futures-channel-0.3.13 \
futures-core-0.3.13 \
futures-executor-0.3.13 \
futures-io-0.3.13 \
futures-macro-0.3.13 \
futures-sink-0.3.13 \
futures-task-0.3.13 \
futures-util-0.3.13 \
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 \
gdk-0.13.2 \
gdk-pixbuf-0.9.0 \
gdk-pixbuf-sys-0.10.0 \
Expand All @@ -52,41 +51,41 @@ CARGO_CRATES= anyhow-1.0.38 \
gobject-sys-0.10.0 \
gtk-0.9.2 \
gtk-sys-0.10.0 \
heck-0.3.2 \
heck-0.3.3 \
itertools-0.9.0 \
libc-0.2.86 \
libpulse-binding-2.23.0 \
libpulse-sys-1.18.0 \
memchr-2.3.4 \
libc-0.2.153 \
libpulse-binding-2.25.0 \
libpulse-sys-1.19.2 \
memchr-2.4.1 \
num-derive-0.3.3 \
num-traits-0.2.14 \
once_cell-1.6.0 \
once_cell-1.8.0 \
pango-0.9.1 \
pango-sys-0.10.0 \
pin-project-lite-0.2.4 \
pin-project-lite-0.2.7 \
pin-utils-0.1.0 \
pkg-config-0.3.19 \
proc-macro-crate-0.1.5 \
proc-macro-error-1.0.4 \
proc-macro-error-attr-1.0.4 \
proc-macro-hack-0.5.19 \
proc-macro-nested-0.1.7 \
proc-macro2-1.0.24 \
proc-macro2-1.0.29 \
quote-1.0.9 \
serde-1.0.123 \
slab-0.4.2 \
serde-1.0.130 \
slab-0.4.4 \
slice_as_array-1.1.0 \
strum-0.18.0 \
strum_macros-0.18.0 \
syn-1.0.60 \
syn-1.0.76 \
system-deps-1.3.2 \
thiserror-1.0.24 \
thiserror-impl-1.0.24 \
thiserror-1.0.29 \
thiserror-impl-1.0.29 \
toml-0.5.8 \
unicode-segmentation-1.7.1 \
unicode-xid-0.2.1 \
unicode-segmentation-1.8.0 \
unicode-xid-0.2.2 \
version-compare-0.0.10 \
version_check-0.9.2 \
version_check-0.9.3 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0
Expand Down

0 comments on commit 0b5d1ec

Please sign in to comment.