svn commit: r462155 - head/audio/musicpd

Thomas Zander riggs at FreeBSD.org
Sat Feb 17 13:32:53 UTC 2018


Author: riggs
Date: Sat Feb 17 13:32:52 2018
New Revision: 462155
URL: https://svnweb.freebsd.org/changeset/ports/462155

Log:
  Update to upstream version 0.20.17
  
  Details:
  - Fixes a crash when playing multi-channel-audio via alsa
  - Changelog
    https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.17/NEWS
  
  MFH:		2018Q1

Modified:
  head/audio/musicpd/Makefile
  head/audio/musicpd/distinfo

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Sat Feb 17 13:28:41 2018	(r462154)
+++ head/audio/musicpd/Makefile	Sat Feb 17 13:32:52 2018	(r462155)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	musicpd
-PORTVERSION=	0.20.16
+PORTVERSION=	0.20.17
 CATEGORIES=	audio ipv6
 MASTER_SITES=	http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}

Modified: head/audio/musicpd/distinfo
==============================================================================
--- head/audio/musicpd/distinfo	Sat Feb 17 13:28:41 2018	(r462154)
+++ head/audio/musicpd/distinfo	Sat Feb 17 13:32:52 2018	(r462155)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1517749336
-SHA256 (mpd-0.20.16.tar.xz) = 29e1676288e61a8bee6b687d23ba6ca42ccec4dc87c6a0e81d119aea27dcd06a
-SIZE (mpd-0.20.16.tar.xz) = 790708
+TIMESTAMP = 1518854676
+SHA256 (mpd-0.20.17.tar.xz) = 2cb0e7f0e219df60a04b3c997d8ed7ad458ebfd89fd045e03fbe727277d5dac1
+SIZE (mpd-0.20.17.tar.xz) = 792108


More information about the svn-ports-head mailing list