Update to libmpdclient-2.11

This commit is contained in:
dcoppa 2017-03-23 07:23:53 +00:00
parent 02ac51c265
commit 0d884cf1eb
4 changed files with 8 additions and 29 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.16 2015/09/11 12:21:47 dcoppa Exp $
# $OpenBSD: Makefile,v 1.17 2017/03/23 07:23:53 dcoppa Exp $
COMMENT= library for interfacing MPD
VER= 2.10
VER= 2.11
DISTNAME= libmpdclient-${VER}
REVISION= 0
SHARED_LIBS= mpdclient 2.1 # 2.10
SHARED_LIBS= mpdclient 2.2 # 2.11
CATEGORIES= audio
HOMEPAGE= http://www.musicpd.org/libs/libmpdclient/
@ -19,6 +18,6 @@ MASTER_SITES= http://www.musicpd.org/download/libmpdclient/${VER:R}/
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-documentation
CONFIGURE_ARGS+= --disable-documentation
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (libmpdclient-2.10.tar.gz) = v4jd2b7Ore8RFEgRraq+RQCABa8CNzWV2qA0Ruaxvz0=
SIZE (libmpdclient-2.10.tar.gz) = 377159
SHA256 (libmpdclient-2.11.tar.gz) = JJ1RDJYULxTIxF9fj2vYJL/UX1NMw4aqYMpJKrL5jt4=
SIZE (libmpdclient-2.11.tar.gz) = 400389

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-src_search_c,v 1.1 2015/09/11 12:21:47 dcoppa Exp $
commit 7a4726844b0b27363d53267c6906b57aca47e5d9
Author: Pieter De Gendt <pieter.degendt@gmail.com>
Date: Thu Jun 18 10:56:29 2015 +0200
Space required before window search argument
Signed-off-by: Pieter De Gendt <pieter.degendt@gmail.com>
--- src/search.c.orig Fri Sep 11 14:17:51 2015
+++ src/search.c Fri Sep 11 14:18:15 2015
@@ -300,7 +300,7 @@ mpd_search_add_window(struct mpd_connection *connectio
if (dest == NULL)
return false;
- snprintf(dest, size, "window %u:%u", start, end);
+ snprintf(dest, size, " window %u:%u", start, end);
return true;
}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2015/03/17 15:59:48 dcoppa Exp $
@comment $OpenBSD: PLIST,v 1.6 2017/03/23 07:23:53 dcoppa Exp $
include/mpd/
include/mpd/async.h
include/mpd/audio_format.h
@ -27,6 +27,7 @@ include/mpd/response.h
include/mpd/search.h
include/mpd/send.h
include/mpd/settings.h
include/mpd/socket.h
include/mpd/song.h
include/mpd/stats.h
include/mpd/status.h