summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/ruby-dep/Makefile4
-rw-r--r--math/ruby-gsl/Makefile4
-rw-r--r--textproc/ruby-oniguruma/Makefile4
-rw-r--r--x11/ruby-wxruby/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/devel/ruby-dep/Makefile b/devel/ruby-dep/Makefile
index 9f1c97e4816..d7b2e7ed833 100644
--- a/devel/ruby-dep/Makefile
+++ b/devel/ruby-dep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/02/14 15:09:29 taca Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/16 14:29:29 taca Exp $
DISTNAME= ruby_dep-${VERS}
PKGNAME= ${RUBY_PKGPREFIX}-dep-${VERS}
@@ -11,7 +11,7 @@ LICENSE= mit
VERS= 1.5.0
-RUBY_VERSIONS_INCOMPATIBLE= 30
+RUBY_VERSIONS_INCOMPATIBLE= 30 31
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile
index b7a8e5ebaca..54fa34068b6 100644
--- a/math/ruby-gsl/Makefile
+++ b/math/ruby-gsl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2021/06/01 09:12:26 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/01/16 14:29:29 taca Exp $
DISTNAME= gsl-2.1.0.3
PKGREVISION= 1
@@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 # OR later
USE_GCC_RUNTIME= yes
-RUBY_VERSIONS_INCOMPATIBLE= 30
+RUBY_VERSIONS_INCOMPATIBLE= 30 31
.include "../../lang/ruby/gem.mk"
.include "../../math/gsl/buildlink3.mk"
diff --git a/textproc/ruby-oniguruma/Makefile b/textproc/ruby-oniguruma/Makefile
index 830736a7276..49520de215b 100644
--- a/textproc/ruby-oniguruma/Makefile
+++ b/textproc/ruby-oniguruma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/02/14 15:09:30 taca Exp $
+# $NetBSD: Makefile,v 1.12 2022/01/16 14:29:29 taca Exp $
DISTNAME= oniguruma-1.1.0
PKGREVISION= 3
@@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Fast regular expression library
LICENSE= modified-bsd
-RUBY_VERSIONS_INCOMPATIBLE= 30
+RUBY_VERSIONS_INCOMPATIBLE= 30 31
USE_GCC_RUNTIME= yes
diff --git a/x11/ruby-wxruby/Makefile b/x11/ruby-wxruby/Makefile
index 377e73fc0c4..f12be405059 100644
--- a/x11/ruby-wxruby/Makefile
+++ b/x11/ruby-wxruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2021/12/08 16:07:14 adam Exp $
+# $NetBSD: Makefile,v 1.39 2022/01/16 14:29:29 taca Exp $
#
DISTNAME= wxruby-2.0.1
@@ -13,7 +13,7 @@ LICENSE= mit
BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-redcloth>=4.2.0:../../textproc/ruby-redcloth
-RUBY_VERSIONS_INCOMPATIBLE= 30
+RUBY_VERSIONS_INCOMPATIBLE= 30 31
BUILD_TARGET= default html_docs
RAKE= ${RAKE_NAME} -I "./lib"