Date: Thu, 1 Nov 2018 12:56:01 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483662 - branches/2018Q4/audio/musicpd Message-ID: <201811011256.wA1Cu1Pg035755@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Thu Nov 1 12:56:01 2018 New Revision: 483662 URL: https://svnweb.freebsd.org/changeset/ports/483662 Log: MFH: r483576 r483661 Now builds on powerpc64. Reported by: Piotr Kubaj Update to upstream version 0.20.23 Details: - Upstream changelog see: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.23/NEWS - Includes new bug fixes for crashes due to clang/llvm optimisation bug Approved by: ports-secteam (riggs) Modified: branches/2018Q4/audio/musicpd/Makefile branches/2018Q4/audio/musicpd/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/audio/musicpd/Makefile ============================================================================== --- branches/2018Q4/audio/musicpd/Makefile Thu Nov 1 12:51:51 2018 (r483661) +++ branches/2018Q4/audio/musicpd/Makefile Thu Nov 1 12:56:01 2018 (r483662) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.20.22 +PORTVERSION= 0.20.23 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} @@ -11,8 +11,6 @@ COMMENT= Remote-controllable music daemon LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN_powerpc64= Does not build on powerpc64 LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libicudata.so:devel/icu Modified: branches/2018Q4/audio/musicpd/distinfo ============================================================================== --- branches/2018Q4/audio/musicpd/distinfo Thu Nov 1 12:51:51 2018 (r483661) +++ branches/2018Q4/audio/musicpd/distinfo Thu Nov 1 12:56:01 2018 (r483662) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540622257 -SHA256 (mpd-0.20.22.tar.xz) = 78f4c4e2b5b5b4c542037f970c9253486b24e4a52e122d5859cd615b3b9a7cdd -SIZE (mpd-0.20.22.tar.xz) = 807084 +TIMESTAMP = 1541060556 +SHA256 (mpd-0.20.23.tar.xz) = 503e5f9f237290f568ff7956ab2f9aed563594bf749f19b8fe994fb21434afea +SIZE (mpd-0.20.23.tar.xz) = 806784
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811011256.wA1Cu1Pg035755>