Received: by mail.netbsd.org (Postfix, from userid 605) id A796184E6B; Sat, 5 Jan 2019 12:43:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F16A84CEF for ; Sat, 5 Jan 2019 12:43:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yX57reSXjcWy for ; Sat, 5 Jan 2019 12:43:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4FCFC84CEE for ; Sat, 5 Jan 2019 12:43:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F02FFB16; Sat, 5 Jan 2019 12:43:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154669222738190" MIME-Version: 1.0 Date: Sat, 5 Jan 2019 12:43:47 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/audio/musicpd To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20190105124347.3F02FFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_154669222738190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Sat Jan 5 12:43:47 UTC 2019 Modified Files: pkgsrc/audio/musicpd: Makefile PLIST distinfo Removed Files: pkgsrc/audio/musicpd/patches: patch-src_client_ClientNew.cxx Log Message: musicpd: update to 0.21.4 Now GCC6 is required Upstream changes: ver 0.21.4 (2019/01/04) * database - inotify: fix crash bug "terminate called after throwing ..." - upnp: implement "list ... group" * output - httpd: declare protocol "HTTP/1.1" instead of "ICY" * remove libwrap support * Windows - fix "Failed to accept connection: unknown error" * fix Haiku build To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 pkgsrc/audio/musicpd/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/musicpd/PLIST cvs rdiff -u -r1.92 -r1.93 pkgsrc/audio/musicpd/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/audio/musicpd/patches/patch-src_client_ClientNew.cxx Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154669222738190 Content-Disposition: inline Content-Length: 2783 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/musicpd/Makefile diff -u pkgsrc/audio/musicpd/Makefile:1.178 pkgsrc/audio/musicpd/Makefile:1.179 --- pkgsrc/audio/musicpd/Makefile:1.178 Thu Dec 13 19:51:41 2018 +++ pkgsrc/audio/musicpd/Makefile Sat Jan 5 12:43:46 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.178 2018/12/13 19:51:41 adam Exp $ +# $NetBSD: Makefile,v 1.179 2019/01/05 12:43:46 triaxx Exp $ -DISTNAME= mpd-0.21.3 +DISTNAME= mpd-0.21.4 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/mpd/0.21/ #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/} @@ -22,7 +21,7 @@ USE_LANGUAGES= c c++ MESON_ARGS+= -Ddocumentation=true # c++14 -GCC_REQD+= 4.9 +GCC_REQD+= 6 CPPFLAGS.SunOS+= -std=gnu99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ Index: pkgsrc/audio/musicpd/PLIST diff -u pkgsrc/audio/musicpd/PLIST:1.10 pkgsrc/audio/musicpd/PLIST:1.11 --- pkgsrc/audio/musicpd/PLIST:1.10 Tue Dec 11 10:37:20 2018 +++ pkgsrc/audio/musicpd/PLIST Sat Jan 5 12:43:46 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2018/12/11 10:37:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2019/01/05 12:43:46 triaxx Exp $ bin/mpd man/man1/mpd.1 man/man5/mpd.conf.5 @@ -25,6 +25,7 @@ share/doc/mpd/html/_static/down.png share/doc/mpd/html/_static/file.png share/doc/mpd/html/_static/jquery-3.2.1.js share/doc/mpd/html/_static/jquery.js +share/doc/mpd/html/_static/language_data.js share/doc/mpd/html/_static/minus.png share/doc/mpd/html/_static/plus.png share/doc/mpd/html/_static/pygments.css Index: pkgsrc/audio/musicpd/distinfo diff -u pkgsrc/audio/musicpd/distinfo:1.92 pkgsrc/audio/musicpd/distinfo:1.93 --- pkgsrc/audio/musicpd/distinfo:1.92 Tue Dec 11 10:37:20 2018 +++ pkgsrc/audio/musicpd/distinfo Sat Jan 5 12:43:46 2019 @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.92 2018/12/11 10:37:20 wiz Exp $ +$NetBSD: distinfo,v 1.93 2019/01/05 12:43:46 triaxx Exp $ -SHA1 (mpd-0.21.3.tar.xz) = 271cb468f2a1dd63b2daa2db19a03ad19b4ad425 -RMD160 (mpd-0.21.3.tar.xz) = cf95848b219733726e38ab945965b3236185b2a7 -SHA512 (mpd-0.21.3.tar.xz) = c6ce513ea641d026594cd7ae6e9051bd0060e45f5839d89b350ba144cc9094a8e1490052df4d024cbc92d88680ee8e8bae14fc8037431394771018a75c3ee3d7 -Size (mpd-0.21.3.tar.xz) = 664992 bytes -SHA1 (patch-src_client_ClientNew.cxx) = 8f42af7515fc81f00647b3b4b2e5749a852ff699 +SHA1 (mpd-0.21.4.tar.xz) = ae5370bc90209e0f5d955094a83cee37d9ca15d9 +RMD160 (mpd-0.21.4.tar.xz) = 0af583f0f79d70d7eb39bf61baebae8120a173c2 +SHA512 (mpd-0.21.4.tar.xz) = 454fde206f98f89a58ac773037963ac895ee6ce3e7d1032c49b980a3bfbbb69782a62900a5c09e4b39f24b2d1bcd380d7b520935563dd3b8d02f701389389ca7 +Size (mpd-0.21.4.tar.xz) = 663648 bytes SHA1 (patch-src_net_IPv6Address.hxx) = c9e9a5676451e6834fcef359266d37fc15f079e6 --_----------=_154669222738190--