pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Oct 10 03:42:14 UTC 2022

Modified Files:
        pkgsrc/textproc/ruby-nokogiri: Makefile
        pkgsrc/textproc/ruby-review: Makefile

Log Message:
Remove ruby26 references.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/textproc/ruby-nokogiri/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/ruby-review/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-nokogiri/Makefile
diff -u pkgsrc/textproc/ruby-nokogiri/Makefile:1.72 pkgsrc/textproc/ruby-nokogiri/Makefile:1.73
--- pkgsrc/textproc/ruby-nokogiri/Makefile:1.72 Thu Aug 18 15:13:07 2022
+++ pkgsrc/textproc/ruby-nokogiri/Makefile      Mon Oct 10 03:42:14 2022
@@ -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 @@ OVERRIDE_GEMSPEC+=   :files ports/archives
 # 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"

Index: pkgsrc/textproc/ruby-review/Makefile
diff -u pkgsrc/textproc/ruby-review/Makefile:1.8 pkgsrc/textproc/ruby-review/Makefile:1.9
--- pkgsrc/textproc/ruby-review/Makefile:1.8    Tue Aug 30 15:33:18 2022
+++ pkgsrc/textproc/ruby-review/Makefile        Mon Oct 10 03:42:14 2022
@@ -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 @@ pre-configure:
        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