svn commit: r483124 - in branches/2018Q4/audio/musicpd: . files
Thomas Zander
riggs at FreeBSD.org
Sat Oct 27 10:47:06 UTC 2018
Author: riggs
Date: Sat Oct 27 10:47:05 2018
New Revision: 483124
URL: https://svnweb.freebsd.org/changeset/ports/483124
Log:
MFH: r483123
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
Approved by: ports-secteam (riggs)
Deleted:
branches/2018Q4/audio/musicpd/files/patch-src_input_Error.hxx
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 Sat Oct 27 10:42:08 2018 (r483123)
+++ branches/2018Q4/audio/musicpd/Makefile Sat Oct 27 10:47:05 2018 (r483124)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= musicpd
-PORTVERSION= 0.20.21
-PORTREVISION= 3
+PORTVERSION= 0.20.22
CATEGORIES= audio ipv6
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
Modified: branches/2018Q4/audio/musicpd/distinfo
==============================================================================
--- branches/2018Q4/audio/musicpd/distinfo Sat Oct 27 10:42:08 2018 (r483123)
+++ branches/2018Q4/audio/musicpd/distinfo Sat Oct 27 10:47:05 2018 (r483124)
@@ -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-branches
mailing list