diff options
author | tobik <tobik@FreeBSD.org> | 2019-05-28 12:25:02 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-05-28 12:25:02 +0800 |
commit | 384a4de7e5b853520bf1a91b66eca9116fae864e (patch) | |
tree | 051901ba31482b9e47131b1ebeb9144bf2164c43 /audio/spotifyd/files/patch-Cargo.toml | |
parent | 5bfd45d64c371f439140a7627747aa602df8950d (diff) | |
download | freebsd-ports-gnome-384a4de7e5b853520bf1a91b66eca9116fae864e.tar.gz freebsd-ports-gnome-384a4de7e5b853520bf1a91b66eca9116fae864e.tar.zst freebsd-ports-gnome-384a4de7e5b853520bf1a91b66eca9116fae864e.zip |
audio/spotifyd: Update to 0.2.9
Changes: https://github.com/Spotifyd/spotifyd/compare/v0.2.8...0.2.9
Diffstat (limited to 'audio/spotifyd/files/patch-Cargo.toml')
-rw-r--r-- | audio/spotifyd/files/patch-Cargo.toml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/audio/spotifyd/files/patch-Cargo.toml b/audio/spotifyd/files/patch-Cargo.toml deleted file mode 100644 index d4f85846176c..000000000000 --- a/audio/spotifyd/files/patch-Cargo.toml +++ /dev/null @@ -1,18 +0,0 @@ -Avoid a warning and potential future error that USES=cargo does not -correctly patch away when changing the `git` key to `path` via the -CARGO_USE_GITHUB machinery. - -warning: key `branch` is ignored for dependency (rust-crypto). This -will be considered an error in future versions - ---- Cargo.toml.orig 2019-01-19 21:21:47 UTC -+++ Cargo.toml -@@ -25,7 +25,7 @@ chrono = "0.4" - alsa = { version = "0.2", optional = true } - - [replace] --"rust-crypto:0.2.36" = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" } -+"rust-crypto:0.2.36" = { git = "https://github.com/awmath/rust-crypto.git" } - - [dependencies.librespot] - git = "https://github.com/librespot-org/librespot.git" |