diff options
author | taca <taca@pkgsrc.org> | 2011-09-12 11:43:15 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-09-12 11:43:15 +0000 |
commit | c5c9430589e2e64a70e00485a5e98d5376ade5c9 (patch) | |
tree | b73fc788c8b8af506919ed0d5ac78187026d1755 /devel | |
parent | d1b6c8490009693db496f1f7daaebc671796dadc (diff) | |
download | pkgsrc-c5c9430589e2e64a70e00485a5e98d5376ade5c9.tar.gz |
Update ruby-inline package to 3.10.0.
=== 3.10.0 / 2011-08-30
* 2 minor enhancements:
* Added engined/versioned subdir to .ruby_inline to help with multiple-ruby usage. (valodzka)
* Extended file/module naming to avoid hash collisions. (apohllo)
* 2 bug fixes:
* Fixed examples for 1.9 compatibility.
* Use RbConfig instead of Config. (apohllo)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-inline/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-inline/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-inline/Makefile b/devel/ruby-inline/Makefile index cd8246fd5b8..2b1ea386cb7 100644 --- a/devel/ruby-inline/Makefile +++ b/devel/ruby-inline/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2011/06/17 15:35:49 taca Exp $ +# $NetBSD: Makefile,v 1.6 2011/09/12 11:43:15 taca Exp $ -DISTNAME= RubyInline-3.9.0 +DISTNAME= RubyInline-3.10.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl} CATEGORIES= devel diff --git a/devel/ruby-inline/distinfo b/devel/ruby-inline/distinfo index 81e6ca91689..6c885e15917 100644 --- a/devel/ruby-inline/distinfo +++ b/devel/ruby-inline/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2011/06/17 15:35:49 taca Exp $ +$NetBSD: distinfo,v 1.6 2011/09/12 11:43:15 taca Exp $ -SHA1 (RubyInline-3.9.0.gem) = c0ec3adef66642d8de1f688fd5502d805d194e48 -RMD160 (RubyInline-3.9.0.gem) = 48a716f2fba53f739fc364c0e754cb99ddf263ea -Size (RubyInline-3.9.0.gem) = 28160 bytes +SHA1 (RubyInline-3.10.0.gem) = 1add91cb2134190700577426a741cb43676c3512 +RMD160 (RubyInline-3.10.0.gem) = 3cd9d60d1066a82e531ed08942a47977051d06cd +Size (RubyInline-3.10.0.gem) = 28672 bytes |