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:36:58 UTC 2024
Modified Files:
pkgsrc/lang/ruby: Makefile
Log Message:
lang/ruby: a small fix for ruby32-base
ruby32-base contains syntax_suggest as ruby33.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 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.76 pkgsrc/lang/ruby/Makefile:1.77
--- pkgsrc/lang/ruby/Makefile:1.76 Sun Jan 21 08:24:14 2024
+++ pkgsrc/lang/ruby/Makefile Sun Jan 21 08:36:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2024/01/21 08:24:14 taca Exp $
+# $NetBSD: Makefile,v 1.77 2024/01/21 08:36:58 taca Exp $
DISTNAME= # empty
PKGNAME= ruby-${RUBY_VERSION}
@@ -20,7 +20,7 @@ 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} >= 33
+.if ${RUBY_VER} >= 32
RUBY_COMMANDS+= syntax_suggest
.endif
.if ${OPSYS} == "Cygwin"
Home |
Main Index |
Thread Index |
Old Index