Sun Apr 11 00:08:40 2021 UTC ()
textproc/ruby-rexml: do not build on Ruby 3.0

Do not build on Ruby 3.0 since it contains the same version of rexml
gem and conflicts with this package.

Noted by private e-mail from wiz@, thank you!


(taca)
diff -r1.12 -r1.13 pkgsrc/textproc/ruby-rexml/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/textproc/ruby-rexml/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-rexml/Attic/Makefile 2021/02/14 14:53:04 1.12
+++ pkgsrc/textproc/ruby-rexml/Attic/Makefile 2021/04/11 00:08:40 1.13
@@ -1,14 +1,17 @@ @@ -1,14 +1,17 @@
1# $NetBSD: Makefile,v 1.12 2021/02/14 14:53:04 taca Exp $ 1# $NetBSD: Makefile,v 1.13 2021/04/11 00:08:40 taca Exp $
2 2
3DISTNAME= rexml-3.2.4 3DISTNAME= rexml-3.2.4
4CATEGORIES= textproc 4CATEGORIES= textproc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/ruby/rexml 7HOMEPAGE= https://github.com/ruby/rexml
8COMMENT= XML toolkit for Ruby 8COMMENT= XML toolkit for Ruby
9LICENSE= 2-clause-bsd 9LICENSE= 2-clause-bsd
10 10
 11# Ruby 3.0 contain the same version of rexml.
 12RUBY_VERSIONS_ACCEPTED= 26 27
 13
11USE_LANGUAGES= # empty 14USE_LANGUAGES= # empty
12 15
13.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"