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:           Wed Nov  6 13:33:48 UTC 2024

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

Log Message:
textproc/ruby-rexml: drop Ruby 3.3

Ruby 3.3.6 has the same version of rexml as bundled gem and conflict
with it.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/textproc/ruby-rexml/Makefile:1.24
--- pkgsrc/textproc/ruby-rexml/Makefile:1.23    Tue Nov  5 15:02:22 2024
+++ pkgsrc/textproc/ruby-rexml/Makefile Wed Nov  6 13:33:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2024/11/05 15:02:22 taca Exp $
+# $NetBSD: Makefile,v 1.24 2024/11/06 13:33:48 taca Exp $
 
 DISTNAME=      rexml-3.3.9
 CATEGORIES=    textproc
@@ -11,7 +11,7 @@ LICENSE=      2-clause-bsd
 USE_LANGUAGES= # empty
 
 # Ruby 3.2.6 has the same version as bundled gems.
-RUBY_VERSIONS_ACCEPTED=        31 33
+RUBY_VERSIONS_ACCEPTED=        31
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index