From owner-svn-ports-head@freebsd.org Thu Jul 25 17:07:50 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B2B3EA94F3; Thu, 25 Jul 2019 17:07:50 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 94D7B8B735; Thu, 25 Jul 2019 17:07:50 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B49A1D39; Thu, 25 Jul 2019 17:07:50 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6PH7o1m075209; Thu, 25 Jul 2019 17:07:50 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6PH7oGt075207; Thu, 25 Jul 2019 17:07:50 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201907251707.x6PH7oGt075207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 25 Jul 2019 17:07:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507323 - head/audio/musicpd X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/audio/musicpd X-SVN-Commit-Revision: 507323 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 94D7B8B735 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2019 17:07:50 -0000 Author: riggs Date: Thu Jul 25 17:07:49 2019 New Revision: 507323 URL: https://svnweb.freebsd.org/changeset/ports/507323 Log: Update to upstream release 0.21.11 Details: - Bugfix release, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.11/NEWS - Mark TIDAL OPTION defunct: The Tidal streaming service made some changes to its protocol. The plugin can still be compiled, but it does currently not work. This is mentioned in the changelog (link above). MFH: 2019Q3 (hat: ports-secteam) Modified: head/audio/musicpd/Makefile head/audio/musicpd/distinfo Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Thu Jul 25 15:07:28 2019 (r507322) +++ head/audio/musicpd/Makefile Thu Jul 25 17:07:49 2019 (r507323) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.21.10 +PORTVERSION= 0.21.11 CATEGORIES= audio ipv6 MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} @@ -69,7 +69,7 @@ PLAYLISTS_DESC= Enable extra playlist support (wma, RS QOBUZ_DESC= Streaming service support: Qobuz SIDPLAY2_DESC= Sidplay support (C64 mono and stereo files) SOUNDCLOUD_DESC=Streaming service support: SoundCloud -TIDAL_DESC= Streaming service support: TIDAL +TIDAL_DESC= Streaming service support: TIDAL (currently defunct) TWOLAME_DESC= TwoLAME support (mp2) VORBISENC_DESC= Ogg Vorbis encoder WILDMIDI_DESC= WildMIDI support (MIDI files) Modified: head/audio/musicpd/distinfo ============================================================================== --- head/audio/musicpd/distinfo Thu Jul 25 15:07:28 2019 (r507322) +++ head/audio/musicpd/distinfo Thu Jul 25 17:07:49 2019 (r507323) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559916531 -SHA256 (mpd-0.21.10.tar.xz) = 136b5368e38c1efeb9759ea7fa53773cbd1d434485ce234fd0942c5fb1b1a93b -SIZE (mpd-0.21.10.tar.xz) = 670952 +TIMESTAMP = 1563964273 +SHA256 (mpd-0.21.11.tar.xz) = d32ef88b4404b188c4505462cfd3fb695463800c9d062e5148f782ca227a6cbd +SIZE (mpd-0.21.11.tar.xz) = 671444