pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Use RUBY_VERSIONS_ACCEPTED for ruby27 only packages.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6e94318cd629
branches: trunk
changeset: 391160:6e94318cd629
user: taca <taca%pkgsrc.org@localhost>
date: Wed Jan 04 10:50:17 2023 +0000
description:
Use RUBY_VERSIONS_ACCEPTED for ruby27 only packages.
No functinal change.
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 b5211a8ea52e -r 6e94318cd629 devel/ruby-dep/Makefile
--- a/devel/ruby-dep/Makefile Wed Jan 04 10:42:38 2023 +0000
+++ b/devel/ruby-dep/Makefile Wed Jan 04 10:50:17 2023 +0000
@@ -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 @@
VERS= 1.5.0
-RUBY_VERSIONS_INCOMPATIBLE= 30 31
+RUBY_VERSIONS_ACCEPTED= 27
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r b5211a8ea52e -r 6e94318cd629 math/ruby-gsl/Makefile
--- a/math/ruby-gsl/Makefile Wed Jan 04 10:42:38 2023 +0000
+++ b/math/ruby-gsl/Makefile Wed Jan 04 10:50:17 2023 +0000
@@ -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 @@
USE_GCC_RUNTIME= yes
-RUBY_VERSIONS_INCOMPATIBLE= 30 31
+RUBY_VERSIONS_ACCEPTED= 27
.include "../../lang/ruby/gem.mk"
.include "../../math/gsl/buildlink3.mk"
diff -r b5211a8ea52e -r 6e94318cd629 textproc/ruby-oniguruma/Makefile
--- a/textproc/ruby-oniguruma/Makefile Wed Jan 04 10:42:38 2023 +0000
+++ b/textproc/ruby-oniguruma/Makefile Wed Jan 04 10:50:17 2023 +0000
@@ -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 @@
COMMENT= Fast regular expression library
LICENSE= modified-bsd
-RUBY_VERSIONS_INCOMPATIBLE= 30 31
+RUBY_VERSIONS_ACCEPTED= 27
USE_GCC_RUNTIME= yes
diff -r b5211a8ea52e -r 6e94318cd629 x11/ruby-wxruby/Makefile
--- a/x11/ruby-wxruby/Makefile Wed Jan 04 10:42:38 2023 +0000
+++ b/x11/ruby-wxruby/Makefile Wed Jan 04 10:50:17 2023 +0000
@@ -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 @@
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