diff options
author | taca <taca@pkgsrc.org> | 2013-01-14 06:02:37 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-01-14 06:02:37 +0000 |
commit | 3a4648a21a84162220887678db3e0ced3983b87c (patch) | |
tree | b43da0be75285f2167a71cb3267c332286788543 /devel | |
parent | 2e58975e6b48f9bf0030b3eb8fc03f6308431f85 (diff) | |
download | pkgsrc-3a4648a21a84162220887678db3e0ced3983b87c.tar.gz |
Update ruby-inline to 3.12.0.
=== 3.12.0 / 2012-12-18
* 1 major enhancement:
* map_ruby_const prefixes c-vars with 'c' (eg Name -> cName).
* 1 minor enhancement:
* Added #add_id to make interning symbols in C clean and easy
=== 3.11.4 / 2012-11-23
* 1 minor enhancement:
* Improve windows compatibility (MinGW). (luislavena)
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 a4b97859ae9..74fce1ff49d 100644 --- a/devel/ruby-inline/Makefile +++ b/devel/ruby-inline/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2012/08/29 16:34:26 taca Exp $ +# $NetBSD: Makefile,v 1.11 2013/01/14 06:02:37 taca Exp $ -DISTNAME= RubyInline-3.11.3 +DISTNAME= RubyInline-3.12.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl} CATEGORIES= devel diff --git a/devel/ruby-inline/distinfo b/devel/ruby-inline/distinfo index 16450265779..4712d796f2a 100644 --- a/devel/ruby-inline/distinfo +++ b/devel/ruby-inline/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2012/08/29 16:34:26 taca Exp $ +$NetBSD: distinfo,v 1.11 2013/01/14 06:02:37 taca Exp $ -SHA1 (RubyInline-3.11.3.gem) = 118e0a092018abd2c173e15b630bf809457899b7 -RMD160 (RubyInline-3.11.3.gem) = c5917a6bc7dfc5edde1dc29640ad1991a3d318f9 -Size (RubyInline-3.11.3.gem) = 28672 bytes +SHA1 (RubyInline-3.12.0.gem) = 9be261aecb64d932971b90a55bede76d55e26062 +RMD160 (RubyInline-3.12.0.gem) = 53de616055d6f6162a528f89604dc85978ea5fde +Size (RubyInline-3.12.0.gem) = 28672 bytes |