16703d23fa
Start using MODRUBY_REGRESS with ruby, rspec2, and testrb entries. Switch away from manual do_regress targets where possible. Add some patches to make regress tests run for some ports.
24 lines
634 B
Plaintext
24 lines
634 B
Plaintext
$OpenBSD: patch-Rakefile,v 1.1 2011/11/17 16:08:01 jeremy Exp $
|
|
|
|
Comment out requiring newgem hoe plugin, as it is not needed for
|
|
building and breaks regress.
|
|
|
|
--- Rakefile.orig Sun Nov 13 00:22:57 2011
|
|
+++ Rakefile Sun Nov 13 00:23:10 2011
|
|
@@ -4,7 +4,7 @@ require 'hoe'
|
|
require 'fileutils'
|
|
require './lib/templater'
|
|
|
|
-Hoe.plugin :newgem
|
|
+# Hoe.plugin :newgem
|
|
# Hoe.plugin :website
|
|
# Hoe.plugin :cucumberfeatures
|
|
|
|
@@ -19,5 +19,5 @@ $hoe = Hoe.spec 'templater' do
|
|
self.extra_dev_deps << ['rspec', '>= 1.2.8']
|
|
end
|
|
|
|
-require 'newgem/tasks'
|
|
+# require 'newgem/tasks'
|
|
Dir['tasks/**/*.rake'].each { |t| load t }
|