summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-16 17:53:15 +0000
committertaca <taca@pkgsrc.org>2014-03-16 17:53:15 +0000
commite0d8ce162ec3092296bc797110bff22cb21c6fc2 (patch)
tree86ad621aa8f9089f7cfde0bb17219d6c8ee279c0 /devel
parent20b72eb37993559b084ffa8a3f11cf5cadce302a (diff)
downloadpkgsrc-e0d8ce162ec3092296bc797110bff22cb21c6fc2.tar.gz
Add build supports on Ruby 2.1.1.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-io-console/Makefile12
-rw-r--r--devel/ruby-io-console/PLIST4
2 files changed, 10 insertions, 6 deletions
diff --git a/devel/ruby-io-console/Makefile b/devel/ruby-io-console/Makefile
index 2814c17c48c..dc1c6bdefc3 100644
--- a/devel/ruby-io-console/Makefile
+++ b/devel/ruby-io-console/Makefile
@@ -1,16 +1,20 @@
-# $NetBSD: Makefile,v 1.4 2013/07/21 02:39:27 taca Exp $
+# $NetBSD: Makefile,v 1.5 2014/03/16 17:53:15 taca Exp $
DISTNAME= io-console-0.4.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/nobu/io-console
COMMENT= Add console capabilities to IO instances
-GEM_CLEANBUILD= Makefile console.${RUBY_DLEXT} *.o mkmf.log .RUBYARCHDIR.time
+GEM_CLEANBUILD= Makefile console.${RUBY_DLEXT} *.o mkmf.log \
+ .RUBYARCHDIR.-.io.time .RUBYLIBDIR.-.io.-.console.time \
+ .RUBYLIBDIR.-.console.time
+GEM_CLEANBUOLD_EXTENSIONS= .RUBYARCHDIR.time .RUBYLIBDIR.-.console.time \
+ io/console/size.rb
-RUBY_VERSION_SUPPORTED= 200 193
+RUBY_VERSION_SUPPORTED= 21 200 193
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-io-console/PLIST b/devel/ruby-io-console/PLIST
index 61d9ba63652..25580ee1711 100644
--- a/devel/ruby-io-console/PLIST
+++ b/devel/ruby-io-console/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2013/06/16 15:10:41 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/03/16 17:53:15 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.RUBYLIBDIR.-.console.time
+${GEM_EXTSDIR}/io/console.${RUBY_DLEXT}
${GEM_LIBDIR}/console.c
${GEM_LIBDIR}/extconf.rb
${GEM_LIBDIR}/io/console.${RUBY_DLEXT}