Received: by mail.netbsd.org (Postfix, from userid 605) id 22D8B84E80; Mon, 16 Apr 2018 13:02:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1597184CD1 for ; Mon, 16 Apr 2018 13:02:21 +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 vFVXRDAWkzs5 for ; Mon, 16 Apr 2018 13:02:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 669EC84C71 for ; Mon, 16 Apr 2018 13:02:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60B4EFBEC; Mon, 16 Apr 2018 13:02:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152388374073240" MIME-Version: 1.0 Date: Mon, 16 Apr 2018 13:02:20 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/libmtp To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180416130220.60B4EFBEC@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. --_----------=_152388374073240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 16 13:02:20 UTC 2018 Modified Files: pkgsrc/devel/libmtp: Makefile distinfo Log Message: libmtp: update to 1.1.15. It contains lots of new IDs, bugfixes and also new features: - Improved file handling for files larger than 4GB - Support copy and move object functions - Passing device prop changed events. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/libmtp/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/libmtp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152388374073240 Content-Disposition: inline Content-Length: 1780 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.14 pkgsrc/devel/libmtp/Makefile:1.15 --- pkgsrc/devel/libmtp/Makefile:1.14 Sat Oct 21 12:26:55 2017 +++ pkgsrc/devel/libmtp/Makefile Mon Apr 16 13:02:20 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2017/10/21 12:26:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2018/04/16 13:02:20 wiz Exp $ -DISTNAME= libmtp-1.1.14 +DISTNAME= libmtp-1.1.15 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmtp/} Index: pkgsrc/devel/libmtp/distinfo diff -u pkgsrc/devel/libmtp/distinfo:1.10 pkgsrc/devel/libmtp/distinfo:1.11 --- pkgsrc/devel/libmtp/distinfo:1.10 Sat Oct 21 12:26:55 2017 +++ pkgsrc/devel/libmtp/distinfo Mon Apr 16 13:02:20 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2017/10/21 12:26:55 ryoon Exp $ +$NetBSD: distinfo,v 1.11 2018/04/16 13:02:20 wiz Exp $ -SHA1 (libmtp-1.1.14.tar.gz) = 22568b321e467cbc1fe222f8935107a53e57f3ab -RMD160 (libmtp-1.1.14.tar.gz) = 5b450b0a7c643ca6022ff899053666a91e96eeba -SHA512 (libmtp-1.1.14.tar.gz) = 337d259462cf9700fe5a5f09b38f4652045ee71249d54562661362e6d0ec7fe087ab77ec68d443e4fb84839a8ad9dc686c207d723ab47bc1a542dd0a71b294b1 -Size (libmtp-1.1.14.tar.gz) = 804354 bytes +SHA1 (libmtp-1.1.15.tar.gz) = c043053b0f219ab8968cc183f3a4477ae3337f6d +RMD160 (libmtp-1.1.15.tar.gz) = 13aba54024d7a541b5ecd652a9f650f7358ecec1 +SHA512 (libmtp-1.1.15.tar.gz) = c85f47ef4e05d7f5b47d06463ca97c123fa068c4b7369aeba496cb1cfa03f0148b3ba73feed7da96269ba94b76b4b81858ee4bda5af67b0aac3b07fe39b5354a +Size (libmtp-1.1.15.tar.gz) = 805983 bytes SHA1 (patch-aa) = fe8a7722c460ff66e8106a1e4dcfb1e5188ae5b1 SHA1 (patch-configure) = 861bd3c416529a68babe1ec9692e45b2ebb7ffcf SHA1 (patch-configure.ac) = 8c6d80693dc9ddbf75f75d9cfa86a1f37ef6da1b --_----------=_152388374073240--