audio/musicpd: Update to upstream release 0.23.17

Details:
- Mostly bugfixes, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.17/NEWS

MFH:		2025Q1
This commit is contained in:
Thomas Zander 2025-02-01 09:22:50 +01:00
parent 5be6e8912c
commit 273a498b53
No known key found for this signature in database
GPG key ID: 856D8ED47C7EAFA5
5 changed files with 37 additions and 5 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= musicpd
PORTVERSION= 0.23.16
PORTREVISION= 1
PORTVERSION= 0.23.17
CATEGORIES= audio
MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1733527257
SHA256 (mpd-0.23.16.tar.xz) = 9668e36df80de485683c962d02845bf314d8a08e6141af7afeff76401e32b2c1
SIZE (mpd-0.23.16.tar.xz) = 778572
TIMESTAMP = 1738356364
SHA256 (mpd-0.23.17.tar.xz) = a86f4fe811695743b08db82a9f1a840b8918bb4f46b06f48aa1d8d1b5386dff2
SIZE (mpd-0.23.17.tar.xz) = 779344

View file

@ -0,0 +1,11 @@
--- src/lib/yajl/Callbacks.hxx.orig 2025-01-29 16:11:53 UTC
+++ src/lib/yajl/Callbacks.hxx
@@ -32,7 +32,7 @@
#include "util/Cast.hxx"
#include "util/StringView.hxx"
-#include <yajl_parse.h>
+#include <yajl/yajl_parse.h>
namespace Yajl {

View file

@ -0,0 +1,11 @@
--- src/lib/yajl/Gen.hxx.orig 2025-01-29 16:11:53 UTC
+++ src/lib/yajl/Gen.hxx
@@ -31,7 +31,7 @@
#include "util/ConstBuffer.hxx"
-#include <yajl_gen.h>
+#include <yajl/yajl_gen.h>
#include <algorithm>
#include <string_view>

View file

@ -0,0 +1,11 @@
--- src/lib/yajl/Handle.hxx.orig 2025-01-29 16:11:53 UTC
+++ src/lib/yajl/Handle.hxx
@@ -29,7 +29,7 @@
#pragma once
-#include <yajl_parse.h>
+#include <yajl/yajl_parse.h>
#include <utility>