pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-daemons * Fix build problem with new Rubygem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e0a7a0c439e
branches:  trunk
changeset: 394560:8e0a7a0c439e
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Jun 12 12:02:48 2009 +0000

description:
* Fix build problem with new Rubygems by removing an obsolete method call.

No PKGREVISION bump since there is no change with built package.

diffstat:

 misc/ruby-daemons/distinfo         |   3 ++-
 misc/ruby-daemons/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r a9b4a9b628d9 -r 8e0a7a0c439e misc/ruby-daemons/distinfo
--- a/misc/ruby-daemons/distinfo        Fri Jun 12 11:57:21 2009 +0000
+++ b/misc/ruby-daemons/distinfo        Fri Jun 12 12:02:48 2009 +0000
@@ -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 -r a9b4a9b628d9 -r 8e0a7a0c439e misc/ruby-daemons/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-daemons/patches/patch-aa        Fri Jun 12 12:02:48 2009 +0000
@@ -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'



Home | Main Index | Thread Index | Old Index