pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-io-console Add build supports on Ruby 2.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e53bac9554ad
branches:  trunk
changeset: 632121:e53bac9554ad
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 16 17:53:15 2014 +0000

description:
Add build supports on Ruby 2.1.1.

diffstat:

 devel/ruby-io-console/Makefile |  12 ++++++++----
 devel/ruby-io-console/PLIST    |   4 ++--
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 4a2b31b5aee0 -r e53bac9554ad devel/ruby-io-console/Makefile
--- a/devel/ruby-io-console/Makefile    Sun Mar 16 17:52:12 2014 +0000
+++ b/devel/ruby-io-console/Makefile    Sun Mar 16 17:53:15 2014 +0000
@@ -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@localhost
 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 -r 4a2b31b5aee0 -r e53bac9554ad devel/ruby-io-console/PLIST
--- a/devel/ruby-io-console/PLIST       Sun Mar 16 17:52:12 2014 +0000
+++ b/devel/ruby-io-console/PLIST       Sun Mar 16 17:53:15 2014 +0000
@@ -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}



Home | Main Index | Thread Index | Old Index