Received: from cvs.netbsd.org (cvs.netbsd.org [204.152.190.10]) by mail.netbsd.org (Postfix) with ESMTP id 743C763B11E for ; Sat, 12 Jan 2008 04:35:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5153F21507; Sat, 12 Jan 2008 04:35:48 +0000 (UTC) From: OBATA Akio Subject: CVS commit: pkgsrc/graphics/ruby-RMagick To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org Message-Id: <20080112043548.5153F21507@cvs.netbsd.org> Date: Sat, 12 Jan 2008 04:35:48 +0000 (UTC) Content-Length: 970 Lines: 30 Module Name: pkgsrc Committed By: obache Date: Sat Jan 12 04:35:48 UTC 2008 Modified Files: pkgsrc/graphics/ruby-RMagick: Makefile PLIST distinfo Log Message: Update RMagick to 2.1.0. Changes: RMagick 2.1.0 o Added Image::Info#caption= attribute o Rename Image#crop_resized, #crop_resized! to #resize_to_fill, #resize_to_fill!. Add aliases for the old names. o Fix bug #16776, in the axes.rb example the last 2 arguments to border.rectangle are swapped (bug report by Alain Feler) o Fix bug #16931, apostrophe in #error directive causes error in some versions of GCC (bug report by Justin Dossey) To generate a diff of this commit: cvs rdiff -r1.43 -r1.44 pkgsrc/graphics/ruby-RMagick/Makefile cvs rdiff -r1.11 -r1.12 pkgsrc/graphics/ruby-RMagick/PLIST cvs rdiff -r1.30 -r1.31 pkgsrc/graphics/ruby-RMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.