pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb 14 14:41:18 UTC 2021

Modified Files:
        pkgsrc/lang/ruby: Makefile

Log Message:
lang/ruby: add support for ruby 3.0


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/lang/ruby/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ruby/Makefile
diff -u pkgsrc/lang/ruby/Makefile:1.66 pkgsrc/lang/ruby/Makefile:1.67
--- pkgsrc/lang/ruby/Makefile:1.66      Wed Dec 30 14:15:02 2020
+++ pkgsrc/lang/ruby/Makefile   Sun Feb 14 14:41:18 2021
@@ -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=        erb gem irb rake rdoc ri 
 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