Fri Jun 17 15:35:49 2011 UTC ()
Update ruby-inline package to 3.9.0.

=== 3.9.0 / 2011-02-18

* 1 minor enhancement:

  * Added arity override option for all C builder methods.


(taca)
diff -r1.4 -r1.5 pkgsrc/devel/ruby-inline/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/ruby-inline/distinfo
diff -r1.3 -r1.4 pkgsrc/devel/ruby-inline/PLIST

cvs diff -r1.4 -r1.5 pkgsrc/devel/ruby-inline/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-inline/Makefile 2010/09/10 05:50:40 1.4
+++ pkgsrc/devel/ruby-inline/Makefile 2011/06/17 15:35:49 1.5
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.4 2010/09/10 05:50:40 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2011/06/17 15:35:49 taca Exp $
2 2
3DISTNAME= RubyInline-3.8.6 3DISTNAME= RubyInline-3.9.0
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl}
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.zenspider.com/ZSS/Products/RubyInline/ 8HOMEPAGE= http://www.zenspider.com/ZSS/Products/RubyInline/
9COMMENT= Embed C/C++ code directly in Ruby 9COMMENT= Embed C/C++ code directly in Ruby
10LICENSE= mit 10LICENSE= mit
11 11
12DEPENDS+= ${RUBY_PKGPREFIX}-ZenTest>=4.3:../../devel/ZenTest 12DEPENDS+= ${RUBY_PKGPREFIX}-ZenTest>=4.3<5:../../devel/ZenTest
13 13
14.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/ruby-inline/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-inline/distinfo 2010/09/10 05:50:40 1.4
+++ pkgsrc/devel/ruby-inline/distinfo 2011/06/17 15:35:49 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2010/09/10 05:50:40 taca Exp $ 1$NetBSD: distinfo,v 1.5 2011/06/17 15:35:49 taca Exp $
2 2
3SHA1 (RubyInline-3.8.6.gem) = ad1a70210c5fa371879e53019f9643bbedca146f 3SHA1 (RubyInline-3.9.0.gem) = c0ec3adef66642d8de1f688fd5502d805d194e48
4RMD160 (RubyInline-3.8.6.gem) = 402ebb60b0cccd48e859e1615c097bcd308443a0 4RMD160 (RubyInline-3.9.0.gem) = 48a716f2fba53f739fc364c0e754cb99ddf263ea
5Size (RubyInline-3.8.6.gem) = 28160 bytes 5Size (RubyInline-3.9.0.gem) = 28160 bytes

cvs diff -r1.3 -r1.4 pkgsrc/devel/ruby-inline/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-inline/PLIST 2009/06/14 17:49:10 1.3
+++ pkgsrc/devel/ruby-inline/PLIST 2011/06/17 15:35:49 1.4
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:49:10 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.4 2011/06/17 15:35:49 taca Exp $
2${GEM_HOME}/cache/RubyInline-${PKGVERSION}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
 3${GEM_LIBDIR}/.gemtest
3${GEM_LIBDIR}/History.txt 4${GEM_LIBDIR}/History.txt
4${GEM_LIBDIR}/Manifest.txt 5${GEM_LIBDIR}/Manifest.txt
5${GEM_LIBDIR}/README.txt 6${GEM_LIBDIR}/README.txt
6${GEM_LIBDIR}/Rakefile 7${GEM_LIBDIR}/Rakefile
7${GEM_LIBDIR}/demo/fastmath.rb 8${GEM_LIBDIR}/demo/fastmath.rb
8${GEM_LIBDIR}/demo/hello.rb 9${GEM_LIBDIR}/demo/hello.rb
9${GEM_LIBDIR}/example.rb 10${GEM_LIBDIR}/example.rb
10${GEM_LIBDIR}/example2.rb 11${GEM_LIBDIR}/example2.rb
11${GEM_LIBDIR}/lib/inline.rb 12${GEM_LIBDIR}/lib/inline.rb
12${GEM_LIBDIR}/test/test_inline.rb 13${GEM_LIBDIR}/test/test_inline.rb
13${GEM_LIBDIR}/tutorial/example1.rb 14${GEM_LIBDIR}/tutorial/example1.rb
14${GEM_LIBDIR}/tutorial/example2.rb 15${GEM_LIBDIR}/tutorial/example2.rb
15${GEM_HOME}/specifications/RubyInline-${PKGVERSION}.gemspec 16${GEM_HOME}/specifications/${GEM_NAME}.gemspec