summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortaca <taca>2009-06-12 12:02:48 +0000
committertaca <taca>2009-06-12 12:02:48 +0000
commitd2c4131854fd494518e23ed551196fef1566fb9c (patch)
treea829874e18e895c4e66b84c5267d92be8517e6d2 /misc
parent46841873492271157e2ca213213d0b034098ce84 (diff)
downloadpkgsrc-d2c4131854fd494518e23ed551196fef1566fb9c.tar.gz
* Fix build problem with new Rubygems by removing an obsolete method call.
No PKGREVISION bump since there is no change with built package.
Diffstat (limited to 'misc')
-rw-r--r--misc/ruby-daemons/distinfo3
-rw-r--r--misc/ruby-daemons/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/ruby-daemons/distinfo b/misc/ruby-daemons/distinfo
index 333168c1f16..7fc560ad8e0 100644
--- a/misc/ruby-daemons/distinfo
+++ b/misc/ruby-daemons/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2008/04/04 15:19:57 jlam Exp $
+$NetBSD: distinfo,v 1.7 2009/06/12 12:02:48 taca Exp $
SHA1 (daemons-1.0.10.gem) = 61ad4530249aab8c87c833757127cb593815b88c
RMD160 (daemons-1.0.10.gem) = cee32913a4be62e308e1ae0f61edf869f45a0566
Size (daemons-1.0.10.gem) = 31232 bytes
+SHA1 (patch-aa) = 4bf49460a14ee81286cb51c7b8afc090c68d4267
diff --git a/misc/ruby-daemons/patches/patch-aa b/misc/ruby-daemons/patches/patch-aa
new file mode 100644
index 00000000000..ed9f799f4f1
--- /dev/null
+++ b/misc/ruby-daemons/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2009/06/12 12:02:48 taca Exp $
+
+Stop calling obsolete method.
+
+--- Rakefile.orig 2009-06-12 16:36:06.000000000 +0900
++++ Rakefile
+@@ -1,5 +1,4 @@
+ require 'rubygems'
+-Gem::manage_gems
+
+ require 'rake/gempackagetask'
+ #require 'rake/testtask'