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.
This commit is contained in:
parent
aaa19a46ab
commit
04e3ce9a3c
3 changed files with 11 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2010/09/10 05:50:40 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2011/06/17 15:35:49 taca Exp $
|
||||
|
||||
DISTNAME= RubyInline-3.8.6
|
||||
DISTNAME= RubyInline-3.9.0
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl}
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -9,7 +9,7 @@ HOMEPAGE= http://www.zenspider.com/ZSS/Products/RubyInline/
|
|||
COMMENT= Embed C/C++ code directly in Ruby
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-ZenTest>=4.3:../../devel/ZenTest
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-ZenTest>=4.3<5:../../devel/ZenTest
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:49:10 joerg Exp $
|
||||
${GEM_HOME}/cache/RubyInline-${PKGVERSION}.gem
|
||||
@comment $NetBSD: PLIST,v 1.4 2011/06/17 15:35:49 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gemtest
|
||||
${GEM_LIBDIR}/History.txt
|
||||
${GEM_LIBDIR}/Manifest.txt
|
||||
${GEM_LIBDIR}/README.txt
|
||||
|
@ -12,4 +13,4 @@ ${GEM_LIBDIR}/lib/inline.rb
|
|||
${GEM_LIBDIR}/test/test_inline.rb
|
||||
${GEM_LIBDIR}/tutorial/example1.rb
|
||||
${GEM_LIBDIR}/tutorial/example2.rb
|
||||
${GEM_HOME}/specifications/RubyInline-${PKGVERSION}.gemspec
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2010/09/10 05:50:40 taca Exp $
|
||||
$NetBSD: distinfo,v 1.5 2011/06/17 15:35:49 taca Exp $
|
||||
|
||||
SHA1 (RubyInline-3.8.6.gem) = ad1a70210c5fa371879e53019f9643bbedca146f
|
||||
RMD160 (RubyInline-3.8.6.gem) = 402ebb60b0cccd48e859e1615c097bcd308443a0
|
||||
Size (RubyInline-3.8.6.gem) = 28160 bytes
|
||||
SHA1 (RubyInline-3.9.0.gem) = c0ec3adef66642d8de1f688fd5502d805d194e48
|
||||
RMD160 (RubyInline-3.9.0.gem) = 48a716f2fba53f739fc364c0e754cb99ddf263ea
|
||||
Size (RubyInline-3.9.0.gem) = 28160 bytes
|
||||
|
|
Loading…
Reference in a new issue