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:           Wed Jan  4 10:50:17 UTC 2023

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

Log Message:
Use RUBY_VERSIONS_ACCEPTED for ruby27 only packages.

No functinal change.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-dep/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/ruby-gsl/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/ruby-oniguruma/Makefile
cvs rdiff -u -r1.40 -r1.41 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.6 pkgsrc/devel/ruby-dep/Makefile:1.7
--- pkgsrc/devel/ruby-dep/Makefile:1.6  Sun Jan 16 14:29:29 2022
+++ pkgsrc/devel/ruby-dep/Makefile      Wed Jan  4 10:50:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/16 14:29:29 taca Exp $
+# $NetBSD: Makefile,v 1.7 2023/01/04 10:50:17 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 31
+RUBY_VERSIONS_ACCEPTED=        27
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/ruby-gsl/Makefile
diff -u pkgsrc/math/ruby-gsl/Makefile:1.23 pkgsrc/math/ruby-gsl/Makefile:1.24
--- pkgsrc/math/ruby-gsl/Makefile:1.23  Sun Jan 16 14:29:29 2022
+++ pkgsrc/math/ruby-gsl/Makefile       Wed Jan  4 10:50:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2022/01/16 14:29:29 taca Exp $
+# $NetBSD: Makefile,v 1.24 2023/01/04 10:50:17 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 31
+RUBY_VERSIONS_ACCEPTED=        27
 
 .include "../../lang/ruby/gem.mk"
 .include "../../math/gsl/buildlink3.mk"

Index: pkgsrc/textproc/ruby-oniguruma/Makefile
diff -u pkgsrc/textproc/ruby-oniguruma/Makefile:1.12 pkgsrc/textproc/ruby-oniguruma/Makefile:1.13
--- pkgsrc/textproc/ruby-oniguruma/Makefile:1.12        Sun Jan 16 14:29:29 2022
+++ pkgsrc/textproc/ruby-oniguruma/Makefile     Wed Jan  4 10:50:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/01/16 14:29:29 taca Exp $
+# $NetBSD: Makefile,v 1.13 2023/01/04 10:50:17 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 31
+RUBY_VERSIONS_ACCEPTED=        27
 
 USE_GCC_RUNTIME=       yes
 

Index: pkgsrc/x11/ruby-wxruby/Makefile
diff -u pkgsrc/x11/ruby-wxruby/Makefile:1.40 pkgsrc/x11/ruby-wxruby/Makefile:1.41
--- pkgsrc/x11/ruby-wxruby/Makefile:1.40        Tue Jan  3 17:38:34 2023
+++ pkgsrc/x11/ruby-wxruby/Makefile     Wed Jan  4 10:50:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2023/01/03 17:38:34 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2023/01/04 10:50:17 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 31
+RUBY_VERSIONS_ACCEPTED=        27
 
 BUILD_TARGET=          default html_docs
 RAKE=                  ${RAKE_NAME} -I "./lib"



Home | Main Index | Thread Index | Old Index