Date: Sun, 26 May 2019 06:47:16 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502692 - head/audio/musicpd Message-ID: <201905260647.x4Q6lGbx000773@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun May 26 06:47:15 2019 New Revision: 502692 URL: https://svnweb.freebsd.org/changeset/ports/502692 Log: Update to upstream release 0.21.9 Details: - Bugfix release (includes fix for potential deadlock), see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.9/NEWS MFH: 2019Q2 Modified: head/audio/musicpd/Makefile head/audio/musicpd/distinfo Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sun May 26 06:02:10 2019 (r502691) +++ head/audio/musicpd/Makefile Sun May 26 06:47:15 2019 (r502692) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.21.8 +PORTVERSION= 0.21.9 CATEGORIES= audio ipv6 MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/musicpd/distinfo ============================================================================== --- head/audio/musicpd/distinfo Sun May 26 06:02:10 2019 (r502691) +++ head/audio/musicpd/distinfo Sun May 26 06:47:15 2019 (r502692) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556263944 -SHA256 (mpd-0.21.8.tar.xz) = 23e083f11356c66bfb4a53c00568d370f57707df56496b299c414aaae59a9757 -SIZE (mpd-0.21.8.tar.xz) = 670508 +TIMESTAMP = 1558790799 +SHA256 (mpd-0.21.9.tar.xz) = 39e25376ac2f4db26c3d074eba2ebeba10879a29c71abab33571019c1e520d3e +SIZE (mpd-0.21.9.tar.xz) = 671092
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905260647.x4Q6lGbx000773>