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 5 00:08:32 UTC 2025
Modified Files:
pkgsrc/textproc/ruby-rexml: Makefile
Log Message:
textproc/ruby-rexml: not for ruby33
Since ruby33 bundles the same version of rexml gem, avoid build with
ruby33.
Thanks to wiz@ reported the problem.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 pkgsrc/textproc/ruby-rexml/Makefile:1.30
--- pkgsrc/textproc/ruby-rexml/Makefile:1.29 Mon Sep 15 16:47:07 2025
+++ pkgsrc/textproc/ruby-rexml/Makefile Wed Nov 5 00:08:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2025/09/15 16:47:07 taca Exp $
+# $NetBSD: Makefile,v 1.30 2025/11/05 00:08:32 taca Exp $
DISTNAME= rexml-3.4.4
CATEGORIES= textproc
@@ -10,5 +10,8 @@ LICENSE= 2-clause-bsd
USE_LANGUAGES= # empty
+# Ruby 3.3.10 has rexml 3.4.4 gem.
+RUBY_VERSIONS_ACCEPTED= 32 34
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index