svn commit: r483123 - in head/audio/musicpd: . files

Thomas Zander riggs at FreeBSD.org
Sat Oct 27 10:42:09 UTC 2018


Author: riggs
Date: Sat Oct 27 10:42:08 2018
New Revision: 483123
URL: https://svnweb.freebsd.org/changeset/ports/483123

Log:
  Update to upstream version 0.20.22
  
  Details:
  - Upstream changelog see:
    https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.22/NEWS
  - gcc_pure patch for src/input/Error.hxx was adopted upstream
    This is a confirmed bug in LLVM before 7.0, see
    https://bugs.llvm.org/show_bug.cgi?id=32611
  
  MFH:		2018Q4

Deleted:
  head/audio/musicpd/files/patch-src_input_Error.hxx
Modified:
  head/audio/musicpd/Makefile
  head/audio/musicpd/distinfo

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Sat Oct 27 10:32:23 2018	(r483122)
+++ head/audio/musicpd/Makefile	Sat Oct 27 10:42:08 2018	(r483123)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	musicpd
-PORTVERSION=	0.20.21
-PORTREVISION=	4
+PORTVERSION=	0.20.22
 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 Oct 27 10:32:23 2018	(r483122)
+++ head/audio/musicpd/distinfo	Sat Oct 27 10:42:08 2018	(r483123)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534662491
-SHA256 (mpd-0.20.21.tar.xz) = 8322764dc265c20f05c8c8fdfdd578b0722e74626bef56fcd8eebfb01acc58dc
-SIZE (mpd-0.20.21.tar.xz) = 800476
+TIMESTAMP = 1540622257
+SHA256 (mpd-0.20.22.tar.xz) = 78f4c4e2b5b5b4c542037f970c9253486b24e4a52e122d5859cd615b3b9a7cdd
+SIZE (mpd-0.20.22.tar.xz) = 807084


More information about the svn-ports-head mailing list