pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-mocha * Fix build problem with new Rubygems...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd7d542ce10d
branches:  trunk
changeset: 394557:bd7d542ce10d
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Jun 12 11:48:40 2009 +0000

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

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

diffstat:

 devel/ruby-mocha/Makefile         |   3 ++-
 devel/ruby-mocha/distinfo         |   3 ++-
 devel/ruby-mocha/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r e9c394ada4f7 -r bd7d542ce10d devel/ruby-mocha/Makefile
--- a/devel/ruby-mocha/Makefile Fri Jun 12 11:46:33 2009 +0000
+++ b/devel/ruby-mocha/Makefile Fri Jun 12 11:48:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/09/15 08:49:50 taca Exp $
+# $NetBSD: Makefile,v 1.3 2009/06/12 11:48:40 taca Exp $
 
 DISTNAME=      mocha-0.9.1
 PKGNAME=       ${RUBYGEM_PKGPREFIX}-${DISTNAME}
@@ -7,6 +7,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://mocha.rubyforge.org/
 COMMENT=       Ruby library for mocking and stubbing
+LICENSE=       mit
 
 .include "../../misc/rubygems/rubygem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e9c394ada4f7 -r bd7d542ce10d devel/ruby-mocha/distinfo
--- a/devel/ruby-mocha/distinfo Fri Jun 12 11:46:33 2009 +0000
+++ b/devel/ruby-mocha/distinfo Fri Jun 12 11:48:40 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/09/15 08:49:50 taca Exp $
+$NetBSD: distinfo,v 1.3 2009/06/12 11:48:40 taca Exp $
 
 SHA1 (mocha-0.9.1.gem) = cfe81c1e94493269bc2b3b8909612933eefaa3a2
 RMD160 (mocha-0.9.1.gem) = 2ebfb22dd4423ca9b6da940f5c1752a704a69c30
 Size (mocha-0.9.1.gem) = 54274 bytes
+SHA1 (patch-aa) = 39e49cc17b70dc675d732c54bce15634d5d487ea
diff -r e9c394ada4f7 -r bd7d542ce10d devel/ruby-mocha/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-mocha/patches/patch-aa Fri Jun 12 11:48:40 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2009/06/12 11:48:40 taca Exp $
+
+--- Rakefile.orig      2009-06-12 16:11:21.000000000 +0900
++++ Rakefile
+@@ -129,8 +129,6 @@ task 'examples' do
+   end
+ end
+ 
+-Gem::manage_gems
+-
+ specification = Gem::Specification.new do |s|
+   s.name   = "mocha"
+   s.summary = "Mocking and stubbing library"



Home | Main Index | Thread Index | Old Index