pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ruby lang/ruby: add support for ruby 3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/2eeb9e4c468d
branches: trunk
changeset: 446925:2eeb9e4c468d
user: taca <taca%pkgsrc.org@localhost>
date: Sun Feb 14 14:41:18 2021 +0000
description:
lang/ruby: add support for ruby 3.0
diffstat:
lang/ruby/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r f98050d0e83b -r 2eeb9e4c468d lang/ruby/Makefile
--- a/lang/ruby/Makefile Sun Feb 14 14:39:09 2021 +0000
+++ b/lang/ruby/Makefile Sun Feb 14 14:41:18 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2020/12/30 14:15:02 taca Exp $
+# $NetBSD: Makefile,v 1.67 2021/02/14 14:41:18 taca Exp $
DISTNAME= # empty
PKGNAME= ruby-${RUBY_VERSION}
@@ -26,6 +26,8 @@
RUBY_COMMANDS= bundle bundler erb gem irb rake rdoc ri ruby
.elif ${RUBY_VER} == "27"
RUBY_COMMANDS= bundle bundler erb gem irb racc rake racc2y rdoc ri ruby y2racc
+.elif ${RUBY_VER} == "30"
+RUBY_COMMANDS= bundle bundler erb gem irb racc rake rbs rdoc ri ruby typeprof
.endif
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
Home |
Main Index |
Thread Index |
Old Index