git: ba40140edd40 - main - audio/spotify-qt: Update to 3.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jan 2024 09:32:13 UTC
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ba40140edd4069c1c0493eba7e3063a5b981662a
commit ba40140edd4069c1c0493eba7e3063a5b981662a
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-01 09:32:08 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-01 09:32:08 +0000
audio/spotify-qt: Update to 3.11
---
audio/spotify-qt/Makefile | 2 +-
audio/spotify-qt/distinfo | 6 +++---
.../files/patch-lib_include_lib_enum_playeraction.hpp | 12 ------------
3 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/audio/spotify-qt/Makefile b/audio/spotify-qt/Makefile
index bba824f3f4ba..3cc82517c4ad 100644
--- a/audio/spotify-qt/Makefile
+++ b/audio/spotify-qt/Makefile
@@ -1,5 +1,5 @@
PORTNAME= spotify-qt
-PORTVERSION= 3.10
+PORTVERSION= 3.11
DISTVERSIONPREFIX= v
CATEGORIES= audio
diff --git a/audio/spotify-qt/distinfo b/audio/spotify-qt/distinfo
index e0caac6b8c0a..1949aa5c51b8 100644
--- a/audio/spotify-qt/distinfo
+++ b/audio/spotify-qt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680644270
-SHA256 (kraxarn-spotify-qt-v3.10_GH0.tar.gz) = 66191fc75f8571f40be16582caded2e6e3181434cbab5e85d3e9613c97ecb44f
-SIZE (kraxarn-spotify-qt-v3.10_GH0.tar.gz) = 799753
+TIMESTAMP = 1704037441
+SHA256 (kraxarn-spotify-qt-v3.11_GH0.tar.gz) = 91a2097fad58d87b47df7e328ec2fe4254ad463bfeaeb2d8d2e3afc5fbc2d31a
+SIZE (kraxarn-spotify-qt-v3.11_GH0.tar.gz) = 1923930
diff --git a/audio/spotify-qt/files/patch-lib_include_lib_enum_playeraction.hpp b/audio/spotify-qt/files/patch-lib_include_lib_enum_playeraction.hpp
deleted file mode 100644
index c62eb8999ad8..000000000000
--- a/audio/spotify-qt/files/patch-lib_include_lib_enum_playeraction.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- lib/include/lib/enum/playeraction.hpp.orig 2023-03-25 10:23:49 UTC
-+++ lib/include/lib/enum/playeraction.hpp
-@@ -63,3 +63,9 @@ namespace lib
- transferring_playback,
- };
- }
-+
-+namespace std {
-+ template <> struct hash<lib::player_action> {
-+ size_t operator() (const lib::player_action &t) const { return size_t(t); }
-+ };
-+}