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 Jan 21 08:24:14 UTC 2024
Modified Files:
pkgsrc/lang/ruby: Makefile
Log Message:
lang/ruby: Add support for ruby33
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 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.75 pkgsrc/lang/ruby/Makefile:1.76
--- pkgsrc/lang/ruby/Makefile:1.75 Tue May 30 17:01:54 2023
+++ pkgsrc/lang/ruby/Makefile Sun Jan 21 08:24:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2023/05/30 17:01:54 taca Exp $
+# $NetBSD: Makefile,v 1.76 2024/01/21 08:24:14 taca Exp $
DISTNAME= # empty
PKGNAME= ruby-${RUBY_VERSION}
@@ -19,10 +19,12 @@ NO_BUILD= yes
DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
-.if ${RUBY_VER} == 30
-RUBY_COMMANDS= bundle bundler erb gem irb racc rake rbs rdoc ri ruby typeprof
-.elif ${RUBY_VER} >= 31
RUBY_COMMANDS= bundle bundler erb gem irb racc rake rbs rdbg rdoc ri ruby typeprof
+.if ${RUBY_VER} >= 33
+RUBY_COMMANDS+= syntax_suggest
+.endif
+.if ${OPSYS} == "Cygwin"
+RUBY_COMMANDS+= rubyw
.endif
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
Home |
Main Index |
Thread Index |
Old Index