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:           Thu Apr  1 14:12:18 UTC 2021

Modified Files:
        pkgsrc/lang/ruby: Makefile

Log Message:
lang/ruby: remove Ruby 2.5 support


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 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.67 pkgsrc/lang/ruby/Makefile:1.68
--- pkgsrc/lang/ruby/Makefile:1.67      Sun Feb 14 14:41:18 2021
+++ pkgsrc/lang/ruby/Makefile   Thu Apr  1 14:12:18 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2021/02/14 14:41:18 taca Exp $
+# $NetBSD: Makefile,v 1.68 2021/04/01 14:12:18 taca Exp $
 
 DISTNAME=      # empty
 PKGNAME=       ruby-${RUBY_VERSION}
@@ -20,9 +20,7 @@ NO_BUILD=     yes
 
 DEPENDS+=      ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
 
-.if ${RUBY_VER} == "25"
-RUBY_COMMANDS= erb gem irb rake rdoc ri ruby
-.elif ${RUBY_VER} == "26"
+.if ${RUBY_VER} == "26"
 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



Home | Main Index | Thread Index | Old Index