mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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:
parent
5be6e8912c
commit
273a498b53
5 changed files with 37 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
11
audio/musicpd/files/patch-src_lib_yajl_Callbacks.hxx
Normal file
11
audio/musicpd/files/patch-src_lib_yajl_Callbacks.hxx
Normal 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 {
|
||||
|
11
audio/musicpd/files/patch-src_lib_yajl_Gen.hxx
Normal file
11
audio/musicpd/files/patch-src_lib_yajl_Gen.hxx
Normal 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>
|
11
audio/musicpd/files/patch-src_lib_yajl_Handle.hxx
Normal file
11
audio/musicpd/files/patch-src_lib_yajl_Handle.hxx
Normal 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>
|
||||
|
Loading…
Add table
Reference in a new issue