head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.2.0.4 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.2 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.1.0.12 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.10 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.8 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.6 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.4 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.2; locks; strict; comment @# @; 1.3 date 2009.11.23.14.21.43; author fhajny; state dead; branches; next 1.2; 1.2 date 2009.06.12.05.19.21; author taca; state Exp; branches; next 1.1; 1.1 date 2008.04.21.16.01.15; author jlam; state Exp; branches; next ; desc @@ 1.3 log @Updated ruby-heckle to 1.4.3. Upstream changes: 1.4.3 / 2009-06-23 - Enhancements * Added autotest/heckle plugin * Skipping testing on 1.9 1.4.2 / 2009-02-08 - Fixes * Fixed Ruby2Ruby dependency and Ruby2Ruby references (name changed). * Fix bug 11435 where [:iter, [:call], ...] would cause an endless loop. @ text @$NetBSD: patch-aa,v 1.2 2009/06/12 05:19:21 taca Exp $ --- Rakefile.orig 2009-06-12 05:03:37.000000000 +0000 +++ Rakefile @@@@ -8,9 +8,12 @@@@ require './lib/heckle.rb' Hoe.new('heckle', Heckle::VERSION) do |p| p.rubyforge_name = 'seattlerb' + p.author = 'Ryan Davis' + p.email = 'ryand-ruby@@zenspider.com' p.summary = 'Unit Test Sadism' p.description = p.paragraphs_of('README.txt', 2).join("\n\n") p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1] + p.url[0].strip! p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") p.extra_deps << ['ruby2ruby', '>= 1.1.0'] @ 1.2 log @Fix problem with new rake. rake-0.8.7 might check URL strictly? Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2008/04/21 16:01:15 jlam Exp $ @ 1.1 log @Fix build with newer versions of Hoe by providing a default value for author and email. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- Rakefile.orig 2008-04-21 11:57:49.000000000 -0400 d5 1 a5 1 @@@@ -8,6 +8,8 @@@@ require './lib/heckle.rb' d14 4 @