Skip to content

Commit

Permalink
graphics/oxipng: update to 9.0.0
Browse files Browse the repository at this point in the history
Changes:	https://github.com/shssoichiro/oxipng/releases/tag/v9.0.0
Reported by:	GitHub (watch releases)
  • Loading branch information
jbeich committed Oct 11, 2023
1 parent ba1713e commit 5757599
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 152 deletions.
3 changes: 1 addition & 2 deletions graphics/oxipng/Makefile
@@ -1,6 +1,5 @@
PORTNAME= oxipng
DISTVERSION= 8.0.0
PORTREVISION= 7
DISTVERSION= 9.0.0
CATEGORIES= graphics
MASTER_SITES= CRATESIO
# XXX Teach USES=cargo to have proper default
Expand Down
106 changes: 57 additions & 49 deletions graphics/oxipng/Makefile.crates
@@ -1,76 +1,84 @@
CARGO_CRATES= adler-1.0.2 \
adler32-1.2.0 \
atty-0.2.14 \
anstream-0.3.2 \
anstyle-1.0.1 \
anstyle-parse-0.2.1 \
anstyle-query-1.0.0 \
anstyle-wincon-1.0.1 \
autocfg-1.1.0 \
bitflags-1.3.2 \
bitvec-1.0.1 \
bytemuck-1.12.3 \
bytemuck-1.13.1 \
byteorder-1.4.3 \
cc-1.0.78 \
cc-1.0.79 \
cfg-if-1.0.0 \
clap-3.2.23 \
clap_lex-0.2.4 \
clap-4.3.8 \
clap_builder-4.3.8 \
clap_lex-0.5.0 \
color_quant-1.1.0 \
crc-3.0.0 \
crc-catalog-2.1.0 \
colorchoice-1.0.0 \
crc32fast-1.3.2 \
crossbeam-channel-0.5.6 \
crossbeam-deque-0.8.2 \
crossbeam-epoch-0.9.13 \
crossbeam-utils-0.8.14 \
either-1.8.0 \
filetime-0.2.19 \
flate2-1.0.25 \
crossbeam-channel-0.5.8 \
crossbeam-deque-0.8.3 \
crossbeam-epoch-0.9.15 \
crossbeam-utils-0.8.16 \
either-1.8.1 \
env_logger-0.10.0 \
equivalent-1.0.0 \
errno-0.3.1 \
errno-dragonfly-0.1.2 \
fdeflate-0.3.0 \
filetime-0.2.21 \
flate2-1.0.26 \
funty-2.0.0 \
glob-0.3.0 \
hashbrown-0.12.3 \
hermit-abi-0.1.19 \
glob-0.3.1 \
hashbrown-0.14.0 \
hermit-abi-0.2.6 \
image-0.24.5 \
indexmap-1.9.2 \
iter-read-0.3.1 \
itertools-0.10.5 \
libc-0.2.139 \
libdeflate-sys-0.11.0 \
libdeflater-0.11.0 \
log-0.4.17 \
memoffset-0.7.1 \
miniz_oxide-0.6.2 \
hermit-abi-0.3.1 \
image-0.24.6 \
indexmap-2.0.0 \
io-lifetimes-1.0.11 \
is-terminal-0.4.7 \
libc-0.2.146 \
libdeflate-sys-1.19.0 \
libdeflater-1.19.0 \
linux-raw-sys-0.3.8 \
log-0.4.20 \
memoffset-0.9.0 \
miniz_oxide-0.7.1 \
num-integer-0.1.45 \
num-rational-0.4.1 \
num-traits-0.2.15 \
num_cpus-1.15.0 \
once_cell-1.16.0 \
os_str_bytes-6.4.1 \
png-0.17.7 \
png-0.17.9 \
radium-0.7.0 \
rayon-1.6.1 \
rayon-core-1.10.1 \
rayon-1.7.0 \
rayon-core-1.11.0 \
redox_syscall-0.2.16 \
rgb-0.8.34 \
rgb-0.8.36 \
rustc-hash-1.1.0 \
rustc_version-0.4.0 \
rustix-0.37.20 \
scopeguard-1.1.0 \
semver-1.0.16 \
stderrlog-0.5.4 \
semver-1.0.17 \
simd-adler32-0.3.7 \
strsim-0.10.0 \
tap-1.0.1 \
termcolor-1.1.3 \
textwrap-0.16.0 \
thread_local-1.1.4 \
typed-arena-2.0.1 \
wild-2.1.0 \
terminal_size-0.2.6 \
typed-arena-2.0.2 \
utf8parse-0.2.1 \
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_aarch64_gnullvm-0.42.0 \
windows_aarch64_msvc-0.42.0 \
windows_i686_gnu-0.42.0 \
windows_i686_msvc-0.42.0 \
windows_x86_64_gnu-0.42.0 \
windows_x86_64_gnullvm-0.42.0 \
windows_x86_64_msvc-0.42.0 \
windows-sys-0.48.0 \
windows-targets-0.48.0 \
windows_aarch64_gnullvm-0.48.0 \
windows_aarch64_msvc-0.48.0 \
windows_i686_gnu-0.48.0 \
windows_i686_msvc-0.48.0 \
windows_x86_64_gnu-0.48.0 \
windows_x86_64_gnullvm-0.48.0 \
windows_x86_64_msvc-0.48.0 \
wyz-0.5.1 \
zopfli-0.7.1
zopfli-0.8.0

0 comments on commit 5757599

Please sign in to comment.