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: Tue Nov 5 15:02:22 UTC 2024
Modified Files:
pkgsrc/textproc/ruby-rexml: Makefile
Log Message:
textproc/ruby-rexml: drop Ruby 3.2
Ruby 3.2.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.22 -r1.23 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.22 pkgsrc/textproc/ruby-rexml/Makefile:1.23
--- pkgsrc/textproc/ruby-rexml/Makefile:1.22 Sun Oct 27 14:07:16 2024
+++ pkgsrc/textproc/ruby-rexml/Makefile Tue Nov 5 15:02:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2024/10/27 14:07:16 taca Exp $
+# $NetBSD: Makefile,v 1.23 2024/11/05 15:02:22 taca Exp $
DISTNAME= rexml-3.3.9
CATEGORIES= textproc
@@ -10,5 +10,8 @@ LICENSE= 2-clause-bsd
USE_LANGUAGES= # empty
+# Ruby 3.2.6 has the same version as bundled gems.
+RUBY_VERSIONS_ACCEPTED= 31 33
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index