Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 3736663C07C for ; Sun, 17 Mar 2013 15:06:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0C5C514A25C; Sun, 17 Mar 2013 15:06:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F24214A243 for ; Sun, 17 Mar 2013 15:06:42 +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 91Vc42SnVSpf for ; Sun, 17 Mar 2013 15:06:41 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id CCF0E14A1EE for ; Sun, 17 Mar 2013 15:06:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B2EC2175DD; Sun, 17 Mar 2013 15:06:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 17 Mar 2013 15:06:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/ImageMagick To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20130317150641.B2EC2175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Mar 17 15:06:41 UTC 2013 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo Log Message: Update to 6.8.3.9: * GIF comments are no longer displaced by 1 for animated GIFs (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22901). * A blur kernel with a zero sigma is unity. * Do not replace gAMA found in input with 1/2.2 * Avoid a libpng16 warning about storing unknown chunks. * Improve performance when rendering a caption. * The compare 'map' image should not be transparent. * Use only major version for decorating include path. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 pkgsrc/graphics/ImageMagick/Makefile.common cvs rdiff -u -r1.116 -r1.117 pkgsrc/graphics/ImageMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.