Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Aug 2021 16:42:36 GMT
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f495f84dd144 - 2021Q3 - audio/musicpd: Update to upstream release 0.22.10
Message-ID:  <202108071642.177GganW049103@gitrepo.freebsd.org>

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

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

commit f495f84dd1445200e27291853919b2d24250f9e6
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2021-08-07 13:34:20 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2021-08-07 16:41:54 +0000

    audio/musicpd: Update to upstream release 0.22.10
    
    Details:
    - Bugfix release, see:
      https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.10/NEWS
    - Remove the defunct TIDAL plugin.
    
    MFH:            2021Q3
    (cherry picked from commit bd67074d3f496d501aaa4a164dbdef2651003193)
---
 audio/musicpd/Makefile | 7 ++-----
 audio/musicpd/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index b9b78abf0bb7..7f1276371af7 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	musicpd
-PORTVERSION=	0.22.9
+PORTVERSION=	0.22.10
 CATEGORIES=	audio
 MASTER_SITES=	https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}
@@ -51,7 +51,7 @@ OPTIONS_MULTI_FILE_FORMAT=	\
 OPTIONS_GROUP=	ACCESS PLAYBACK
 
 OPTIONS_GROUP_ACCESS=	CDPARANOIA CURL LAME MMS NFS PLAYLISTS QOBUZ \
-			SMB SOUNDCLOUD TIDAL YAJL
+			SMB SOUNDCLOUD YAJL
 
 OPTIONS_GROUP_PLAYBACK=	AO JACK OPENAL PULSEAUDIO \
 			SHOUTCAST SNDIO
@@ -67,7 +67,6 @@ QOBUZ_DESC=	Streaming service support: Qobuz
 SIDPLAY_DESC=	Sidplay support (C64 mono and stereo files)
 SMB_DESC=	SMB network support (currently strongly discouraged)
 SOUNDCLOUD_DESC=Streaming service support: SoundCloud
-TIDAL_DESC=	Streaming service support: TIDAL (currently defunct)
 TWOLAME_DESC=	TwoLAME support (mp2)
 VORBISENC_DESC=	Ogg Vorbis encoder
 WILDMIDI_DESC=	WildMIDI support (MIDI files)
@@ -192,8 +191,6 @@ QOBUZ_LIB_DEPENDS=	libgcrypt.so:security/libgcrypt
 QOBUZ_IMPLIES=		CURL YAJL
 SOUNDCLOUD_MESON_ENABLED=	soundcloud
 SOUNDCLOUD_IMPLIES=	CURL YAJL
-TIDAL_MESON_ENABLED=	tidal
-TIDAL_IMPLIES=		CURL YAJL
 
 # Misc library support
 AVAHI_MESON_ON=		-Dzeroconf=avahi
diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo
index 2685e051fc31..5833087cb2c2 100644
--- a/audio/musicpd/distinfo
+++ b/audio/musicpd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624793348
-SHA256 (mpd-0.22.9.tar.xz) = f937403297c2240bd4a569f4b937ee7ab17398a5284ba9df4d6d4c3a0512bc64
-SIZE (mpd-0.22.9.tar.xz) = 738432
+TIMESTAMP = 1628313364
+SHA256 (mpd-0.22.10.tar.xz) = 07c82535e9999c3d4a099d8e652c88724635125b3c9f265ba9b6f2974ff9e614
+SIZE (mpd-0.22.10.tar.xz) = 736456



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