pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-rexml



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Jan  2 16:32:14 UTC 2026

Modified Files:
        pkgsrc/textproc/ruby-rexml: Makefile

Log Message:
textproc/ruby-rexml: not for ruby34

Ruby 3.3.10 and Ruby 3.4.8 contains rexml 3.4.4 as bundled gem.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/ruby-rexml/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-rexml/Makefile
diff -u pkgsrc/textproc/ruby-rexml/Makefile:1.30 pkgsrc/textproc/ruby-rexml/Makefile:1.31
--- pkgsrc/textproc/ruby-rexml/Makefile:1.30    Wed Nov  5 00:08:32 2025
+++ pkgsrc/textproc/ruby-rexml/Makefile Fri Jan  2 16:32:13 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2025/11/05 00:08:32 taca Exp $
+# $NetBSD: Makefile,v 1.31 2026/01/02 16:32:13 taca Exp $
 
 DISTNAME=      rexml-3.4.4
 CATEGORIES=    textproc
@@ -10,8 +10,8 @@ LICENSE=      2-clause-bsd
 
 USE_LANGUAGES= # empty
 
-# Ruby 3.3.10 has rexml 3.4.4 gem.
-RUBY_VERSIONS_ACCEPTED= 32 34
+# Ruby 3.3.10 and Ruby 3.4.8 contains rexml 3.4.4 gem.
+RUBY_VERSIONS_ACCEPTED= 32
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index