Received: by mail.netbsd.org (Postfix, from userid 605) id 4D95A84D60; Thu, 23 Nov 2017 14:38:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CCC3D84D30 for ; Thu, 23 Nov 2017 14:38:41 +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 qIV5WO9l-GIj for ; Thu, 23 Nov 2017 14:38:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 59DC784C2E for ; Thu, 23 Nov 2017 14:38:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55091FB40; Thu, 23 Nov 2017 14:38:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511447921145290" MIME-Version: 1.0 Date: Thu, 23 Nov 2017 14:38:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/musicpd To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171123143841.55091FB40@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. --_----------=_1511447921145290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Nov 23 14:38:41 UTC 2017 Modified Files: pkgsrc/audio/musicpd: Makefile distinfo Log Message: musicpd: update to 0.20.11. ver 0.20.11 (2017/10/18) * storage - curl: support Content-Type application/xml * decoder - ffmpeg: more reliable song duration - gme: fix track numbering * improve random song order when switching songs manually * fix case insensitive search without libicu * fix Unicode file names in playlists on Windows * fix endless loop when accessing malformed file names in ZIP files To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 pkgsrc/audio/musicpd/Makefile cvs rdiff -u -r1.83 -r1.84 pkgsrc/audio/musicpd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511447921145290 Content-Disposition: inline Content-Length: 1688 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.151 pkgsrc/audio/musicpd/Makefile:1.152 --- pkgsrc/audio/musicpd/Makefile:1.151 Mon Sep 18 09:53:11 2017 +++ pkgsrc/audio/musicpd/Makefile Thu Nov 23 14:38:41 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.151 2017/09/18 09:53:11 maya Exp $ +# $NetBSD: Makefile,v 1.152 2017/11/23 14:38:41 wiz Exp $ -DISTNAME= mpd-0.20.10 +DISTNAME= mpd-0.20.11 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/mpd/0.20/ #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/} Index: pkgsrc/audio/musicpd/distinfo diff -u pkgsrc/audio/musicpd/distinfo:1.83 pkgsrc/audio/musicpd/distinfo:1.84 --- pkgsrc/audio/musicpd/distinfo:1.83 Mon Sep 4 14:43:17 2017 +++ pkgsrc/audio/musicpd/distinfo Thu Nov 23 14:38:41 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.83 2017/09/04 14:43:17 wiz Exp $ +$NetBSD: distinfo,v 1.84 2017/11/23 14:38:41 wiz Exp $ -SHA1 (mpd-0.20.10.tar.xz) = acb9c08a855f5777e4ecd4507c8964794a71e6b1 -RMD160 (mpd-0.20.10.tar.xz) = 59b016069b164cfee68d9ad857c35bd494d1fa89 -SHA512 (mpd-0.20.10.tar.xz) = bac6a71e5b85600c590eae6b785474574cf0d7b03d9add537161b968a2997a975a597639a9fece119a01a7e27b5207523e4ae30b2f4f35791eff8c3ff26d107c -Size (mpd-0.20.10.tar.xz) = 778828 bytes +SHA1 (mpd-0.20.11.tar.xz) = 6fb0e86a0d5cb7c0ec250a646dd11d42d4678c52 +RMD160 (mpd-0.20.11.tar.xz) = 18a92b2bff4cb5aca2c3db7988ba4b556d9c1025 +SHA512 (mpd-0.20.11.tar.xz) = 1dd1c366f7ed43a497a6f2622b7ea01e822b582efd7868498ae73f1617c0abadac1a8aae5bf8b7f9aa561d247dc5d0f2c9c3903d8ddf2da28e6c124a378050f0 +Size (mpd-0.20.11.tar.xz) = 780064 bytes --_----------=_1511447921145290--