summaryrefslogtreecommitdiff
path: root/graphics/ruby-RMagick/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-01-12 04:35:47 +0000
committerobache <obache@pkgsrc.org>2008-01-12 04:35:47 +0000
commitc0c3a7acd406ec94de4d42da549cee1c16a03061 (patch)
tree7f68995d587f3bea1764a2dc14e7f686615caaa4 /graphics/ruby-RMagick/Makefile
parentdc869353e5d3bded847a169feff79e61817761e6 (diff)
downloadpkgsrc-c0c3a7acd406ec94de4d42da549cee1c16a03061.tar.gz
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)
Diffstat (limited to 'graphics/ruby-RMagick/Makefile')
-rw-r--r--graphics/ruby-RMagick/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ruby-RMagick/Makefile b/graphics/ruby-RMagick/Makefile
index 75aa8be686c..5475e9396c6 100644
--- a/graphics/ruby-RMagick/Makefile
+++ b/graphics/ruby-RMagick/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.43 2008/01/04 03:05:13 obache Exp $
+# $NetBSD: Makefile,v 1.44 2008/01/12 04:35:47 obache Exp $
-DISTNAME= RMagick-2.0.0
+DISTNAME= RMagick-2.1.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= graphics ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/29810/ \
+MASTER_SITES= http://rubyforge.org/frs/download.php/30515/ \
http://raa.ruby-lang.org/cache/rmagick/
MAINTAINER= obache@NetBSD.org