diff options
author | taca <taca> | 2011-04-01 14:16:55 +0000 |
---|---|---|
committer | taca <taca> | 2011-04-01 14:16:55 +0000 |
commit | ccb7c7d014ea2458e9ee2fbad2d3d424367d7a7e (patch) | |
tree | 4a3d0957e1c37ad8274be151361e7c1c710aeef8 /devel | |
parent | 88733a5ed0c65c73377e70583ba2a41a8d749ffa (diff) | |
download | pkgsrc-ccb7c7d014ea2458e9ee2fbad2d3d424367d7a7e.tar.gz |
Fix more gemspec format. Fix build problem with ruby19-base.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-stream/distinfo | 4 | ||||
-rw-r--r-- | devel/ruby-stream/patches/patch-ab | 34 |
2 files changed, 27 insertions, 11 deletions
diff --git a/devel/ruby-stream/distinfo b/devel/ruby-stream/distinfo index 11bb49bf6a4..c50332736fa 100644 --- a/devel/ruby-stream/distinfo +++ b/devel/ruby-stream/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2010/09/26 12:14:21 taca Exp $ +$NetBSD: distinfo,v 1.7 2011/04/01 14:16:55 taca Exp $ SHA1 (stream-0.5.gem) = 5a6b14f9b6800003b006a98412d83b839f2c3af7 RMD160 (stream-0.5.gem) = 74356b4724e6e3bfad85ccf871c05a9015c4d06e Size (stream-0.5.gem) = 19253 bytes -SHA1 (patch-ab) = da822faac75155a49007cd1c0a750d7cdc17dcc3 +SHA1 (patch-ab) = 8a27de3edd4f1b7585ca53ca8e873442c6c53b16 diff --git a/devel/ruby-stream/patches/patch-ab b/devel/ruby-stream/patches/patch-ab index 67bf76227b6..7611489e3c2 100644 --- a/devel/ruby-stream/patches/patch-ab +++ b/devel/ruby-stream/patches/patch-ab @@ -1,11 +1,17 @@ -$NetBSD: patch-ab,v 1.2 2010/09/26 12:14:22 taca Exp $ +$NetBSD: patch-ab,v 1.3 2011/04/01 14:16:55 taca Exp $ -Correct URL which is strictly checked by RubyGems. +* Correct URL which is strictly checked by RubyGems. +* Fix more gemspec format. ---- ../stream-0.5.gemspec.orig 2010-09-26 02:08:31.000000000 +0000 -+++ ../stream-0.5.gemspec -@@ -12,9 +12,12 @@ default_executable: - dependencies: +--- ../stream-0.5.gemspec.orig 2011-03-31 12:14:40.000000000 +0900 ++++ ../stream-0.5.gemspec 2011-03-31 12:16:30.000000000 +0900 +@@ -9,12 +9,16 @@ + cert_chain: + date: 2004-05-13 23:08:47.880344 +00:00 + default_executable: +-dependencies: ++dependencies: [] ++ description: Module Stream defines an interface for external iterators. email: hd.at.clr@hduchene.de -executables: @@ -20,7 +26,7 @@ Correct URL which is strictly checked by RubyGems. files: - install.rb - Rakefile -@@ -27,7 +30,7 @@ files: +@@ -27,19 +31,21 @@ - examples/examples.rb - examples/streamtester.rb has_rdoc: true @@ -28,8 +34,18 @@ Correct URL which is strictly checked by RubyGems. +homepage: http://rgl.rubyforge.org licenses: post_install_message: - rdoc_options: -@@ -41,5 +44,5 @@ rubygems_version: 1.3.7 +-rdoc_options: ++rdoc_options: [] ++ + require_paths: + - lib + required_ruby_version: + required_rubygems_version: +-requirements: ++requirements: [] ++ + rubyforge_project: rgl + rubygems_version: 1.6.2 signing_key: specification_version: -1 summary: Stream - Extended External Iterators |