Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id F3A5F7A2AE for ; Sun, 22 Jan 2017 12:41:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 63394855CE; Sun, 22 Jan 2017 12:41:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5DC085597 for ; Sun, 22 Jan 2017 12:41:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IYEDeyiJW5Dd for ; Sun, 22 Jan 2017 12:41:22 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 77A1985579 for ; Sun, 22 Jan 2017 12:41:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E4FFFBA6; Sun, 22 Jan 2017 12:41:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1485088882251240" MIME-Version: 1.0 Date: Sun, 22 Jan 2017 12:41:22 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel/libmtp To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170122124122.6E4FFFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1485088882251240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Jan 22 12:41:22 UTC 2017 Modified Files: pkgsrc/devel/libmtp: Makefile distinfo Log Message: Update to 1.1.12 Changelog: I have just released libmtp 1.1.12. This release is largely meant as USB ID addition update. There was also an addition of a function called LIBMTP_Handle_Event(), to handle USB events asynchronously. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libmtp/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libmtp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1485088882251240 Content-Disposition: inline Content-Length: 1786 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libmtp/Makefile diff -u pkgsrc/devel/libmtp/Makefile:1.11 pkgsrc/devel/libmtp/Makefile:1.12 --- pkgsrc/devel/libmtp/Makefile:1.11 Sat Apr 9 10:09:14 2016 +++ pkgsrc/devel/libmtp/Makefile Sun Jan 22 12:41:22 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2016/04/09 10:09:14 richard Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/22 12:41:22 ryoon Exp $ # -DISTNAME= libmtp-1.1.11 +DISTNAME= libmtp-1.1.12 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmtp/} Index: pkgsrc/devel/libmtp/distinfo diff -u pkgsrc/devel/libmtp/distinfo:1.7 pkgsrc/devel/libmtp/distinfo:1.8 --- pkgsrc/devel/libmtp/distinfo:1.7 Sat Apr 9 10:09:14 2016 +++ pkgsrc/devel/libmtp/distinfo Sun Jan 22 12:41:22 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2016/04/09 10:09:14 richard Exp $ +$NetBSD: distinfo,v 1.8 2017/01/22 12:41:22 ryoon Exp $ -SHA1 (libmtp-1.1.11.tar.gz) = 4f7e79e15e6a0d0a3d76adbd1ca6d6c27d4b8424 -RMD160 (libmtp-1.1.11.tar.gz) = 619154b8b98c25132de26c96024387b8fcacc77e -SHA512 (libmtp-1.1.11.tar.gz) = 966d5d831695dc02411fbe0a153873d9e5604a00e75bf0d4cc1a957887a2e7656c82209f5bf86150f7b9af037d66a96b3e3523e16d5b52ae013b835febf622c9 -Size (libmtp-1.1.11.tar.gz) = 788911 bytes +SHA1 (libmtp-1.1.12.tar.gz) = 468641f64c5e51751503aecd14e83874d43e157d +RMD160 (libmtp-1.1.12.tar.gz) = 3a642426e2eedd3f82627036eea60d9b08ed0808 +SHA512 (libmtp-1.1.12.tar.gz) = 2fff8f6653aa1fa6d7a545fc4f0ae8cb3e54fdb4486a0f065b733ffb5c33f994f66067a697ffe52fe65fb39ffe2bacc418543f84e504e18f443e3c563a116c4f +Size (libmtp-1.1.12.tar.gz) = 776555 bytes SHA1 (patch-aa) = fe8a7722c460ff66e8106a1e4dcfb1e5188ae5b1 SHA1 (patch-configure) = 861bd3c416529a68babe1ec9692e45b2ebb7ffcf SHA1 (patch-configure.ac) = 8c6d80693dc9ddbf75f75d9cfa86a1f37ef6da1b --_----------=_1485088882251240--