svn commit: r514842 - head/audio/musicpd

Thomas Zander riggs at FreeBSD.org
Sat Oct 19 20:56:49 UTC 2019


Author: riggs
Date: Sat Oct 19 20:56:48 2019
New Revision: 514842
URL: https://svnweb.freebsd.org/changeset/ports/514842

Log:
  Update to upstream version 0.21.16
  
  Details:
  - Bugfix release, see
    https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.16/NEWS
  - Contains a potential crash when music_directory is not a directory
  
  MFH:		2019Q4 (hat: ports-secteam)

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

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Sat Oct 19 20:48:50 2019	(r514841)
+++ head/audio/musicpd/Makefile	Sat Oct 19 20:56:48 2019	(r514842)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	musicpd
-PORTVERSION=	0.21.15
-PORTREVISION=	2
+PORTVERSION=	0.21.16
 CATEGORIES=	audio
 MASTER_SITES=	https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}

Modified: head/audio/musicpd/distinfo
==============================================================================
--- head/audio/musicpd/distinfo	Sat Oct 19 20:48:50 2019	(r514841)
+++ head/audio/musicpd/distinfo	Sat Oct 19 20:56:48 2019	(r514842)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569662646
-SHA256 (mpd-0.21.15.tar.xz) = 4595adba2d8aa80b5a912bbb5185578abac3623ccc7e4897286993e4650a5022
-SIZE (mpd-0.21.15.tar.xz) = 673056
+TIMESTAMP = 1571473957
+SHA256 (mpd-0.21.16.tar.xz) = 30cf1bddf7d7388487276745ad3515f134e07f0c57f9f97cb2b5d3befd4a4d92
+SIZE (mpd-0.21.16.tar.xz) = 673732


More information about the svn-ports-head mailing list