pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-fiddle Allow build with Ruby 2.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5573218b776
branches:  trunk
changeset: 632119:f5573218b776
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 16 17:50:20 2014 +0000

description:
Allow build with Ruby 2.1.1.

diffstat:

 devel/ruby-fiddle/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 56896c749b79 -r f5573218b776 devel/ruby-fiddle/Makefile
--- a/devel/ruby-fiddle/Makefile        Sun Mar 16 17:42:33 2014 +0000
+++ b/devel/ruby-fiddle/Makefile        Sun Mar 16 17:50:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/07/21 02:34:28 taca Exp $
+# $NetBSD: Makefile,v 1.9 2014/03/16 17:50:20 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -11,7 +11,7 @@
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby fiddle library to wrap libffi
 
-RUBY_VERSION_SUPPORTED= 200 193
+RUBY_VERSION_SUPPORTED= 21 200 193
 USE_RUBY_EXTCONF=      yes
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/fiddle
 WRKSRC=                        ${RUBY_WRKSRC}/ext/fiddle



Home | Main Index | Thread Index | Old Index