Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 06:41:39 GMT
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 25c4a5379434 - main - audio/musicpd: Update to upstream release 0.23.13
Message-ID:  <202305270641.34R6fd2X055387@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by riggs:

URL: https://cgit.FreeBSD.org/ports/commit/?id=25c4a537943446d3a9fb58919a01eeccff774fe0

commit 25c4a537943446d3a9fb58919a01eeccff774fe0
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2023-05-26 07:02:30 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2023-05-27 06:41:36 +0000

    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
---
 audio/musicpd/Makefile                        | 3 +--
 audio/musicpd/distinfo                        | 6 +++---
 audio/musicpd/files/patch-doc_mpdconf.example | 8 ++++----
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 4479e427f2d0..b3e38e2e7aa0 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -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}
diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo
index fabe02855abb..bfc65ffd163c 100644
--- a/audio/musicpd/distinfo
+++ b/audio/musicpd/distinfo
@@ -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
diff --git a/audio/musicpd/files/patch-doc_mpdconf.example b/audio/musicpd/files/patch-doc_mpdconf.example
index d3401207e2e1..48eb896465cd 100644
--- a/audio/musicpd/files/patch-doc_mpdconf.example
+++ b/audio/musicpd/files/patch-doc_mpdconf.example
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305270641.34R6fd2X055387>