svn commit: r493720 - in branches/2019Q1/audio/musicpd: . files

Thomas Zander riggs at FreeBSD.org
Sat Feb 23 17:35:09 UTC 2019


Author: riggs
Date: Sat Feb 23 17:35:07 2019
New Revision: 493720
URL: https://svnweb.freebsd.org/changeset/ports/493720

Log:
  MFH: r493719
  
  Update to upstream version 0.21.5
  
  Details:
  - Mostly bugfix release, see upstream changelog:
    https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.5/NEWS
  
  Approved by:	ports-secteam (riggs)

Added:
  branches/2019Q1/audio/musicpd/files/patch-src_lib_cdio_Paranoia.hxx
     - copied unchanged from r493719, head/audio/musicpd/files/patch-src_lib_cdio_Paranoia.hxx
Deleted:
  branches/2019Q1/audio/musicpd/files/patch-src_zeroconf_meson.build
Modified:
  branches/2019Q1/audio/musicpd/Makefile
  branches/2019Q1/audio/musicpd/distinfo
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/audio/musicpd/Makefile
==============================================================================
--- branches/2019Q1/audio/musicpd/Makefile	Sat Feb 23 17:33:13 2019	(r493719)
+++ branches/2019Q1/audio/musicpd/Makefile	Sat Feb 23 17:35:07 2019	(r493720)
@@ -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: branches/2019Q1/audio/musicpd/distinfo
==============================================================================
--- branches/2019Q1/audio/musicpd/distinfo	Sat Feb 23 17:33:13 2019	(r493719)
+++ branches/2019Q1/audio/musicpd/distinfo	Sat Feb 23 17:35:07 2019	(r493720)
@@ -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

Copied: branches/2019Q1/audio/musicpd/files/patch-src_lib_cdio_Paranoia.hxx (from r493719, head/audio/musicpd/files/patch-src_lib_cdio_Paranoia.hxx)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2019Q1/audio/musicpd/files/patch-src_lib_cdio_Paranoia.hxx	Sat Feb 23 17:35:07 2019	(r493720, copy of r493719, head/audio/musicpd/files/patch-src_lib_cdio_Paranoia.hxx)
@@ -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;
+ 


More information about the svn-ports-branches mailing list