pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/benchmarks/ruby-benchmark
Module Name: pkgsrc
Committed By: taca
Date: Thu Jan 2 06:22:29 UTC 2025
Modified Files:
pkgsrc/benchmarks/ruby-benchmark: Makefile
Log Message:
benchmarks/ruby-benchmark: restrict Ruby's version
Restrict Ruby's version (not for Ruby 3.4) since Ruby 3.4.1 has this gem of
the same version.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/benchmarks/ruby-benchmark/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/benchmarks/ruby-benchmark/Makefile
diff -u pkgsrc/benchmarks/ruby-benchmark/Makefile:1.1 pkgsrc/benchmarks/ruby-benchmark/Makefile:1.2
--- pkgsrc/benchmarks/ruby-benchmark/Makefile:1.1 Sun Dec 8 14:16:00 2024
+++ pkgsrc/benchmarks/ruby-benchmark/Makefile Thu Jan 2 06:22:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/12/08 14:16:00 taca Exp $
+# $NetBSD: Makefile,v 1.2 2025/01/02 06:22:29 taca Exp $
DISTNAME= benchmark-0.4.0
CATEGORIES= benchmarks
@@ -10,5 +10,8 @@ LICENSE= 2-clause-bsd OR ruby-license
USE_LANGUAGES= # none
+# Ruby 3.4.1 has benchmark 0.4.0 gem.
+RUBY_VERSIONS_ACCEPTED= 31 32 33
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index