pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-fiddle Add ruby200 support.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a98de578162e
branches: trunk
changeset: 621916:a98de578162e
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jul 21 02:34:28 2013 +0000
description:
Add ruby200 support.
diffstat:
devel/ruby-fiddle/Makefile | 4 ++--
devel/ruby-fiddle/PLIST | 8 +++++++-
2 files changed, 9 insertions(+), 3 deletions(-)
diffs (34 lines):
diff -r ae65ad7c2ec9 -r a98de578162e devel/ruby-fiddle/Makefile
--- a/devel/ruby-fiddle/Makefile Sun Jul 21 02:32:58 2013 +0000
+++ b/devel/ruby-fiddle/Makefile Sun Jul 21 02:34:28 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/10/31 11:19:41 asau Exp $
+# $NetBSD: Makefile,v 1.8 2013/07/21 02:34:28 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -11,7 +11,7 @@
HOMEPAGE= ${RUBY_HOMEPAGE}
COMMENT= Ruby fiddle library to wrap libffi
-RUBY_VERSION_SUPPORTED= 193
+RUBY_VERSION_SUPPORTED= 200 193
USE_RUBY_EXTCONF= yes
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/fiddle
WRKSRC= ${RUBY_WRKSRC}/ext/fiddle
diff -r ae65ad7c2ec9 -r a98de578162e devel/ruby-fiddle/PLIST
--- a/devel/ruby-fiddle/PLIST Sun Jul 21 02:32:58 2013 +0000
+++ b/devel/ruby-fiddle/PLIST Sun Jul 21 02:34:28 2013 +0000
@@ -1,5 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/20 15:08:12 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/07/21 02:34:28 taca Exp $
${RUBY_VENDORLIB}/fiddle.rb
${RUBY_VENDORLIB}/fiddle/closure.rb
+${PLIST.ruby200}${RUBY_VENDORLIB}/fiddle/cparser.rb
${RUBY_VENDORLIB}/fiddle/function.rb
+${PLIST.ruby200}${RUBY_VENDORLIB}/fiddle/import.rb
+${PLIST.ruby200}${RUBY_VENDORLIB}/fiddle/pack.rb
+${PLIST.ruby200}${RUBY_VENDORLIB}/fiddle/struct.rb
+${PLIST.ruby200}${RUBY_VENDORLIB}/fiddle/types.rb
+${PLIST.ruby200}${RUBY_VENDORLIB}/fiddle/value.rb
${RUBY_VENDORARCHLIB}/fiddle.${RUBY_DLEXT}
Home |
Main Index |
Thread Index |
Old Index