Date: Thu, 21 Mar 2019 10:06: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: r496436 - in head/audio/musicpd: . files Message-ID: <201903211006.x2LA6G2Q051856@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Thu Mar 21 10:06:15 2019 New Revision: 496436 URL: https://svnweb.freebsd.org/changeset/ports/496436 Log: Update to upstream version 0.21.6 Details: - Mostly bugfix release, including seek fixes for opus and a use-after-free bug in playlist and flac files. - Upstream changelog see: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.6/NEWS MFH: 2019Q1 Deleted: head/audio/musicpd/files/patch-src_lib_cdio_Paranoia.hxx Modified: head/audio/musicpd/Makefile head/audio/musicpd/distinfo Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Thu Mar 21 09:36:32 2019 (r496435) +++ head/audio/musicpd/Makefile Thu Mar 21 10:06:15 2019 (r496436) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.21.5 -PORTREVISION= 1 +PORTVERSION= 0.21.6 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 Thu Mar 21 09:36:32 2019 (r496435) +++ head/audio/musicpd/distinfo Thu Mar 21 10:06:15 2019 (r496436) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550922923 -SHA256 (mpd-0.21.5.tar.xz) = 2ea9f0eb3a7bdae5d705adf4e8ec45ef38b5b9ddf133f32b8926dd4e205b0ef9 -SIZE (mpd-0.21.5.tar.xz) = 667624 +TIMESTAMP = 1553120841 +SHA256 (mpd-0.21.6.tar.xz) = 8d4d116acc069872ba68741016d284885e93f8558a88d0c7ed246b8e1f40e59f +SIZE (mpd-0.21.6.tar.xz) = 669272
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903211006.x2LA6G2Q051856>