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: Mon Jan 23 01:08:32 UTC 2023
Modified Files:
pkgsrc/devel/ruby-test-unit: Makefile
Log Message:
devel/ruby-test-unit: not for ruby32
Ruby 3.2.0 has the same version as bundled gems.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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.50 pkgsrc/devel/ruby-test-unit/Makefile:1.51
--- pkgsrc/devel/ruby-test-unit/Makefile:1.50 Sun Dec 18 14:25:17 2022
+++ pkgsrc/devel/ruby-test-unit/Makefile Mon Jan 23 01:08:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2022/12/18 14:25:17 taca Exp $
+# $NetBSD: Makefile,v 1.51 2023/01/23 01:08:32 taca Exp $
DISTNAME= test-unit-3.5.7
CATEGORIES= devel
@@ -10,5 +10,8 @@ LICENSE= ruby-license
USE_LANGUAGES= # none
+# Ruby 3.2.0 has the same version as bundled gems.
+RUBY_VERSIONS_ACCEPTED= 27 30 31
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index