summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-04-15 06:51:09 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-04-15 06:51:09 +0000
commit0b2df2d5330194f77c4fed364e16dd26bf21b457 (patch)
treecff512d656e46429a536f00ecd7bb7d86f700f79
parentfaaa3db8f87f827b358fa61ab9580c551ab62d4f (diff)
downloadpkgsrc-0b2df2d5330194f77c4fed364e16dd26bf21b457.tar.gz
Pullup ticket #6440 - requested by taca
textproc/ruby-rexml: build fix Revisions pulled up: - textproc/ruby-rexml/Makefile 1.13 --- Module Name: pkgsrc Committed By: taca Date: Sun Apr 11 00:08:40 UTC 2021 Modified Files: pkgsrc/textproc/ruby-rexml: Makefile Log Message: 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!
-rw-r--r--textproc/ruby-rexml/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ruby-rexml/Makefile b/textproc/ruby-rexml/Makefile
index 98a0ca032f4..7bf1d5c0f19 100644
--- a/textproc/ruby-rexml/Makefile
+++ b/textproc/ruby-rexml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/02/14 14:53:04 taca Exp $
+# $NetBSD: Makefile,v 1.12.2.1 2021/04/15 06:51:09 bsiegert Exp $
DISTNAME= rexml-3.2.4
CATEGORIES= textproc
@@ -8,6 +8,9 @@ HOMEPAGE= https://github.com/ruby/rexml
COMMENT= XML toolkit for Ruby
LICENSE= 2-clause-bsd
+# Ruby 3.0 contain the same version of rexml.
+RUBY_VERSIONS_ACCEPTED= 26 27
+
USE_LANGUAGES= # empty
.include "../../lang/ruby/gem.mk"