Received: by mail.netbsd.org (Postfix, from userid 605) id 73BF584D94; Thu, 8 Aug 2019 20:51:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E54FA84D91 for ; Thu, 8 Aug 2019 20:51:08 +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 2EKgiXzNqNtb for ; Thu, 8 Aug 2019 20:51:08 +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 64B4084D8C for ; Thu, 8 Aug 2019 20:51:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54325FBF4; Thu, 8 Aug 2019 20:51:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1565297468299450" MIME-Version: 1.0 Date: Thu, 8 Aug 2019 20:51:08 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/musicpd To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190808205108.54325FBF4@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. --_----------=_1565297468299450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Aug 8 20:51:08 UTC 2019 Modified Files: pkgsrc/audio/musicpd: Makefile distinfo Log Message: musicpd: Update to 0.21.13 ver 0.21.13 (2019/08/06) * input - cdio_paranoia: require libcdio-paranoia 10.2+0.93+1 * decoder - mad: fix crackling sound (0.21.12 regression) * output - jack: improved Windows compatibility ver 0.21.12 (2019/08/03) * decoder - mad: update bit rate after seeking - mad: fix several bugs preventing the plugin from decoding the last frame - opus: ignore case in replay gain tag names - opus, vorbis: decode the "end of stream" packet * output - jack: fix mono-to-stereo conversion * player - don't restart unseekable song after failed seek attempt * Windows - support backslash in relative URIs loaded from playlists To generate a diff of this commit: cvs rdiff -u -r1.190 -r1.191 pkgsrc/audio/musicpd/Makefile cvs rdiff -u -r1.101 -r1.102 pkgsrc/audio/musicpd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1565297468299450 Content-Disposition: inline Content-Length: 1744 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.190 pkgsrc/audio/musicpd/Makefile:1.191 --- pkgsrc/audio/musicpd/Makefile:1.190 Sun Jul 21 22:24:27 2019 +++ pkgsrc/audio/musicpd/Makefile Thu Aug 8 20:51:08 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.190 2019/07/21 22:24:27 wiz Exp $ +# $NetBSD: Makefile,v 1.191 2019/08/08 20:51:08 nia Exp $ -DISTNAME= mpd-0.21.11 +DISTNAME= mpd-0.21.13 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/0.21/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/audio/musicpd/distinfo diff -u pkgsrc/audio/musicpd/distinfo:1.101 pkgsrc/audio/musicpd/distinfo:1.102 --- pkgsrc/audio/musicpd/distinfo:1.101 Mon Jul 15 13:47:14 2019 +++ pkgsrc/audio/musicpd/distinfo Thu Aug 8 20:51:08 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.101 2019/07/15 13:47:14 nia Exp $ +$NetBSD: distinfo,v 1.102 2019/08/08 20:51:08 nia Exp $ -SHA1 (mpd-0.21.11.tar.xz) = ae7c9ce111bdb7fdfe6316083fda56ad0a676438 -RMD160 (mpd-0.21.11.tar.xz) = b9c77baa7b138a9a9e25007e16d6269fe35c4090 -SHA512 (mpd-0.21.11.tar.xz) = 40e25428295f1bded618872c1450f6836c46b2e788dca06d0af134b939a25a7a9a215273bb005306df288e5dc5ccb44d4054c47e5583e54b970fa252e4b030a7 -Size (mpd-0.21.11.tar.xz) = 671444 bytes +SHA1 (mpd-0.21.13.tar.xz) = 501d8497a1cc37768db82ded3dcabe6450e93490 +RMD160 (mpd-0.21.13.tar.xz) = 19896b911ae99537fee28508c8a29b98e7a31b19 +SHA512 (mpd-0.21.13.tar.xz) = 626e658b4d53408be5419ce3a93a19005da5c5386119b241c1572eaaba96a628f941d5f46977de08e1de736eeab6cd6ba274d5df8f1df3e3f4b0df064a6ec43d +Size (mpd-0.21.13.tar.xz) = 672184 bytes SHA1 (patch-src_net_IPv6Address.hxx) = c9e9a5676451e6834fcef359266d37fc15f079e6 --_----------=_1565297468299450--