pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Thease packages dose not support Ruby 3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc2862ce6a41
branches:  trunk
changeset: 371928:dc2862ce6a41
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 16 14:29:29 2022 +0000

description:
Thease packages dose not support Ruby 3.1.

diffstat:

 devel/ruby-dep/Makefile          |  4 ++--
 math/ruby-gsl/Makefile           |  4 ++--
 textproc/ruby-oniguruma/Makefile |  4 ++--
 x11/ruby-wxruby/Makefile         |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r e57f8c3447eb -r dc2862ce6a41 devel/ruby-dep/Makefile
--- a/devel/ruby-dep/Makefile   Sun Jan 16 14:22:46 2022 +0000
+++ b/devel/ruby-dep/Makefile   Sun Jan 16 14:29:29 2022 +0000
@@ -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 @@
 
 VERS=          1.5.0
 
-RUBY_VERSIONS_INCOMPATIBLE=    30
+RUBY_VERSIONS_INCOMPATIBLE=    30 31
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e57f8c3447eb -r dc2862ce6a41 math/ruby-gsl/Makefile
--- a/math/ruby-gsl/Makefile    Sun Jan 16 14:22:46 2022 +0000
+++ b/math/ruby-gsl/Makefile    Sun Jan 16 14:29:29 2022 +0000
@@ -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 @@
 
 USE_GCC_RUNTIME=       yes
 
-RUBY_VERSIONS_INCOMPATIBLE=    30
+RUBY_VERSIONS_INCOMPATIBLE=    30 31
 
 .include "../../lang/ruby/gem.mk"
 .include "../../math/gsl/buildlink3.mk"
diff -r e57f8c3447eb -r dc2862ce6a41 textproc/ruby-oniguruma/Makefile
--- a/textproc/ruby-oniguruma/Makefile  Sun Jan 16 14:22:46 2022 +0000
+++ b/textproc/ruby-oniguruma/Makefile  Sun Jan 16 14:29:29 2022 +0000
@@ -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 @@
 COMMENT=       Fast regular expression library
 LICENSE=       modified-bsd
 
-RUBY_VERSIONS_INCOMPATIBLE=    30
+RUBY_VERSIONS_INCOMPATIBLE=    30 31
 
 USE_GCC_RUNTIME=       yes
 
diff -r e57f8c3447eb -r dc2862ce6a41 x11/ruby-wxruby/Makefile
--- a/x11/ruby-wxruby/Makefile  Sun Jan 16 14:22:46 2022 +0000
+++ b/x11/ruby-wxruby/Makefile  Sun Jan 16 14:29:29 2022 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index