# $FreeBSD$
PORTNAME= musicpd
PORTVERSION= 0.19.15
PORTVERSION= 0.19.19
PORTREVISION= 4
CATEGORIES= audio ipv6
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
TIMESTAMP = 1465643698
TIMESTAMP = 1478607222
SHA256 (mpd-0.19.15.tar.xz) = 0cb9a223894b038ce966ce6d651d9b3ea3bdc7d7b9bec8d1e9e7e091cbc29b8b
SHA256 (mpd-0.19.19.tar.xz) = bc856cda4136403446d53d11576f86990b61d1fe4668f6008e9eae47450d4e1d
SIZE (mpd-0.19.15.tar.xz) = 704000
SIZE (mpd-0.19.19.tar.xz) = 707356
--- src/decoder/plugins/WildmidiDecoderPlugin.cxx.orig 2014-10-24 22:28:53 UTC
+++ src/decoder/plugins/WildmidiDecoderPlugin.cxx
@@ -94,7 +94,7 @@ wildmidi_file_decode(Decoder &decoder, P
DecoderCommand cmd;
do {
- char buffer[4096];
+ int8_t buffer[4096];
int len;
info = WildMidi_GetInfo(wm);