Date: Thu, 14 Jan 2021 16:32:11 +0000 (UTC) From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561568 - head/audio/ncspot Message-ID: <202101141632.10EGWB1Q012220@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigo Date: Thu Jan 14 16:32:11 2021 New Revision: 561568 URL: https://svnweb.freebsd.org/changeset/ports/561568 Log: audio/ncspot: update to v0.3.0 Take port maintenership since I have a spotify account Full changelog for v0.3.0 : https://github.com/hrkfdn/ncspot/releases/tag/v0.3.0 Full changelog for v0.2.6 : https://github.com/hrkfdn/ncspot/releases/tag/v0.2.6 Full changelog for v0.2.5 : https://github.com/hrkfdn/ncspot/releases/tag/v0.2.5 Modified: head/audio/ncspot/Makefile head/audio/ncspot/distinfo Modified: head/audio/ncspot/Makefile ============================================================================== --- head/audio/ncspot/Makefile Thu Jan 14 15:51:19 2021 (r561567) +++ head/audio/ncspot/Makefile Thu Jan 14 16:32:11 2021 (r561568) @@ -2,11 +2,10 @@ PORTNAME= ncspot DISTVERSIONPREFIX= v -DISTVERSION= 0.2.4 -PORTREVISION= 2 +DISTVERSION= 0.3.0 CATEGORIES= audio -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= Ncurses Spotify client LICENSE= BSD2CLAUSE @@ -18,419 +17,428 @@ USES= cargo ncurses ssl USE_GITHUB= yes GH_ACCOUNT= hrkfdn -CARGO_CRATES= addr2line-0.13.0 \ - adler-0.2.3 \ - aes-0.3.2 \ - aes-ctr-0.3.0 \ - aes-soft-0.3.3 \ - aesni-0.6.0 \ - ahash-0.3.8 \ - ahash-0.4.5 \ - aho-corasick-0.7.13 \ - alga-0.9.3 \ - alsa-0.2.2 \ - alsa-sys-0.1.2 \ - ansi_term-0.11.0 \ - approx-0.3.2 \ - arc-swap-0.4.7 \ - array-macro-1.0.5 \ - arrayref-0.3.6 \ - arrayvec-0.5.1 \ - atty-0.2.14 \ - autocfg-0.1.7 \ - autocfg-1.0.1 \ - backtrace-0.3.52 \ - base64-0.9.3 \ - base64-0.10.1 \ - base64-0.12.3 \ - bindgen-0.53.3 \ - bit-set-0.5.2 \ - bit-vec-0.6.2 \ - bitflags-0.9.1 \ - bitflags-1.2.1 \ - blake2b_simd-0.5.10 \ - block-0.1.6 \ - block-buffer-0.7.3 \ - block-cipher-trait-0.6.2 \ - block-padding-0.1.5 \ - bumpalo-3.4.0 \ - byte-tools-0.3.1 \ - byteorder-1.3.4 \ - bytes-0.4.12 \ - bytes-0.5.6 \ - cc-1.0.61 \ - cexpr-0.4.0 \ - cfg-if-0.1.10 \ - cfg-if-1.0.0 \ - chrono-0.4.19 \ - clang-sys-0.29.3 \ - clap-2.33.3 \ - clipboard-0.5.0 \ - clipboard-win-2.2.0 \ - cloudabi-0.0.3 \ - const-random-0.1.11 \ - const-random-macro-0.1.11 \ - const_fn-0.4.2 \ - constant_time_eq-0.1.5 \ - cookie-0.12.0 \ - cookie_store-0.7.0 \ - core-foundation-0.7.0 \ - core-foundation-sys-0.5.1 \ - core-foundation-sys-0.7.0 \ - coreaudio-rs-0.9.1 \ - coreaudio-sys-0.2.5 \ - cpal-0.8.2 \ - crc32fast-1.2.0 \ - crossbeam-channel-0.4.4 \ - crossbeam-channel-0.5.0 \ - crossbeam-deque-0.7.3 \ - crossbeam-epoch-0.8.2 \ - crossbeam-queue-0.2.3 \ - crossbeam-utils-0.7.2 \ - crossbeam-utils-0.8.0 \ - crypto-mac-0.7.0 \ - ctr-0.3.2 \ - cursive-0.15.0 \ - cursive_core-0.1.1 \ - darling-0.9.0 \ - darling-0.10.2 \ - darling_core-0.9.0 \ - darling_core-0.10.2 \ - darling_macro-0.9.0 \ - darling_macro-0.10.2 \ - dbus-0.8.4 \ - dbus-0.9.0 \ - dbus-tree-0.9.0 \ - derive_builder-0.7.2 \ - derive_builder_core-0.5.0 \ - digest-0.8.1 \ - dirs-1.0.5 \ - dirs-next-1.0.1 \ - dirs-sys-next-0.1.0 \ - dotenv-0.13.0 \ - dtoa-0.4.6 \ - either-1.6.1 \ - encoding_rs-0.8.24 \ - enum-map-0.6.3 \ - enum-map-derive-0.4.3 \ - enumset-1.0.1 \ - enumset_derive-0.5.0 \ - env_logger-0.6.2 \ - error-chain-0.12.4 \ - failure-0.1.8 \ - failure_derive-0.1.8 \ - fake-simd-0.1.2 \ - fern-0.6.0 \ - flate2-1.0.18 \ - fnv-1.0.7 \ - foreign-types-0.3.2 \ - foreign-types-shared-0.1.1 \ - fuchsia-cprng-0.1.1 \ - fuchsia-zircon-0.3.3 \ - fuchsia-zircon-sys-0.3.3 \ - futures-0.1.30 \ - futures-0.3.7 \ - futures-channel-0.3.7 \ - futures-core-0.3.7 \ - futures-cpupool-0.1.8 \ - futures-executor-0.3.7 \ - futures-io-0.3.7 \ - futures-macro-0.3.7 \ - futures-sink-0.3.7 \ - futures-task-0.3.7 \ - futures-util-0.3.7 \ - generic-array-0.12.3 \ - getrandom-0.1.15 \ - getrandom-0.2.0 \ - gimli-0.22.0 \ - glob-0.3.0 \ - h2-0.1.26 \ - h2-0.2.6 \ - hashbrown-0.9.1 \ - heck-0.3.1 \ - hermit-abi-0.1.17 \ - hmac-0.7.1 \ - http-0.1.21 \ - http-0.2.1 \ - http-body-0.1.0 \ - http-body-0.3.1 \ - httparse-1.3.4 \ - httpdate-0.3.2 \ - humantime-1.3.0 \ - hyper-0.11.27 \ - hyper-0.12.35 \ - hyper-0.13.8 \ - hyper-proxy-0.4.1 \ - hyper-tls-0.3.2 \ - hyper-tls-0.4.3 \ - ident_case-1.0.1 \ - idna-0.1.5 \ - idna-0.2.0 \ - indexmap-1.6.0 \ - iovec-0.1.4 \ - ipnet-2.3.0 \ - itertools-0.8.2 \ - itoa-0.4.6 \ - js-sys-0.3.45 \ - kernel32-sys-0.2.2 \ - language-tags-0.2.2 \ - lazy_static-1.4.0 \ - lazycell-1.3.0 \ - lewton-0.9.4 \ - libc-0.2.80 \ - libdbus-sys-0.2.1 \ - libloading-0.5.2 \ - libm-0.2.1 \ - libpulse-sys-0.0.0 \ - librespot-audio-0.1.3 \ - librespot-core-0.1.3 \ - librespot-metadata-0.1.3 \ - librespot-playback-0.1.3 \ - librespot-protocol-0.1.3 \ - linear-map-1.2.0 \ - lock_api-0.3.4 \ - log-0.3.9 \ - log-0.4.11 \ - mac-notification-sys-0.3.0 \ - malloc_buf-0.0.6 \ - maplit-1.0.2 \ - matches-0.1.8 \ - matrixmultiply-0.2.3 \ - maybe-uninit-2.0.0 \ - memchr-2.3.3 \ - memoffset-0.5.6 \ - mime-0.3.16 \ - mime_guess-2.0.3 \ - miniz_oxide-0.4.3 \ - mio-0.6.22 \ - mio-uds-0.6.8 \ - miow-0.2.1 \ - nalgebra-0.18.1 \ - native-tls-0.2.4 \ - ncurses-5.99.0 \ - net2-0.2.35 \ - nix-0.9.0 \ - nom-5.1.2 \ - notify-rust-4.0.0 \ - num-0.3.0 \ - num-bigint-0.2.6 \ - num-complex-0.2.4 \ - num-complex-0.3.0 \ - num-integer-0.1.43 \ - num-iter-0.1.41 \ - num-rational-0.2.4 \ - num-rational-0.3.0 \ - num-traits-0.2.12 \ - num_cpus-1.13.0 \ - numtoa-0.1.0 \ - objc-0.2.7 \ - objc-foundation-0.1.1 \ - objc_id-0.1.1 \ - object-0.20.0 \ - ogg-0.7.0 \ - once_cell-1.4.1 \ - opaque-debug-0.2.3 \ - openssl-0.10.30 \ - openssl-probe-0.1.2 \ - openssl-sys-0.9.58 \ - owning_ref-0.4.1 \ - pancurses-0.16.1 \ - parking_lot-0.9.0 \ - parking_lot_core-0.6.2 \ - pbkdf2-0.3.0 \ - pdcurses-sys-0.7.1 \ - peeking_take_while-0.1.2 \ - percent-encoding-1.0.1 \ - percent-encoding-2.1.0 \ - pin-project-0.4.26 \ - pin-project-1.0.1 \ - pin-project-internal-0.4.26 \ - pin-project-internal-1.0.1 \ - pin-project-lite-0.1.10 \ - pin-utils-0.1.0 \ - pkg-config-0.3.18 \ - platform-dirs-0.3.0 \ - portaudio-rs-0.3.2 \ - portaudio-sys-0.1.1 \ - ppv-lite86-0.2.9 \ - proc-macro-hack-0.5.18 \ - proc-macro-nested-0.1.6 \ - proc-macro2-0.4.30 \ - proc-macro2-1.0.24 \ - protobuf-2.14.0 \ - protobuf-codegen-2.14.0 \ - protobuf-codegen-pure-2.14.0 \ - publicsuffix-1.5.4 \ - quick-error-1.2.3 \ - quote-0.3.15 \ - quote-0.6.13 \ - quote-1.0.7 \ - rand-0.3.23 \ - rand-0.4.6 \ - rand-0.5.6 \ - rand-0.6.5 \ - rand-0.7.3 \ - rand_chacha-0.1.1 \ - rand_chacha-0.2.2 \ - rand_core-0.3.1 \ - rand_core-0.4.2 \ - rand_core-0.5.1 \ - rand_hc-0.1.0 \ - rand_hc-0.2.0 \ - rand_isaac-0.1.1 \ - rand_jitter-0.1.4 \ - rand_os-0.1.3 \ - rand_pcg-0.1.2 \ - rand_xorshift-0.1.1 \ - random-0.12.2 \ - rawpointer-0.2.1 \ - rdrand-0.4.0 \ - redox_syscall-0.1.57 \ - redox_termios-0.1.1 \ - redox_users-0.3.5 \ - regex-1.4.1 \ - regex-syntax-0.6.20 \ - relay-0.1.1 \ - remove_dir_all-0.5.3 \ - reqwest-0.9.24 \ - reqwest-0.10.8 \ - rodio-0.9.0 \ - rspotify-0.10.0 \ - rust-argon2-0.8.2 \ - rustc-demangle-0.1.17 \ - rustc-hash-1.1.0 \ - rustc-serialize-0.3.24 \ - rustc_version-0.2.3 \ - ryu-1.0.5 \ - safemem-0.3.3 \ - schannel-0.1.19 \ - scoped-tls-0.1.2 \ - scopeguard-1.1.0 \ - security-framework-0.4.4 \ - security-framework-sys-0.4.3 \ - semver-0.9.0 \ - semver-parser-0.7.0 \ - serde-1.0.117 \ - serde_derive-1.0.117 \ - serde_json-1.0.59 \ - serde_urlencoded-0.5.5 \ - serde_urlencoded-0.6.1 \ - sha-1-0.8.2 \ - sha2-0.8.2 \ - shannon-0.2.0 \ - shell-words-0.1.0 \ - shlex-0.1.1 \ - signal-hook-0.1.16 \ - signal-hook-registry-1.2.1 \ - slab-0.3.0 \ - slab-0.4.2 \ - smallvec-0.2.1 \ - smallvec-0.6.13 \ - socket2-0.3.15 \ - stable_deref_trait-1.2.0 \ - stdweb-0.1.3 \ - stream-cipher-0.3.2 \ - string-0.2.1 \ - strsim-0.7.0 \ - strsim-0.8.0 \ - strsim-0.9.3 \ - strum-0.8.0 \ - strum-0.19.5 \ - strum_macros-0.8.0 \ - strum_macros-0.19.4 \ - subtle-1.0.0 \ - syn-0.11.11 \ - syn-0.15.44 \ - syn-1.0.48 \ - synom-0.11.3 \ - synstructure-0.12.4 \ - take-0.1.0 \ - tempfile-3.1.0 \ - term_size-0.3.2 \ - termcolor-1.1.0 \ - termion-1.5.5 \ - textwrap-0.11.0 \ - thiserror-1.0.21 \ - thiserror-impl-1.0.21 \ - thread_local-1.0.1 \ - time-0.1.44 \ - tinyvec-0.3.4 \ - tokio-0.1.22 \ - tokio-0.2.22 \ - tokio-buf-0.1.1 \ - tokio-codec-0.1.2 \ - tokio-core-0.1.17 \ - tokio-current-thread-0.1.7 \ - tokio-executor-0.1.10 \ - tokio-fs-0.1.7 \ - tokio-io-0.1.13 \ - tokio-proto-0.1.1 \ - tokio-reactor-0.1.12 \ - tokio-service-0.1.0 \ - tokio-socks-0.2.2 \ - tokio-sync-0.1.8 \ - tokio-tcp-0.1.4 \ - tokio-threadpool-0.1.18 \ - tokio-timer-0.2.13 \ - tokio-tls-0.3.1 \ - tokio-udp-0.1.6 \ - tokio-uds-0.2.7 \ - tokio-util-0.3.1 \ - toml-0.5.7 \ - tower-service-0.3.0 \ - tracing-0.1.21 \ - tracing-core-0.1.17 \ - try-lock-0.1.0 \ - try-lock-0.2.3 \ - try_from-0.3.2 \ - typenum-1.12.0 \ - unicase-2.6.0 \ - unicode-bidi-0.3.4 \ - unicode-normalization-0.1.13 \ - unicode-segmentation-1.6.0 \ - unicode-width-0.1.8 \ - unicode-xid-0.0.4 \ - unicode-xid-0.1.0 \ - unicode-xid-0.2.1 \ - url-1.7.2 \ - url-2.1.1 \ - uuid-0.7.4 \ - vcpkg-0.2.10 \ - vec_map-0.8.2 \ - vergen-3.1.0 \ - version_check-0.9.2 \ - void-1.0.2 \ - want-0.0.4 \ - want-0.2.0 \ - want-0.3.0 \ - wasi-0.9.0+wasi-snapshot-preview1 \ - wasi-0.10.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.68 \ - wasm-bindgen-backend-0.2.68 \ - wasm-bindgen-futures-0.4.18 \ - wasm-bindgen-macro-0.2.68 \ - wasm-bindgen-macro-support-0.2.68 \ - wasm-bindgen-shared-0.2.68 \ - web-sys-0.3.45 \ - webbrowser-0.5.5 \ - widestring-0.4.3 \ - winapi-0.2.8 \ - winapi-0.3.9 \ - winapi-build-0.1.1 \ - winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.5 \ - winapi-x86_64-pc-windows-gnu-0.4.0 \ - winreg-0.5.1 \ - winreg-0.6.2 \ - winreg-0.7.0 \ - winrt-0.4.0 \ - winrt-notification-0.2.2 \ - ws2_32-sys-0.2.1 \ - x11-clipboard-0.3.3 \ - xcb-0.8.2 \ - xi-unicode-0.2.1 \ - xml-rs-0.6.1 - +CARGO_CRATES= addr2line-0.14.1 \ + adler-0.2.3 \ + aes-0.3.2 \ + aes-ctr-0.3.0 \ + aes-soft-0.3.3 \ + aesni-0.6.0 \ + ahash-0.3.8 \ + ahash-0.4.7 \ + aho-corasick-0.7.15 \ + alga-0.9.3 \ + alsa-0.2.2 \ + alsa-sys-0.1.2 \ + ansi_term-0.11.0 \ + approx-0.3.2 \ + array-macro-1.0.5 \ + arrayref-0.3.6 \ + arrayvec-0.5.2 \ + atty-0.2.14 \ + autocfg-0.1.7 \ + autocfg-1.0.1 \ + backtrace-0.3.55 \ + base64-0.9.3 \ + base64-0.10.1 \ + base64-0.13.0 \ + bindgen-0.56.0 \ + bit-set-0.5.2 \ + bit-vec-0.6.3 \ + bitflags-0.9.1 \ + bitflags-1.2.1 \ + blake2b_simd-0.5.11 \ + block-0.1.6 \ + block-buffer-0.7.3 \ + block-cipher-trait-0.6.2 \ + block-padding-0.1.5 \ + bumpalo-3.4.0 \ + byte-tools-0.3.1 \ + byteorder-1.4.2 \ + bytes-0.4.12 \ + bytes-0.5.6 \ + bytes-1.0.1 \ + cc-1.0.66 \ + cexpr-0.4.0 \ + cfg-if-0.1.10 \ + cfg-if-1.0.0 \ + chrono-0.4.19 \ + clang-sys-1.0.3 \ + clap-2.33.3 \ + clipboard-0.5.0 \ + clipboard-win-2.2.0 \ + cloudabi-0.0.3 \ + const-random-0.1.13 \ + const-random-macro-0.1.13 \ + constant_time_eq-0.1.5 \ + cookie-0.12.0 \ + cookie_store-0.7.0 \ + core-foundation-0.9.1 \ + core-foundation-sys-0.5.1 \ + core-foundation-sys-0.8.2 \ + coreaudio-rs-0.9.1 \ + coreaudio-sys-0.2.8 \ + cpal-0.8.2 \ + crc32fast-1.2.1 \ + crossbeam-channel-0.4.4 \ + crossbeam-channel-0.5.0 \ + crossbeam-deque-0.7.3 \ + crossbeam-epoch-0.8.2 \ + crossbeam-queue-0.2.3 \ + crossbeam-utils-0.7.2 \ + crossbeam-utils-0.8.1 \ + crunchy-0.2.2 \ + crypto-mac-0.7.0 \ + ctr-0.3.2 \ + cursive-0.15.0 \ + cursive_core-0.1.1 \ + darling-0.9.0 \ + darling-0.10.2 \ + darling_core-0.9.0 \ + darling_core-0.10.2 \ + darling_macro-0.9.0 \ + darling_macro-0.10.2 \ + dbus-0.9.1 \ + dbus-tree-0.9.0 \ + derive_builder-0.7.2 \ + derive_builder_core-0.5.0 \ + digest-0.8.1 \ + dirs-1.0.5 \ + dirs-next-1.0.2 \ + dirs-sys-next-0.1.2 \ + dotenv-0.13.0 \ + dtoa-0.4.7 \ + either-1.6.1 \ + encoding_rs-0.8.26 \ + enum-map-0.6.4 \ + enum-map-derive-0.4.6 \ + enumset-1.0.1 \ + enumset_derive-0.5.0 \ + env_logger-0.6.2 \ + error-chain-0.12.4 \ + failure-0.1.8 \ + failure_derive-0.1.8 \ + fake-simd-0.1.2 \ + fern-0.6.0 \ + flate2-1.0.19 \ + fnv-1.0.7 \ + foreign-types-0.3.2 \ + foreign-types-shared-0.1.1 \ + form_urlencoded-1.0.0 \ + fuchsia-cprng-0.1.1 \ + fuchsia-zircon-0.3.3 \ + fuchsia-zircon-sys-0.3.3 \ + futures-0.1.30 \ + futures-0.3.10 \ + futures-channel-0.3.10 \ + futures-core-0.3.10 \ + futures-cpupool-0.1.8 \ + futures-executor-0.3.10 \ + futures-io-0.3.10 \ + futures-macro-0.3.10 \ + futures-sink-0.3.10 \ + futures-task-0.3.10 \ + futures-util-0.3.10 \ + generic-array-0.12.3 \ + getrandom-0.1.16 \ + getrandom-0.2.1 \ + gimli-0.23.0 \ + glob-0.3.0 \ + h2-0.1.26 \ + h2-0.2.7 \ + hashbrown-0.9.1 \ + heck-0.3.2 \ + hermit-abi-0.1.17 \ + hmac-0.7.1 \ + http-0.1.21 \ + http-0.2.3 \ + http-body-0.1.0 \ + http-body-0.3.1 \ + httparse-1.3.4 \ + httpdate-0.3.2 \ + humantime-1.3.0 \ + hyper-0.11.27 \ + hyper-0.12.35 \ + hyper-0.13.9 \ + hyper-proxy-0.4.1 \ + hyper-tls-0.3.2 \ + hyper-tls-0.4.3 \ + ident_case-1.0.1 \ + idna-0.1.5 \ + idna-0.2.0 \ + indexmap-1.6.1 \ + iovec-0.1.4 \ + ipnet-2.3.0 \ + itertools-0.8.2 \ + itoa-0.4.7 \ + js-sys-0.3.46 \ + kernel32-sys-0.2.2 \ + language-tags-0.2.2 \ + lazy_static-1.4.0 \ + lazycell-1.3.0 \ + lewton-0.9.4 \ + libc-0.2.82 \ + libdbus-sys-0.2.1 \ + libloading-0.6.6 \ + libm-0.2.1 \ + libpulse-sys-0.0.0 \ + librespot-audio-0.1.3 \ + librespot-core-0.1.3 \ + librespot-metadata-0.1.3 \ + librespot-playback-0.1.3 \ + librespot-protocol-0.1.3 \ + linear-map-1.2.0 \ + lock_api-0.3.4 \ + log-0.3.9 \ + log-0.4.13 \ + mac-notification-sys-0.3.0 \ + malloc_buf-0.0.6 \ + maplit-1.0.2 \ + matches-0.1.8 \ + matrixmultiply-0.2.4 \ + maybe-uninit-2.0.0 \ + memchr-2.3.4 \ + memoffset-0.5.6 \ + mime-0.3.16 \ + mime_guess-2.0.3 \ + miniz_oxide-0.4.3 \ + mio-0.6.23 \ + mio-uds-0.6.8 \ + miow-0.2.2 \ + nalgebra-0.18.1 \ + native-tls-0.2.7 \ + ncurses-5.100.0 \ + net2-0.2.37 \ + nix-0.9.0 \ + nom-5.1.2 \ + notify-rust-4.2.2 \ + num-0.3.1 \ + num-bigint-0.2.6 \ + num-complex-0.2.4 \ + num-complex-0.3.1 \ + num-integer-0.1.44 \ + num-iter-0.1.42 \ + num-rational-0.2.4 \ + num-rational-0.3.2 \ + num-traits-0.2.14 \ + num_cpus-1.13.0 \ + numtoa-0.1.0 \ + objc-0.2.7 \ + objc-foundation-0.1.1 \ + objc_id-0.1.1 \ + object-0.22.0 \ + ogg-0.7.1 \ + once_cell-1.5.2 \ + opaque-debug-0.2.3 \ + openssl-0.10.32 \ + openssl-probe-0.1.2 \ + openssl-sys-0.9.60 \ + owning_ref-0.4.1 \ + pancurses-0.16.1 \ + parking_lot-0.9.0 \ + parking_lot_core-0.6.2 \ + pbkdf2-0.3.0 \ + pdcurses-sys-0.7.1 \ + peeking_take_while-0.1.2 \ + percent-encoding-1.0.1 \ + percent-encoding-2.1.0 \ + pin-project-0.4.27 \ + pin-project-1.0.4 \ + pin-project-internal-0.4.27 \ + pin-project-internal-1.0.4 \ + pin-project-lite-0.1.11 \ + pin-project-lite-0.2.4 \ + pin-utils-0.1.0 \ + pkg-config-0.3.19 \ + platform-dirs-0.3.0 \ + portaudio-rs-0.3.2 \ + portaudio-sys-0.1.1 \ + ppv-lite86-0.2.10 \ + proc-macro-hack-0.5.19 \ + proc-macro-nested-0.1.6 \ + proc-macro2-0.4.30 \ + proc-macro2-1.0.24 \ + protobuf-2.14.0 \ + protobuf-codegen-2.14.0 \ + protobuf-codegen-pure-2.14.0 \ + publicsuffix-1.5.4 \ + quick-error-1.2.3 \ + quote-0.3.15 \ + quote-0.6.13 \ + quote-1.0.8 \ + rand-0.3.23 \ + rand-0.4.6 \ + rand-0.5.6 \ + rand-0.6.5 \ + rand-0.7.3 \ + rand-0.8.2 \ + rand_chacha-0.1.1 \ + rand_chacha-0.2.2 \ + rand_chacha-0.3.0 \ + rand_core-0.3.1 \ + rand_core-0.4.2 \ + rand_core-0.5.1 \ + rand_core-0.6.1 \ + rand_hc-0.1.0 \ + rand_hc-0.2.0 \ + rand_hc-0.3.0 \ + rand_isaac-0.1.1 \ + rand_jitter-0.1.4 \ + rand_os-0.1.3 \ + rand_pcg-0.1.2 \ + rand_xorshift-0.1.1 \ + random-0.12.2 \ + rawpointer-0.2.1 \ + rdrand-0.4.0 \ + redox_syscall-0.1.57 \ + redox_syscall-0.2.4 \ + redox_termios-0.1.1 \ + redox_users-0.3.5 \ + redox_users-0.4.0 \ + regex-1.4.3 \ + regex-syntax-0.6.22 \ + relay-0.1.1 \ + remove_dir_all-0.5.3 \ + reqwest-0.9.24 \ + reqwest-0.10.10 \ + rodio-0.9.0 \ + rspotify-0.10.0 \ + rust-argon2-0.8.3 \ + rustc-demangle-0.1.18 \ + rustc-hash-1.1.0 \ + rustc-serialize-0.3.24 \ + rustc_version-0.2.3 \ + ryu-1.0.5 \ + safemem-0.3.3 \ + schannel-0.1.19 \ + scoped-tls-0.1.2 \ + scopeguard-1.1.0 \ + security-framework-2.0.0 \ + security-framework-sys-2.0.0 \ + semver-0.9.0 \ + semver-parser-0.7.0 \ + serde-1.0.118 \ + serde_derive-1.0.118 \ + serde_json-1.0.61 \ + serde_urlencoded-0.5.5 \ + serde_urlencoded-0.7.0 \ + sha-1-0.8.2 \ + sha2-0.8.2 \ + shannon-0.2.0 \ + shell-words-0.1.0 \ + shlex-0.1.1 \ + signal-hook-0.1.17 \ + signal-hook-registry-1.3.0 \ + slab-0.3.0 \ + slab-0.4.2 \ + smallvec-0.2.1 \ + smallvec-0.6.14 \ + socket2-0.3.19 \ + stable_deref_trait-1.2.0 \ + stdweb-0.1.3 \ + stream-cipher-0.3.2 \ + string-0.2.1 \ + strsim-0.7.0 \ + strsim-0.8.0 \ + strsim-0.9.3 \ + strum-0.8.0 \ + strum-0.20.0 \ + strum_macros-0.8.0 \ + strum_macros-0.20.1 \ + subtle-1.0.0 \ + syn-0.11.11 \ + syn-0.15.44 \ + syn-1.0.57 \ + synom-0.11.3 \ + synstructure-0.12.4 \ + take-0.1.0 \ + tempfile-3.2.0 \ + term_size-0.3.2 \ + termcolor-1.1.2 \ + termion-1.5.5 \ + textwrap-0.11.0 \ + thiserror-1.0.23 \ + thiserror-impl-1.0.23 \ + thread_local-1.1.0 \ + time-0.1.43 \ + tiny-keccak-2.0.2 \ + tinyvec-1.1.0 \ + tinyvec_macros-0.1.0 \ + tokio-0.1.22 \ + tokio-0.2.24 \ + tokio-buf-0.1.1 \ + tokio-codec-0.1.2 \ + tokio-core-0.1.18 \ + tokio-current-thread-0.1.7 \ + tokio-executor-0.1.10 \ + tokio-fs-0.1.7 \ + tokio-io-0.1.13 \ + tokio-proto-0.1.1 \ + tokio-reactor-0.1.12 \ + tokio-service-0.1.0 \ + tokio-socks-0.3.0 \ + tokio-sync-0.1.8 \ + tokio-tcp-0.1.4 \ + tokio-threadpool-0.1.18 \ + tokio-timer-0.2.13 \ + tokio-tls-0.3.1 \ + tokio-udp-0.1.6 \ + tokio-uds-0.2.7 \ + tokio-util-0.3.1 \ + toml-0.5.8 \ + tower-service-0.3.0 \ + tracing-0.1.22 \ + tracing-core-0.1.17 \ + tracing-futures-0.2.4 \ + try-lock-0.1.0 \ + try-lock-0.2.3 \ + try_from-0.3.2 \ + typenum-1.12.0 \ + unicase-2.6.0 \ + unicode-bidi-0.3.4 \ + unicode-normalization-0.1.16 \ + unicode-segmentation-1.7.1 \ + unicode-width-0.1.8 \ + unicode-xid-0.0.4 \ + unicode-xid-0.1.0 \ + unicode-xid-0.2.1 \ + url-1.7.2 \ + url-2.2.0 \ + uuid-0.7.4 \ + vcpkg-0.2.11 \ + vec_map-0.8.2 \ + vergen-3.1.0 \ + version_check-0.9.2 \ + void-1.0.2 \ + want-0.0.4 \ + want-0.2.0 \ + want-0.3.0 \ + wasi-0.9.0+wasi-snapshot-preview1 \ + wasi-0.10.1+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.69 \ + wasm-bindgen-backend-0.2.69 \ + wasm-bindgen-futures-0.4.19 \ + wasm-bindgen-macro-0.2.69 \ + wasm-bindgen-macro-support-0.2.69 \ + wasm-bindgen-shared-0.2.69 \ + web-sys-0.3.46 \ + webbrowser-0.5.5 \ + widestring-0.4.3 \ + winapi-0.2.8 \ + winapi-0.3.9 \ + winapi-build-0.1.1 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.5 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + winreg-0.5.1 \ + winreg-0.6.2 \ + winreg-0.7.0 \ + winrt-0.4.0 \ + winrt-notification-0.2.2 \ + ws2_32-sys-0.2.1 \ + x11-clipboard-0.3.3 \ + xcb-0.8.2 \ + xi-unicode-0.2.1 \ + xml-rs-0.6.1 CARGO_FEATURES= --no-default-features cursive/pancurses-backend PLIST_FILES= bin/ncspot Modified: head/audio/ncspot/distinfo ============================================================================== --- head/audio/ncspot/distinfo Thu Jan 14 15:51:19 2021 (r561567) +++ head/audio/ncspot/distinfo Thu Jan 14 16:32:11 2021 (r561568) @@ -1,6 +1,6 @@ -TIMESTAMP = 1603817537 -SHA256 (rust/crates/addr2line-0.13.0.tar.gz) = 1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072 -SIZE (rust/crates/addr2line-0.13.0.tar.gz) = 29996 +TIMESTAMP = 1610639494 +SHA256 (rust/crates/addr2line-0.14.1.tar.gz) = a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7 +SIZE (rust/crates/addr2line-0.14.1.tar.gz) = 31201 SHA256 (rust/crates/adler-0.2.3.tar.gz) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e SIZE (rust/crates/adler-0.2.3.tar.gz) = 12168 SHA256 (rust/crates/aes-0.3.2.tar.gz) = 54eb1d8fe354e5fc611daf4f2ea97dd45a765f4f1e4512306ec183ae2e8f20c9 @@ -13,10 +13,10 @@ SHA256 (rust/crates/aesni-0.6.0.tar.gz) = 2f70a6b5f971 SIZE (rust/crates/aesni-0.6.0.tar.gz) = 100722 SHA256 (rust/crates/ahash-0.3.8.tar.gz) = e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217 SIZE (rust/crates/ahash-0.3.8.tar.gz) = 28650 -SHA256 (rust/crates/ahash-0.4.5.tar.gz) = 0adac150c2dd5a9c864d054e07bda5e6bc010cd10036ea5f17e82a2f5867f735 -SIZE (rust/crates/ahash-0.4.5.tar.gz) = 49625 -SHA256 (rust/crates/aho-corasick-0.7.13.tar.gz) = 043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86 -SIZE (rust/crates/aho-corasick-0.7.13.tar.gz) = 111381 +SHA256 (rust/crates/ahash-0.4.7.tar.gz) = 739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e +SIZE (rust/crates/ahash-0.4.7.tar.gz) = 51474 +SHA256 (rust/crates/aho-corasick-0.7.15.tar.gz) = 7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5 +SIZE (rust/crates/aho-corasick-0.7.15.tar.gz) = 113071 SHA256 (rust/crates/alga-0.9.3.tar.gz) = 4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2 SIZE (rust/crates/alga-0.9.3.tar.gz) = 37838 SHA256 (rust/crates/alsa-0.2.2.tar.gz) = b4a0d4ebc8b23041c5de9bc9aee13b4bad844a589479701f31a5934cfe4aeb32 @@ -27,40 +27,38 @@ SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 SHA256 (rust/crates/approx-0.3.2.tar.gz) = f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3 SIZE (rust/crates/approx-0.3.2.tar.gz) = 14288 -SHA256 (rust/crates/arc-swap-0.4.7.tar.gz) = 4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034 -SIZE (rust/crates/arc-swap-0.4.7.tar.gz) = 48625 SHA256 (rust/crates/array-macro-1.0.5.tar.gz) = 06e97b4e522f9e55523001238ac59d13a8603af57f69980de5d8de4bbbe8ada6 SIZE (rust/crates/array-macro-1.0.5.tar.gz) = 7610 SHA256 (rust/crates/arrayref-0.3.6.tar.gz) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544 SIZE (rust/crates/arrayref-0.3.6.tar.gz) = 10035 -SHA256 (rust/crates/arrayvec-0.5.1.tar.gz) = cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8 -SIZE (rust/crates/arrayvec-0.5.1.tar.gz) = 26816 +SHA256 (rust/crates/arrayvec-0.5.2.tar.gz) = 23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b +SIZE (rust/crates/arrayvec-0.5.2.tar.gz) = 27838 SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 SHA256 (rust/crates/autocfg-0.1.7.tar.gz) = 1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2 SIZE (rust/crates/autocfg-0.1.7.tar.gz) = 12158 SHA256 (rust/crates/autocfg-1.0.1.tar.gz) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a SIZE (rust/crates/autocfg-1.0.1.tar.gz) = 12908 -SHA256 (rust/crates/backtrace-0.3.52.tar.gz) = f813291114c186a042350e787af10c26534601062603d888be110f59f85ef8fa -SIZE (rust/crates/backtrace-0.3.52.tar.gz) = 71838 +SHA256 (rust/crates/backtrace-0.3.55.tar.gz) = ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598 +SIZE (rust/crates/backtrace-0.3.55.tar.gz) = 73145 SHA256 (rust/crates/base64-0.9.3.tar.gz) = 489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643 SIZE (rust/crates/base64-0.9.3.tar.gz) = 37993 SHA256 (rust/crates/base64-0.10.1.tar.gz) = 0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e SIZE (rust/crates/base64-0.10.1.tar.gz) = 41988 -SHA256 (rust/crates/base64-0.12.3.tar.gz) = 3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff -SIZE (rust/crates/base64-0.12.3.tar.gz) = 57545 -SHA256 (rust/crates/bindgen-0.53.3.tar.gz) = c72a978d268b1d70b0e963217e60fdabd9523a941457a6c42a7315d15c7e89e5 -SIZE (rust/crates/bindgen-0.53.3.tar.gz) = 191629 +SHA256 (rust/crates/base64-0.13.0.tar.gz) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd +SIZE (rust/crates/base64-0.13.0.tar.gz) = 62070 +SHA256 (rust/crates/bindgen-0.56.0.tar.gz) = 2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239 +SIZE (rust/crates/bindgen-0.56.0.tar.gz) = 198300 SHA256 (rust/crates/bit-set-0.5.2.tar.gz) = 6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de SIZE (rust/crates/bit-set-0.5.2.tar.gz) = 14093 -SHA256 (rust/crates/bit-vec-0.6.2.tar.gz) = 5f0dc55f2d8a1a85650ac47858bb001b4c0dd73d79e3c455a842925e68d29cd3 -SIZE (rust/crates/bit-vec-0.6.2.tar.gz) = 19630 +SHA256 (rust/crates/bit-vec-0.6.3.tar.gz) = 349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb +SIZE (rust/crates/bit-vec-0.6.3.tar.gz) = 19927 SHA256 (rust/crates/bitflags-0.9.1.tar.gz) = 4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5 SIZE (rust/crates/bitflags-0.9.1.tar.gz) = 12406 SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/blake2b_simd-0.5.10.tar.gz) = d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a -SIZE (rust/crates/blake2b_simd-0.5.10.tar.gz) = 34093 +SHA256 (rust/crates/blake2b_simd-0.5.11.tar.gz) = afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587 +SIZE (rust/crates/blake2b_simd-0.5.11.tar.gz) = 34096 SHA256 (rust/crates/block-0.1.6.tar.gz) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a SIZE (rust/crates/block-0.1.6.tar.gz) = 4077 SHA256 (rust/crates/block-buffer-0.7.3.tar.gz) = c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b @@ -73,14 +71,16 @@ SHA256 (rust/crates/bumpalo-3.4.0.tar.gz) = 2e8c087f00 SIZE (rust/crates/bumpalo-3.4.0.tar.gz) = 129102 SHA256 (rust/crates/byte-tools-0.3.1.tar.gz) = e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7 SIZE (rust/crates/byte-tools-0.3.1.tar.gz) = 5526 -SHA256 (rust/crates/byteorder-1.3.4.tar.gz) = 08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de -SIZE (rust/crates/byteorder-1.3.4.tar.gz) = 21943 +SHA256 (rust/crates/byteorder-1.4.2.tar.gz) = ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b +SIZE (rust/crates/byteorder-1.4.2.tar.gz) = 22148 SHA256 (rust/crates/bytes-0.4.12.tar.gz) = 206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c SIZE (rust/crates/bytes-0.4.12.tar.gz) = 46361 SHA256 (rust/crates/bytes-0.5.6.tar.gz) = 0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38 SIZE (rust/crates/bytes-0.5.6.tar.gz) = 46291 -SHA256 (rust/crates/cc-1.0.61.tar.gz) = ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d -SIZE (rust/crates/cc-1.0.61.tar.gz) = 53454 +SHA256 (rust/crates/bytes-1.0.1.tar.gz) = b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040 +SIZE (rust/crates/bytes-1.0.1.tar.gz) = 48142 +SHA256 (rust/crates/cc-1.0.66.tar.gz) = 4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48 +SIZE (rust/crates/cc-1.0.66.tar.gz) = 53454 SHA256 (rust/crates/cexpr-0.4.0.tar.gz) = f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27 SIZE (rust/crates/cexpr-0.4.0.tar.gz) = 18023 SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 @@ -89,8 +89,8 @@ SHA256 (rust/crates/cfg-if-1.0.0.tar.gz) = baf1de43397 SIZE (rust/crates/cfg-if-1.0.0.tar.gz) = 7934 SHA256 (rust/crates/chrono-0.4.19.tar.gz) = 670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73 SIZE (rust/crates/chrono-0.4.19.tar.gz) = 155663 -SHA256 (rust/crates/clang-sys-0.29.3.tar.gz) = fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a -SIZE (rust/crates/clang-sys-0.29.3.tar.gz) = 36660 +SHA256 (rust/crates/clang-sys-1.0.3.tar.gz) = 0659001ab56b791be01d4b729c44376edc6718cf389a502e579b77b758f3296c +SIZE (rust/crates/clang-sys-1.0.3.tar.gz) = 36455 SHA256 (rust/crates/clap-2.33.3.tar.gz) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 SIZE (rust/crates/clap-2.33.3.tar.gz) = 201925 SHA256 (rust/crates/clipboard-0.5.0.tar.gz) = 25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7 @@ -99,32 +99,30 @@ SHA256 (rust/crates/clipboard-win-2.2.0.tar.gz) = e3a0 SIZE (rust/crates/clipboard-win-2.2.0.tar.gz) = 11079 SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 -SHA256 (rust/crates/const-random-0.1.11.tar.gz) = 02dc82c12dc2ee6e1ded861cf7d582b46f66f796d1b6c93fa28b911ead95da02 -SIZE (rust/crates/const-random-0.1.11.tar.gz) = 6283 -SHA256 (rust/crates/const-random-macro-0.1.11.tar.gz) = fc757bbb9544aa296c2ae00c679e81f886b37e28e59097defe0cf524306f6685 -SIZE (rust/crates/const-random-macro-0.1.11.tar.gz) = 6036 -SHA256 (rust/crates/const_fn-0.4.2.tar.gz) = ce90df4c658c62f12d78f7508cf92f9173e5184a539c10bfe54a3107b3ffd0f2 -SIZE (rust/crates/const_fn-0.4.2.tar.gz) = 14214 +SHA256 (rust/crates/const-random-0.1.13.tar.gz) = f590d95d011aa80b063ffe3253422ed5aa462af4e9867d43ce8337562bac77c4 +SIZE (rust/crates/const-random-0.1.13.tar.gz) = 6646 +SHA256 (rust/crates/const-random-macro-0.1.13.tar.gz) = 615f6e27d000a2bffbc7f2f6a8669179378fa27ee4d0a509e985dfc0a7defb40 +SIZE (rust/crates/const-random-macro-0.1.13.tar.gz) = 6359 SHA256 (rust/crates/constant_time_eq-0.1.5.tar.gz) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc SIZE (rust/crates/constant_time_eq-0.1.5.tar.gz) = 4936 SHA256 (rust/crates/cookie-0.12.0.tar.gz) = 888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5 SIZE (rust/crates/cookie-0.12.0.tar.gz) = 25953 SHA256 (rust/crates/cookie_store-0.7.0.tar.gz) = 46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c SIZE (rust/crates/cookie_store-0.7.0.tar.gz) = 25211 -SHA256 (rust/crates/core-foundation-0.7.0.tar.gz) = 57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171 -SIZE (rust/crates/core-foundation-0.7.0.tar.gz) = 25384 +SHA256 (rust/crates/core-foundation-0.9.1.tar.gz) = 0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62 +SIZE (rust/crates/core-foundation-0.9.1.tar.gz) = 25985 SHA256 (rust/crates/core-foundation-sys-0.5.1.tar.gz) = 716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa SIZE (rust/crates/core-foundation-sys-0.5.1.tar.gz) = 15974 -SHA256 (rust/crates/core-foundation-sys-0.7.0.tar.gz) = b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac -SIZE (rust/crates/core-foundation-sys-0.7.0.tar.gz) = 17033 +SHA256 (rust/crates/core-foundation-sys-0.8.2.tar.gz) = ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b +SIZE (rust/crates/core-foundation-sys-0.8.2.tar.gz) = 17461 *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101141632.10EGWB1Q012220>