pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Fix build with newer versions of Hoe by providin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/292e9f71555e
branches:  trunk
changeset: 541383:292e9f71555e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Apr 21 15:53:55 2008 +0000

description:
Fix build with newer versions of Hoe by providing a default value for
author and email.

diffstat:

 devel/ruby-heckle/distinfo         |   4 ++--
 devel/ruby-heckle/patches/patch-aa |  13 +++++++++++++
 devel/ruby2ruby/distinfo           |   3 ++-
 devel/ruby2ruby/patches/patch-aa   |  13 +++++++++++++
 4 files changed, 30 insertions(+), 3 deletions(-)

diffs (57 lines):

diff -r 8edcff6e8c99 -r 292e9f71555e devel/ruby-heckle/distinfo
--- a/devel/ruby-heckle/distinfo        Mon Apr 21 15:44:16 2008 +0000
+++ b/devel/ruby-heckle/distinfo        Mon Apr 21 15:53:55 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:17:14 jlam Exp $
+$NetBSD: distinfo,v 1.2 2008/04/21 16:01:15 jlam Exp $
 
 SHA1 (heckle-1.4.1.gem) = 3108fa5626194d9fd56746f620246a0f8915ed9e
 RMD160 (heckle-1.4.1.gem) = 96f53d75c1b3cf816f8cec0af5997060f152a065
 Size (heckle-1.4.1.gem) = 15872 bytes
-SHA1 (patch-aa) = 8e14b6e51ee9ed58415a343ae9ea1f0077c8ca5f
+SHA1 (patch-aa) = a3655c09df36662ec5c6abd9648e2d8e7d39d70d
diff -r 8edcff6e8c99 -r 292e9f71555e devel/ruby-heckle/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-heckle/patches/patch-aa        Mon Apr 21 15:53:55 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2008/04/21 16:01:15 jlam Exp $
+
+--- Rakefile.orig      2008-04-21 11:57:49.000000000 -0400
++++ Rakefile
+@@ -8,6 +8,8 @@ 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@localhost'
+   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]
diff -r 8edcff6e8c99 -r 292e9f71555e devel/ruby2ruby/distinfo
--- a/devel/ruby2ruby/distinfo  Mon Apr 21 15:44:16 2008 +0000
+++ b/devel/ruby2ruby/distinfo  Mon Apr 21 15:53:55 2008 +0000
@@ -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 -r 8edcff6e8c99 -r 292e9f71555e devel/ruby2ruby/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby2ruby/patches/patch-aa  Mon Apr 21 15:53:55 2008 +0000
@@ -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@localhost'
++  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 }



Home | Main Index | Thread Index | Old Index