pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-columnize Allow this package build on Ruby 2.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/caf4cb8dc856
branches:  trunk
changeset: 652774:caf4cb8dc856
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 07 15:56:05 2015 +0000

description:
Allow this package build on Ruby 2.2.

diffstat:

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

diffs (18 lines):

diff -r c8a212731a04 -r caf4cb8dc856 misc/ruby-columnize/Makefile
--- a/misc/ruby-columnize/Makefile      Sun Jun 07 15:55:24 2015 +0000
+++ b/misc/ruby-columnize/Makefile      Sun Jun 07 15:56:05 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/02/03 14:59:19 taca Exp $
+# $NetBSD: Makefile,v 1.12 2015/06/07 15:56:05 taca Exp $
 
 DISTNAME=      columnize-0.9.0
 CATEGORIES=    misc
@@ -8,7 +8,7 @@
 COMMENT=       Format an Array as an Array of String aligned in columns
 LICENSE=       gnu-gpl-v2 OR ruby-license
 
-RUBY_VERSION_SUPPORTED=        193 200 21
+USE_LANGUAGES= # none
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index