git: bd67074d3f49 - main - audio/musicpd: Update to upstream release 0.22.10

Thomas Zander riggs at FreeBSD.org
Sat Aug 7 13:39:47 UTC 2021


The branch main has been updated by riggs:

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

commit bd67074d3f496d501aaa4a164dbdef2651003193
Author:     Thomas Zander <riggs at FreeBSD.org>
AuthorDate: 2021-08-07 13:34:20 +0000
Commit:     Thomas Zander <riggs at FreeBSD.org>
CommitDate: 2021-08-07 13:39:45 +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
---
 audio/musicpd/Makefile | 8 ++------
 audio/musicpd/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 2351925d51d5..7f1276371af7 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	musicpd
-PORTVERSION=	0.22.9
-PORTREVISION=	1
+PORTVERSION=	0.22.10
 CATEGORIES=	audio
 MASTER_SITES=	https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}
@@ -52,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
@@ -68,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)
@@ -193,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


More information about the dev-commits-ports-main mailing list