Date: Mon, 19 Aug 2019 11:11:00 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509272 - in branches/2019Q3/audio/musicpd: . files Message-ID: <201908191111.x7JBB0hQ046199@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Mon Aug 19 11:10:59 2019 New Revision: 509272 URL: https://svnweb.freebsd.org/changeset/ports/509272 Log: MFH: r509271 Update to upstream release 0.21.13 Details: - Bugfix release, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.13/NEWS - Includes a fix for spurious crackling sound with the MAD plugin While on it: - Merge UCL / pkg-message cleanup into quarterly branch Approved by: ports-secteam (riggs) Modified: branches/2019Q3/audio/musicpd/Makefile branches/2019Q3/audio/musicpd/distinfo branches/2019Q3/audio/musicpd/files/pkg-message.in Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/audio/musicpd/Makefile ============================================================================== --- branches/2019Q3/audio/musicpd/Makefile Mon Aug 19 11:06:00 2019 (r509271) +++ branches/2019Q3/audio/musicpd/Makefile Mon Aug 19 11:10:59 2019 (r509272) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.21.12 -PORTREVISION= 2 +PORTVERSION= 0.21.13 CATEGORIES= audio ipv6 MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: branches/2019Q3/audio/musicpd/distinfo ============================================================================== --- branches/2019Q3/audio/musicpd/distinfo Mon Aug 19 11:06:00 2019 (r509271) +++ branches/2019Q3/audio/musicpd/distinfo Mon Aug 19 11:10:59 2019 (r509272) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564910323 -SHA256 (mpd-0.21.12.tar.xz) = bb8a7341236a76c667980c261bc37ef4e22298ed850ab0a571448388d175a5bb -SIZE (mpd-0.21.12.tar.xz) = 672144 +TIMESTAMP = 1566206583 +SHA256 (mpd-0.21.13.tar.xz) = 95b70b268406bde15bda4464ef768f7e773417a8c776d42a678c5a5070855eea +SIZE (mpd-0.21.13.tar.xz) = 672184 Modified: branches/2019Q3/audio/musicpd/files/pkg-message.in ============================================================================== --- branches/2019Q3/audio/musicpd/files/pkg-message.in Mon Aug 19 11:06:00 2019 (r509271) +++ branches/2019Q3/audio/musicpd/files/pkg-message.in Mon Aug 19 11:10:59 2019 (r509272) @@ -1,5 +1,6 @@ -**************************************************************** - +[ +{ type: install + message: <<EOM The musicpd package has been successfully installed. In order to run the MPD server, you need to edit the provided @@ -37,5 +38,6 @@ NOTE: The musicpd server does not come with a client. GNOME / GTK: ario, gimmix, glurp, gmpc, sonata KDE / Qt: cantana, quimup, qmpdlient Web: phpmp - -**************************************************************** +EOM +} +]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908191111.x7JBB0hQ046199>