diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2018-11-01 12:56:01 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2018-11-01 12:56:01 +0000 |
commit | 02754b736537a28637ab8194013d3360ddd225be (patch) | |
tree | cf8b86ae5b1782e22a8d7e9e248b94dd847f9e1c | |
parent | 5700e565de8971b5de8267a14e725ee912c56799 (diff) |
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)
Notes
Notes:
svn path=/branches/2018Q4/; revision=483662
-rw-r--r-- | audio/musicpd/Makefile | 4 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 4f9eabf64599..fc7d2721c4bd 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -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} @@ -12,8 +12,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 diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index d5eda702189b..718ea71a857c 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -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 |