summaryrefslogtreecommitdiff
path: root/graphics/ruby-RMagick/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-09-29 14:28:45 +0000
committertaca <taca@pkgsrc.org>2008-09-29 14:28:45 +0000
commitf0507b314d4dce25066118bb422e899287a55c0d (patch)
treedb8b5a61f1637dc3fc820d40ed71d85a3873324a /graphics/ruby-RMagick/Makefile
parentd8f59db527148d6ec63e21f72bc85d246d3da55f (diff)
downloadpkgsrc-f0507b314d4dce25066118bb422e899287a55c0d.tar.gz
Update ruby18-RMagick pacakge to 2.7.0.
RMagick 2.7.0 o Fix bug #22152, extconf.rb does not respect the LDFLAGS environment variable (bug report by Joseph Sokol-Margolis) o Fix bug #22190, the NoDitherMethod enum value is not defined in ImageMagick 6.4.2 o Add the TrimBoundsLayer ImageLayerMethod enum value (available in ImageMagick 6.4.3-8) o Add the CopyAlphaChannel, ExtractAlphaChannel, OpaqueAlphaChannel, ShapeAlphaChannel, and TransparentAlphaChannel AlphaChannelType enum values (available in ImageMagick 6.4.3-7) o Rename Image#affinity and ImageList#affinity to Image#remap and ImageList#remap. Retain the old names as aliases. (Changed in ImageMagick 6.4.4-0)
Diffstat (limited to 'graphics/ruby-RMagick/Makefile')
-rw-r--r--graphics/ruby-RMagick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-RMagick/Makefile b/graphics/ruby-RMagick/Makefile
index b033f402ece..23ae7766417 100644
--- a/graphics/ruby-RMagick/Makefile
+++ b/graphics/ruby-RMagick/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2008/09/15 08:45:01 taca Exp $
+# $NetBSD: Makefile,v 1.55 2008/09/29 14:28:45 taca Exp $
-DISTNAME= rmagick-2.6.0
+DISTNAME= rmagick-2.7.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/}
CATEGORIES= graphics