head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.0.4 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.2 pkgsrc-2009Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2009.11.23.14.33.24; author fhajny; state dead; branches; next 1.1; 1.1 date 2009.06.12.13.35.40; author taca; state Exp; branches; next ; desc @@ 1.2 log @Updated ruby-mini-magick to 1.2.5 @ text @$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' 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 @ 1.1 log @* 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. @ text @d1 1 a1 1 $NetBSD$ @