pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 16 14:29:29 UTC 2022

Modified Files:
        pkgsrc/devel/ruby-dep: Makefile
        pkgsrc/math/ruby-gsl: Makefile
        pkgsrc/textproc/ruby-oniguruma: Makefile
        pkgsrc/x11/ruby-wxruby: Makefile

Log Message:
Thease packages dose not support Ruby 3.1.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-dep/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/ruby-gsl/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/ruby-oniguruma/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/ruby-wxruby/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-dep/Makefile
diff -u pkgsrc/devel/ruby-dep/Makefile:1.5 pkgsrc/devel/ruby-dep/Makefile:1.6
--- pkgsrc/devel/ruby-dep/Makefile:1.5  Sun Feb 14 15:09:29 2021
+++ pkgsrc/devel/ruby-dep/Makefile      Sun Jan 16 14:29:29 2022
@@ -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"

Index: pkgsrc/math/ruby-gsl/Makefile
diff -u pkgsrc/math/ruby-gsl/Makefile:1.22 pkgsrc/math/ruby-gsl/Makefile:1.23
--- pkgsrc/math/ruby-gsl/Makefile:1.22  Tue Jun  1 09:12:26 2021
+++ pkgsrc/math/ruby-gsl/Makefile       Sun Jan 16 14:29:29 2022
@@ -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"

Index: pkgsrc/textproc/ruby-oniguruma/Makefile
diff -u pkgsrc/textproc/ruby-oniguruma/Makefile:1.11 pkgsrc/textproc/ruby-oniguruma/Makefile:1.12
--- pkgsrc/textproc/ruby-oniguruma/Makefile:1.11        Sun Feb 14 15:09:30 2021
+++ pkgsrc/textproc/ruby-oniguruma/Makefile     Sun Jan 16 14:29:29 2022
@@ -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@localhost
 COMMENT=       Fast regular expression library
 LICENSE=       modified-bsd
 
-RUBY_VERSIONS_INCOMPATIBLE=    30
+RUBY_VERSIONS_INCOMPATIBLE=    30 31
 
 USE_GCC_RUNTIME=       yes
 

Index: pkgsrc/x11/ruby-wxruby/Makefile
diff -u pkgsrc/x11/ruby-wxruby/Makefile:1.38 pkgsrc/x11/ruby-wxruby/Makefile:1.39
--- pkgsrc/x11/ruby-wxruby/Makefile:1.38        Wed Dec  8 16:07:14 2021
+++ pkgsrc/x11/ruby-wxruby/Makefile     Sun Jan 16 14:29:29 2022
@@ -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"



Home | Main Index | Thread Index | Old Index