aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2017-03-13 06:29:02 +0000
committerThomas Zander <riggs@FreeBSD.org>2017-03-13 06:29:02 +0000
commit19f58368d061b9d9bcdf41b52280efd203f294f0 (patch)
tree6939fe9063c08e150b799126d5cabd57e1619de8
parent222d45910b0c227c1b4f8ea99aa85e9450cdd65d (diff)
downloadports-19f58368d061b9d9bcdf41b52280efd203f294f0.tar.gz
ports-19f58368d061b9d9bcdf41b52280efd203f294f0.zip
MFH: r435955
Update to upstream version 0.20.6 (bugfix release) Approved by: ports-secteam (junovitch)
Notes
Notes: svn path=/branches/2017Q1/; revision=436041
-rw-r--r--audio/musicpd/Makefile2
-rw-r--r--audio/musicpd/distinfo6
-rw-r--r--audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx11
3 files changed, 4 insertions, 15 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 51589ff0120f..d1a6ffa6a7f5 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= musicpd
-PORTVERSION= 0.20.5
+PORTVERSION= 0.20.6
CATEGORIES= audio ipv6
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo
index 28290193ee6b..4dcb241efbd0 100644
--- a/audio/musicpd/distinfo
+++ b/audio/musicpd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488034173
-SHA256 (mpd-0.20.5.tar.xz) = 525573be27443ae26868b21a61e88c03909e72f1212ddaa725a0389a28d88987
-SIZE (mpd-0.20.5.tar.xz) = 771276
+TIMESTAMP = 1489218787
+SHA256 (mpd-0.20.6.tar.xz) = f4055e1189e5cc00e83706b2e0b5ead924ced0303e073d7802ee9f9a8eba4b47
+SIZE (mpd-0.20.6.tar.xz) = 772140
diff --git a/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx b/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx
deleted file mode 100644
index 356f39ec3499..000000000000
--- a/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/decoder/plugins/WavpackDecoderPlugin.cxx.orig 2017-01-27 07:46:51 UTC
-+++ src/decoder/plugins/WavpackDecoderPlugin.cxx
-@@ -34,6 +34,8 @@
- #include <stdexcept>
- #include <memory>
-
-+#include <cstdlib>
-+
- #include <assert.h>
-
- #define ERRORLEN 80