diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-21 15:53:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-21 15:53:55 +0000 |
commit | 8f00520ca22b200dc6f988ecd0071a6f66c6e5c1 (patch) | |
tree | 06eb59a6706641b3290a062c9b24db71e6494252 /devel/ruby2ruby | |
parent | ae54f58b9591333028964d745cfb9efe3dfa870d (diff) | |
download | pkgsrc-8f00520ca22b200dc6f988ecd0071a6f66c6e5c1.tar.gz |
Fix build with newer versions of Hoe by providing a default value for
author and email.
Diffstat (limited to 'devel/ruby2ruby')
-rw-r--r-- | devel/ruby2ruby/distinfo | 3 | ||||
-rw-r--r-- | devel/ruby2ruby/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/ruby2ruby/distinfo b/devel/ruby2ruby/distinfo index 4c350e0c85e..88e3e161be7 100644 --- a/devel/ruby2ruby/distinfo +++ b/devel/ruby2ruby/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:18:56 jlam Exp $ +$NetBSD: distinfo,v 1.2 2008/04/21 15:53:55 jlam Exp $ SHA1 (ruby2ruby-1.1.8.gem) = 104dfa2a6ea4615fe7d667234e842236320b0893 RMD160 (ruby2ruby-1.1.8.gem) = 32ee5917e72ead9002a934b22194689a7f4494d1 Size (ruby2ruby-1.1.8.gem) = 13824 bytes +SHA1 (patch-aa) = 05ffe3d4d399f37fc3258abaad8f8de0c9661554 diff --git a/devel/ruby2ruby/patches/patch-aa b/devel/ruby2ruby/patches/patch-aa new file mode 100644 index 00000000000..09756b0fd2e --- /dev/null +++ b/devel/ruby2ruby/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2008/04/21 15:53:55 jlam Exp $ + +--- Rakefile.orig 2008-04-21 11:52:14.000000000 -0400 ++++ Rakefile +@@ -10,6 +10,8 @@ require './lib/ruby2ruby.rb' + + Hoe.new('ruby2ruby', RubyToRuby::VERSION) do |p| + p.rubyforge_name = 'seattlerb' ++ p.email = 'ryand-ruby@zenspider.com' ++ p.author = 'Ryan Davis' + p.summary = 'ruby2ruby provides a means of generating pure ruby code easily from ParseTree\'s Sexps.' + p.description = p.paragraphs_of('README.txt', 2).join + p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1].map {|u| u.strip } |