pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-test-unit



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 27 14:34:35 UTC 2022

Modified Files:
        pkgsrc/devel/ruby-test-unit: Makefile

Log Message:
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@.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/ruby-test-unit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-test-unit/Makefile
diff -u pkgsrc/devel/ruby-test-unit/Makefile:1.47 pkgsrc/devel/ruby-test-unit/Makefile:1.48
--- pkgsrc/devel/ruby-test-unit/Makefile:1.47   Mon Dec 20 13:49:36 2021
+++ pkgsrc/devel/ruby-test-unit/Makefile        Sun Mar 27 14:34:35 2022
@@ -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 @@ LICENSE=      ruby-license
 
 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