Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Nov 2021 22:23:00 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: 1e937ded1548 - main - audio/musicpd: Update to upstream version 0.23.4
Message-ID:  <202111142223.1AEMN0Ar055122@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=1e937ded154880b45c5a68e506a48b9b72966d9d

commit 1e937ded154880b45c5a68e506a48b9b72966d9d
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2021-11-14 21:21:19 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2021-11-14 22:22:57 +0000

    audio/musicpd: Update to upstream version 0.23.4
    
    Details:
    - Bugfix release, see
      https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.4/NEWS
---
 audio/musicpd/Makefile                        |  2 +-
 audio/musicpd/distinfo                        |  6 +++---
 audio/musicpd/files/patch-doc_mpdconf.example | 28 ++++++++++++++-------------
 3 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index e5bdd227aac5..6d7424e58875 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	musicpd
-PORTVERSION=	0.23.3
+PORTVERSION=	0.23.4
 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 a02484d32872..3b16ab79d457 100644
--- a/audio/musicpd/distinfo
+++ b/audio/musicpd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1635759464
-SHA256 (mpd-0.23.3.tar.xz) = b300625701005c6b14649f11dac118d05540529a5385d05b7c3062c0ce08f399
-SIZE (mpd-0.23.3.tar.xz) = 767596
+TIMESTAMP = 1636881260
+SHA256 (mpd-0.23.4.tar.xz) = 2f359d30dd980f762d2bc324d916e48b731e8a4d456d01d120c61ad657e4c754
+SIZE (mpd-0.23.4.tar.xz) = 768768
diff --git a/audio/musicpd/files/patch-doc_mpdconf.example b/audio/musicpd/files/patch-doc_mpdconf.example
index 1e22b8d12ced..d3401207e2e1 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-08-24 20:15:22 UTC
+--- doc/mpdconf.example.orig	2021-11-11 09:16:36 UTC
 +++ doc/mpdconf.example
 @@ -10,14 +10,14 @@
  # be disabled and audio files will only be accepted over ipc socket (using
@@ -23,23 +23,25 @@
  #
 -#db_file			"~/.mpd/database"
 +db_file			"/var/mpd/.mpd/database"
- #
+ 
  # These settings are the locations for the daemon log files for the daemon.
- # These logs are great for troubleshooting, depending on your log_level
-@@ -34,25 +34,25 @@
- # The special value "syslog" makes MPD use the local syslog daemon. This
- # setting defaults to logging to syslog.
+ #
+@@ -35,7 +35,7 @@
+ # If you use systemd, do not configure a log_file.  With systemd, MPD
+ # defaults to the systemd journal, which is fine.
  #
 -#log_file			"~/.mpd/log"
 +log_file			"/var/mpd/.mpd/log"
- #
+ 
  # This setting sets the location of the file which stores the process ID
  # for use of mpd --kill and some init scripts. This setting is disabled by
- # default and the pid file will not be stored.
+@@ -43,19 +43,19 @@
+ #
+ # If you use systemd, do not configure a pid_file.
  #
 -#pid_file			"~/.mpd/pid"
 +pid_file			"/var/mpd/.mpd/pid"
- #
+ 
  # This setting sets the location of the file which contains information about
  # most variables to get MPD back into the same general shape it was in before
  # it was brought down. This setting is disabled by default and the server
@@ -56,7 +58,7 @@
  #
  ###############################################################################
  
-@@ -64,7 +64,7 @@
+@@ -67,7 +67,7 @@
  # initialization. This setting is disabled by default and MPD is run as the
  # current user.
  #
@@ -65,7 +67,7 @@
  #
  # This setting specifies the group that MPD will run as. If not specified
  # primary group of user specified with "user" setting will be used (if set).
-@@ -82,7 +82,7 @@
+@@ -85,7 +85,7 @@
  #bind_to_address		"any"
  #
  # And for Unix Socket
@@ -74,7 +76,7 @@
  #
  # This setting is the TCP port that is desired for the daemon to get assigned
  # to.
-@@ -178,8 +178,8 @@
+@@ -181,8 +181,8 @@
  #
  #database {
  #       plugin "simple"
@@ -85,7 +87,7 @@
  #}
  #
  # An example of database config for a sattelite setup
-@@ -224,14 +224,14 @@ input {
+@@ -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?202111142223.1AEMN0Ar055122>