diff options
author | riggs <riggs@FreeBSD.org> | 2017-03-11 19:39:37 +0000 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2017-03-11 19:39:37 +0000 |
commit | 76e0871cd7db1cdb50ac299ea5874b179e9e3c50 (patch) | |
tree | 07da19cfcaed97d7fa2028f419aeb5e9fb7171aa | |
parent | 2a91102d756ca1084b8957a97ee759a8f3ee26bb (diff) | |
download | FreeBSD-ports-76e0871cd7db1cdb50ac299ea5874b179e9e3c50.zip FreeBSD-ports-76e0871cd7db1cdb50ac299ea5874b179e9e3c50.tar.gz |
Update to upstream version 0.20.6 (bugfix release)
MFH: 2017Q1
-rw-r--r-- | audio/musicpd/Makefile | 2 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 6 | ||||
-rw-r--r-- | audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 51589ff..d1a6ffa 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 2829019..4dcb241 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 356f39e..0000000 --- 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 |