pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2021Q1]: pkgsrc/textproc/ruby-rexml Pullup ticket #6440 - requ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d178f5d540f
branches:  pkgsrc-2021Q1
changeset: 450358:5d178f5d540f
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Thu Apr 15 06:51:09 2021 +0000

description:
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!

diffstat:

 textproc/ruby-rexml/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 846b90b02b08 -r 5d178f5d540f textproc/ruby-rexml/Makefile
--- a/textproc/ruby-rexml/Makefile      Sat Apr 10 08:54:14 2021 +0000
+++ b/textproc/ruby-rexml/Makefile      Thu Apr 15 06:51:09 2021 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index