pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/33538: Update graphics/ruby-RMagick from 1.10.1 to 1.11.0



>Number:         33538
>Category:       pkg
>Synopsis:       Update graphics/ruby-RMagick from 1.10.1 to 1.11.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue May 23 15:25:00 +0000 2006
>Originator:     OBATA Akio
>Release:        NetBSD 3.0.0_STABLE
>Organization:
        LINS, Japan.
>Environment:
System: NetBSD miki.lins.jp 3.0.0_STABLE NetBSD 3.0.0_STABLE (MIKI) #16: Sun 
Mar 12 21:01:46 JST 2006 
obata%miki.lins.jp@localhost:/usr/src/sys/arch/i386/compile/MIKI i386
Architecture: i386
Machine: i386
>Description:
        RMagick 1.11.0 has been released.
        RMagick 1.10.1 can't work well with ImageMagick 6.2.7.7


        RMagick 1.11.0 - May 12, 2006

                * Feature #3705, add resize_to_fit (thanks to Robert Manni for 
the code)
                * Added optimize_layers method to the ImageList class 
(available with ImageMagick 6.2.6)
                * Added limit_resource method to the Magick module
                * Replaced install.rb with setup.rb, improved gem install (bug 
report from Ryan Davis)
                * Added --disable-htmldoc option to ./configure script
                * Fix bug #4104, incorrect label on example (reported by Jason 
Lee)
                * Added contrast_stretch_channel to the Image class (available 
with ImageMagick 6.2.6)
                * Improved Magick exception handling to eliminate memory leaks 
when an exception is rescued and execution continues.
                * Tested with ImageMagick 6.2.7

>How-To-Repeat:
        N/A
>Fix:
        Here is a patch for update.

Index: graphics/ruby-RMagick/Makefile
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/graphics/ruby-RMagick/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- graphics/ruby-RMagick/Makefile      17 Apr 2006 13:46:35 -0000      1.19
+++ graphics/ruby-RMagick/Makefile      17 May 2006 14:22:09 -0000
@@ -1,10 +1,9 @@
 # $NetBSD: Makefile,v 1.19 2006/04/17 13:46:35 wiz Exp $
 
-DISTNAME=      RMagick-1.10.1
+DISTNAME=      RMagick-1.11.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    graphics ruby
-MASTER_SITES=  http://rubyforge.org/frs/download.php/8854/
+MASTER_SITES=  http://rubyforge.org/frs/download.php/10451/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    obata%lins.jp@localhost
Index: graphics/ruby-RMagick/distinfo
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/graphics/ruby-RMagick/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- graphics/ruby-RMagick/distinfo      12 Mar 2006 03:46:07 -0000      1.12
+++ graphics/ruby-RMagick/distinfo      17 May 2006 14:22:32 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.12 2006/03/12 03:46:07 taca Exp $
 
-SHA1 (RMagick-1.10.1.tar.bz2) = 57d4922042e02da368c0d20cf7e40afaa3ccc109
-RMD160 (RMagick-1.10.1.tar.bz2) = 1b26245e403bb9fdd1a88f4c4ae42b9e1d512560
-Size (RMagick-1.10.1.tar.bz2) = 922483 bytes
+SHA1 (RMagick-1.11.0.tar.bz2) = 6788d162a7efd968af97ad30e65e8fbb2a36974b
+RMD160 (RMagick-1.11.0.tar.bz2) = 392c1ac1a80e43584ba3c201ca56a9c9ee86a44d
+Size (RMagick-1.11.0.tar.bz2) = 927864 bytes




Home | Main Index | Thread Index | Old Index