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 30 17:01:54 UTC 2023

Modified Files:
        pkgsrc/lang/ruby: Makefile

Log Message:
lang/ruby: drop ruby27 support

Proper support for ruby32, too.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 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.74 pkgsrc/lang/ruby/Makefile:1.75
--- pkgsrc/lang/ruby/Makefile:1.74      Sat Nov 26 13:07:51 2022
+++ pkgsrc/lang/ruby/Makefile   Tue May 30 17:01:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2022/11/26 13:07:51 taca Exp $
+# $NetBSD: Makefile,v 1.75 2023/05/30 17:01:54 taca Exp $
 
 DISTNAME=      # empty
 PKGNAME=       ruby-${RUBY_VERSION}
@@ -19,11 +19,9 @@ NO_BUILD=    yes
 
 DEPENDS+=      ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
 
-.if ${RUBY_VER} == 27
-RUBY_COMMANDS= bundle bundler erb gem irb racc rake racc2y rdoc ri ruby y2racc
-.elif ${RUBY_VER} == 30
+.if ${RUBY_VER} == 30
 RUBY_COMMANDS= bundle bundler erb gem irb racc rake rbs rdoc ri ruby typeprof
-.elif ${RUBY_VER} == 31
+.elif ${RUBY_VER} >= 31
 RUBY_COMMANDS= bundle bundler erb gem irb racc rake rbs rdbg rdoc ri ruby typeprof
 .endif
 



Home | Main Index | Thread Index | Old Index