audio/musicpd: Update to upstream release 0.23.13
Details: - Bugfix release, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.13/NEWS MFH: 2023Q2
This commit is contained in:
parent
0f6d5d783a
commit
25c4a53794
3 changed files with 8 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= musicpd
|
||||
PORTVERSION= 0.23.12
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.23.13
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
|
||||
DISTNAME= mpd-${PORTVERSION}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1674389526
|
||||
SHA256 (mpd-0.23.12.tar.xz) = b7fca62284ecc25a681ea6a07abc49200af5353be42cb5a31e3173be9d8702e7
|
||||
SIZE (mpd-0.23.12.tar.xz) = 774708
|
||||
TIMESTAMP = 1684823682
|
||||
SHA256 (mpd-0.23.13.tar.xz) = a96b01e6fbbb7e8ab25eb7c15d5c811c62eb19b76d143a802f51674791f1d519
|
||||
SIZE (mpd-0.23.13.tar.xz) = 776668
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- doc/mpdconf.example.orig 2021-11-11 09:16:36 UTC
|
||||
--- doc/mpdconf.example.orig 2023-05-22 17:46:38 UTC
|
||||
+++ doc/mpdconf.example
|
||||
@@ -10,14 +10,14 @@
|
||||
# be disabled and audio files will only be accepted over ipc socket (using
|
||||
|
@ -80,13 +80,13 @@
|
|||
#
|
||||
#database {
|
||||
# plugin "simple"
|
||||
-# path "~/.local/share/mpd/db
|
||||
-# path "~/.local/share/mpd/db"
|
||||
-# cache_directory "~/.local/share/mpd/cache"
|
||||
+# path "/var/mpd/.local/share/mpd/db
|
||||
+# path "/var/mpd/.local/share/mpd/db"
|
||||
+# cache_directory "/var/mpd/.local/share/mpd/cache"
|
||||
#}
|
||||
#
|
||||
# An example of database config for a sattelite setup
|
||||
# An example of database config for a satellite setup
|
||||
@@ -227,14 +227,14 @@ input {
|
||||
#
|
||||
# An example of an OSS output:
|
||||
|
|
Loading…
Reference in a new issue