diff options
author | taca <taca@pkgsrc.org> | 2012-03-17 14:38:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-17 14:38:07 +0000 |
commit | 6f6a49860c10f066e68d20875a4f53f9ed94abb1 (patch) | |
tree | 01c5621e3a09914280d01e1894bce12ca11d78c8 | |
parent | 04c91e84db9f8006465493d230ab149cbf668ad5 (diff) | |
download | pkgsrc-6f6a49860c10f066e68d20875a4f53f9ed94abb1.tar.gz |
Update ruby-inline pacakge to 3.11.2.
=== 3.11.2 / 2012-02-22
* 1 bug fix:
* Added terrible hack to fix mingw's embedded make macros in rbconfig. (rdp)
=== 3.11.1 / 2012-01-25
* 1 bug fix:
* Use Ruby's LDFLAGS config variable. (maharg)
-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 dfa8a6a7ecb..ede138151b3 100644 --- a/devel/ruby-inline/Makefile +++ b/devel/ruby-inline/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2011/12/15 15:04:43 taca Exp $ +# $NetBSD: Makefile,v 1.9 2012/03/17 14:38:07 taca Exp $ -DISTNAME= RubyInline-3.11.0 +DISTNAME= RubyInline-3.11.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl} CATEGORIES= devel diff --git a/devel/ruby-inline/distinfo b/devel/ruby-inline/distinfo index 327e2a93a54..c88bcdbe42d 100644 --- a/devel/ruby-inline/distinfo +++ b/devel/ruby-inline/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2011/12/15 15:04:43 taca Exp $ +$NetBSD: distinfo,v 1.9 2012/03/17 14:38:07 taca Exp $ -SHA1 (RubyInline-3.11.0.gem) = cde9813ea4f10a8d5d2a932cd3ed757bef434b88 -RMD160 (RubyInline-3.11.0.gem) = f9e82adeb44aadd395978a674c3de9f6e4fcaaab -Size (RubyInline-3.11.0.gem) = 28672 bytes +SHA1 (RubyInline-3.11.2.gem) = fb716254e5a2264b7f538b3bb05b305b92fa2a2a +RMD160 (RubyInline-3.11.2.gem) = 1c1bec0cd5f2279e8221e42985913fef2bb0c301 +Size (RubyInline-3.11.2.gem) = 28672 bytes |