pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/ruby-mini-magick * Fix build problem of ruby-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/01397c40abb6
branches: trunk
changeset: 394564:01397c40abb6
user: taca <taca%pkgsrc.org@localhost>
date: Fri Jun 12 13:35:40 2009 +0000
description:
* Fix build problem of ruby-mini-magick package correcting URL parameter
to rakefile to fix build problem with newer rake's strict checking.
* Add LICENSE.
No PKGREVISION bump since there is no change with built package.
diffstat:
graphics/ruby-mini-magick/Makefile | 3 ++-
graphics/ruby-mini-magick/distinfo | 3 ++-
graphics/ruby-mini-magick/patches/patch-aa | 17 +++++++++++++++++
3 files changed, 21 insertions(+), 2 deletions(-)
diffs (49 lines):
diff -r 18be76c39068 -r 01397c40abb6 graphics/ruby-mini-magick/Makefile
--- a/graphics/ruby-mini-magick/Makefile Fri Jun 12 13:24:27 2009 +0000
+++ b/graphics/ruby-mini-magick/Makefile Fri Jun 12 13:35:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/30 16:22:47 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2009/06/12 13:35:40 taca Exp $
DISTNAME= mini_magick-1.2.3
PKGNAME= ${RUBYGEM_PKGPREFIX}-${DISTNAME:S/_/-/}
@@ -7,6 +7,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://mini_magick.rubyforge.org/
COMMENT= Ruby wrapper for ImageMagick command line
+LICENSE= mit
# MiniMagick uses identify(1) and mogrify(1) from ImageMagick.
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
diff -r 18be76c39068 -r 01397c40abb6 graphics/ruby-mini-magick/distinfo
--- a/graphics/ruby-mini-magick/distinfo Fri Jun 12 13:24:27 2009 +0000
+++ b/graphics/ruby-mini-magick/distinfo Fri Jun 12 13:35:40 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/30 16:22:47 jlam Exp $
+$NetBSD: distinfo,v 1.2 2009/06/12 13:35:40 taca Exp $
SHA1 (mini_magick-1.2.3.gem) = b2c3595081bb5b6dafde84d4034cbc693c9c876a
RMD160 (mini_magick-1.2.3.gem) = fce4ab12531cee6e6f1cac7f142146abcc734983
Size (mini_magick-1.2.3.gem) = 823296 bytes
+SHA1 (patch-aa) = de83ed96379c2e30e89451c1ca84ad7d16bda3ea
diff -r 18be76c39068 -r 01397c40abb6 graphics/ruby-mini-magick/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ruby-mini-magick/patches/patch-aa Fri Jun 12 13:35:40 2009 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 2009/06/12 13:35:40 taca Exp $
+
+Correct URL parameter to rakefile to fix build problem with newer rake's
+strict checking.
+
+--- Rakefile.orig 2009-06-12 16:44:00.000000000 +0900
++++ Rakefile
+@@ -10,7 +10,8 @@ Hoe.new('mini_magick', MiniMagick::VERSI
+ p.email = 'probablycorey+ruby%gmail.com@localhost'
+ p.summary = 'A simple image manipulation library based on ImageMagick.'
+ p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
+- #p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
++ p.url = [ 'http://mini_magick.rubyforge.org/',
++ '"A ruby wrapper for ImageMagick command line.']
+ p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
+ end
+
Home |
Main Index |
Thread Index |
Old Index