pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-test-unit devel/ruby-test-unit: not compati...
details: https://anonhg.NetBSD.org/pkgsrc/rev/84fa5f029322
branches: trunk
changeset: 375816:84fa5f029322
user: taca <taca%pkgsrc.org@localhost>
date: Sun Mar 27 14:34:35 2022 +0000
description:
devel/ruby-test-unit: not compatible with ruby31
Avoid building this package with Ruby 3.1 now since Ruby 3.1.1 contains
the same version of test-unit and cause conclicts.
Noted by wiz@.
diffstat:
devel/ruby-test-unit/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 1de0ffed18bc -r 84fa5f029322 devel/ruby-test-unit/Makefile
--- a/devel/ruby-test-unit/Makefile Sun Mar 27 14:17:55 2022 +0000
+++ b/devel/ruby-test-unit/Makefile Sun Mar 27 14:34:35 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2021/12/20 13:49:36 taca Exp $
+# $NetBSD: Makefile,v 1.48 2022/03/27 14:34:35 taca Exp $
DISTNAME= test-unit-3.5.3
CATEGORIES= devel
@@ -10,5 +10,8 @@
USE_LANGUAGES= # none
+# Ruby 3.1.1 contains conflicting the same version
+RUBY_VERSIONS_ACCEPTED= 26 27 30
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index