diff options
author | taca <taca@pkgsrc.org> | 2011-06-17 15:35:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-17 15:35:49 +0000 |
commit | 04e3ce9a3cdaf2a0aff89d429bf77d27714400fc (patch) | |
tree | 72891c99c3e90b8e78f6cc71a123f270e9a6736a /devel/ruby-inline | |
parent | aaa19a46ab23099982b998bc810b897a2097bf57 (diff) | |
download | pkgsrc-04e3ce9a3cdaf2a0aff89d429bf77d27714400fc.tar.gz |
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.
Diffstat (limited to 'devel/ruby-inline')
-rw-r--r-- | devel/ruby-inline/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-inline/PLIST | 7 | ||||
-rw-r--r-- | devel/ruby-inline/distinfo | 8 |
3 files changed, 11 insertions, 10 deletions
diff --git a/devel/ruby-inline/Makefile b/devel/ruby-inline/Makefile index b083c3cb244..cd8246fd5b8 100644 --- a/devel/ruby-inline/Makefile +++ b/devel/ruby-inline/Makefile @@ -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" diff --git a/devel/ruby-inline/PLIST b/devel/ruby-inline/PLIST index 1ef8d0d10aa..bc8cb622155 100644 --- a/devel/ruby-inline/PLIST +++ b/devel/ruby-inline/PLIST @@ -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 diff --git a/devel/ruby-inline/distinfo b/devel/ruby-inline/distinfo index 9fc67ab1a52..81e6ca91689 100644 --- a/devel/ruby-inline/distinfo +++ b/devel/ruby-inline/distinfo @@ -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 |