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: Tue May 5 14:07:44 UTC 2026
Modified Files:
pkgsrc/lang/ruby: Makefile
Log Message:
lang/ruby: remove codes for ruby32
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 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.77 pkgsrc/lang/ruby/Makefile:1.78
--- pkgsrc/lang/ruby/Makefile:1.77 Sun Jan 21 08:36:58 2024
+++ pkgsrc/lang/ruby/Makefile Tue May 5 14:07:44 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2024/01/21 08:36:58 taca Exp $
+# $NetBSD: Makefile,v 1.78 2026/05/05 14:07:44 taca Exp $
DISTNAME= # empty
PKGNAME= ruby-${RUBY_VERSION}
@@ -19,10 +19,8 @@ NO_BUILD= yes
DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
-RUBY_COMMANDS= bundle bundler erb gem irb racc rake rbs rdbg rdoc ri ruby typeprof
-.if ${RUBY_VER} >= 32
-RUBY_COMMANDS+= syntax_suggest
-.endif
+RUBY_COMMANDS= bundle bundler erb gem irb racc rake rbs rdbg rdoc ri ruby \
+ syntax_suggest typeprof
.if ${OPSYS} == "Cygwin"
RUBY_COMMANDS+= rubyw
.endif
Home |
Main Index |
Thread Index |
Old Index