pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc Remove ruby26 references.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79a85913017f
branches:  trunk
changeset: 386558:79a85913017f
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Oct 10 03:42:14 2022 +0000

description:
Remove ruby26 references.

diffstat:

 textproc/ruby-nokogiri/Makefile |  8 +-------
 textproc/ruby-review/Makefile   |  4 ++--
 2 files changed, 3 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 10ba61db8be6 -r 79a85913017f textproc/ruby-nokogiri/Makefile
--- a/textproc/ruby-nokogiri/Makefile   Mon Oct 10 03:36:48 2022 +0000
+++ b/textproc/ruby-nokogiri/Makefile   Mon Oct 10 03:42:14 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2022/08/18 15:13:07 tsutsui Exp $
+# $NetBSD: Makefile,v 1.73 2022/10/10 03:42:14 taca Exp $
 
 DISTNAME=      nokogiri-1.13.8
 CATEGORIES=    textproc
@@ -20,12 +20,6 @@
 # XXX: work around bug in bootstrap-mk-files, remove when fixed
 MAKE_ENV.SunOS+=       ARFLAGS=rcv
 
-.include "../../lang/ruby/rubyversion.mk"
-# Ruby 2.7 and later bundles racc
-.if ${RUBY_VER} == "26"
-DEPENDS+=      ${RUBY_PKGPREFIX}-racc>=1.4.0:../../devel/ruby-racc
-.endif
-
 .include "../../devel/ruby-pkg-config/tool.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
diff -r 10ba61db8be6 -r 79a85913017f textproc/ruby-review/Makefile
--- a/textproc/ruby-review/Makefile     Mon Oct 10 03:36:48 2022 +0000
+++ b/textproc/ruby-review/Makefile     Mon Oct 10 03:42:14 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/08/30 15:33:18 taca Exp $
+# $NetBSD: Makefile,v 1.9 2022/10/10 03:42:14 taca Exp $
 
 DISTNAME=      review-5.5.0
 CATEGORIES=    textproc
@@ -20,7 +20,7 @@
        cd ${WRKSRC}/bin && ${CHMOD} ${BINMODE} *
 
 .include "../../lang/ruby/rubyversion.mk"
-.if ${RUBY_VER} == "26" || ${RUBY_VER} == "27"
+.if ${RUBY_VER} == "27"
 DEPENDS+=      ${RUBY_PKGPREFIX}-rexml>=3.2<4:../../textproc/ruby-rexml
 .endif
 



Home | Main Index | Thread Index | Old Index