Date: Sat, 23 Feb 2019 17:33:14 +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: r493719 - in head/audio/musicpd: . files Message-ID: <201902231733.x1NHXEEp070615@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Feb 23 17:33:13 2019 New Revision: 493719 URL: https://svnweb.freebsd.org/changeset/ports/493719 Log: Update to upstream version 0.21.5 Details: - Mostly bugfix release, see upstream changelog: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.5/NEWS MFH: 2019Q1 Added: head/audio/musicpd/files/patch-src_lib_cdio_Paranoia.hxx (contents, props changed) Deleted: head/audio/musicpd/files/patch-src_zeroconf_meson.build Modified: head/audio/musicpd/Makefile head/audio/musicpd/distinfo Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sat Feb 23 17:29:45 2019 (r493718) +++ head/audio/musicpd/Makefile Sat Feb 23 17:33:13 2019 (r493719) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.21.4 -PORTREVISION= 1 +PORTVERSION= 0.21.5 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 Sat Feb 23 17:29:45 2019 (r493718) +++ head/audio/musicpd/distinfo Sat Feb 23 17:33:13 2019 (r493719) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547301787 -SHA256 (mpd-0.21.4.tar.xz) = 247112eabf1b818a4052db7f0f5917ab00831ebc60a1ec3bf1154da4dc16a5c7 -SIZE (mpd-0.21.4.tar.xz) = 663648 +TIMESTAMP = 1550922923 +SHA256 (mpd-0.21.5.tar.xz) = 2ea9f0eb3a7bdae5d705adf4e8ec45ef38b5b9ddf133f32b8926dd4e205b0ef9 +SIZE (mpd-0.21.5.tar.xz) = 667624 Added: head/audio/musicpd/files/patch-src_lib_cdio_Paranoia.hxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/musicpd/files/patch-src_lib_cdio_Paranoia.hxx Sat Feb 23 17:33:13 2019 (r493719) @@ -0,0 +1,11 @@ +--- src/lib/cdio/Paranoia.hxx.orig 2019-02-22 14:23:33 UTC ++++ src/lib/cdio/Paranoia.hxx +@@ -43,6 +43,8 @@ + #include <stdexcept> + #include <utility> + ++#include <cstdio> ++ + class CdromDrive { + cdrom_drive_t *drv = nullptr; +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902231733.x1NHXEEp070615>