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 53FBD7A266 for ; Mon, 20 Mar 2017 13:15:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 046478563E; Mon, 20 Mar 2017 13:15:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8710A8563A for ; Mon, 20 Mar 2017 13:15:43 +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 ZoYXrmFW456g for ; Mon, 20 Mar 2017 13:15:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0AF3E85637 for ; Mon, 20 Mar 2017 13:15:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06C9AFBE4; Mon, 20 Mar 2017 13:15:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1490015743106720" MIME-Version: 1.0 Date: Mon, 20 Mar 2017 13:15:43 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/graphics/ruby-mini-magick To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170320131543.06C9AFBE4@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. --_----------=_1490015743106720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Mar 20 13:15:42 UTC 2017 Modified Files: pkgsrc/graphics/ruby-mini-magick: Makefile distinfo Log Message: Update ruby-mini-magick to 4.6.1. v4.6.1 12 Feb 2017 * Fixed MiniMagick::Image#data to be work for multilayer images where array is returned as the JSON representation (@bytheway875) * Fixed stdout and stderr buffer overload that can happen when processing many images using posix-spawn (@lest) v4.6.0 3 Dec 2016 * Fix Image#exif raising an error when an exif value contains a "=" chracter * Fix Image#exif raising an error when an exif value spans on multiple lines * Introduced Image#data as an alternative to Image#details, which uses ImageMagick's ability to retrieve identify -verbose output in JSON format. This eliminates possibility of any parsing errors. It is available on ImageMagick 6.8.8-3 or above. * Allow Image#format to accept a hash of options as a third argument, which will be added to the convert command before original path is added * Support Pathname in Image.new, as we already supported Pathname in Image.open * Added Tool#stdout which adds - to the command (the same as Tool#stdin does) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/ruby-mini-magick/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/ruby-mini-magick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1490015743106720 Content-Disposition: inline Content-Length: 1722 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ruby-mini-magick/Makefile diff -u pkgsrc/graphics/ruby-mini-magick/Makefile:1.20 pkgsrc/graphics/ruby-mini-magick/Makefile:1.21 --- pkgsrc/graphics/ruby-mini-magick/Makefile:1.20 Sat Oct 15 13:48:01 2016 +++ pkgsrc/graphics/ruby-mini-magick/Makefile Mon Mar 20 13:15:42 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2016/10/15 13:48:01 taca Exp $ +# $NetBSD: Makefile,v 1.21 2017/03/20 13:15:42 taca Exp $ -DISTNAME= mini_magick-4.5.1 +DISTNAME= mini_magick-4.6.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= graphics Index: pkgsrc/graphics/ruby-mini-magick/distinfo diff -u pkgsrc/graphics/ruby-mini-magick/distinfo:1.19 pkgsrc/graphics/ruby-mini-magick/distinfo:1.20 --- pkgsrc/graphics/ruby-mini-magick/distinfo:1.19 Sat Oct 15 13:48:01 2016 +++ pkgsrc/graphics/ruby-mini-magick/distinfo Mon Mar 20 13:15:42 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2016/10/15 13:48:01 taca Exp $ +$NetBSD: distinfo,v 1.20 2017/03/20 13:15:42 taca Exp $ -SHA1 (mini_magick-4.5.1.gem) = 010d12f41d99b9064583778da44f6ff05d566434 -RMD160 (mini_magick-4.5.1.gem) = 0ae063af75b7ac255a85a488c40d93fadddc9815 -SHA512 (mini_magick-4.5.1.gem) = 6c601128710888e44680d4b7d8cd39e7fa1b8f7a3e5fc06a4bae31993c4fb2d8f14f01dfd697441b2f4f5d75efe6d5d531288dfea17e5b72e51269748f58a3e9 -Size (mini_magick-4.5.1.gem) = 16384 bytes +SHA1 (mini_magick-4.6.1.gem) = 3c04c2f0a4eb2785ab061da174db3fe92b929799 +RMD160 (mini_magick-4.6.1.gem) = e8b40b9bca77479ca9892a88d3e4baec0d444d6c +SHA512 (mini_magick-4.6.1.gem) = 091296526262f491b98a4ef96347a5d02bdef6ce5986711e2d637901501dc66bb9337dcaa9491b347c09f5fd7a73e084290fe6e5043611ca819d0be7743775ef +Size (mini_magick-4.6.1.gem) = 16896 bytes --_----------=_1490015743106720--