pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 19 11:07:21 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-minitest: Makefile
        pkgsrc/net/ruby-net-smtp: Makefile
        pkgsrc/textproc/ruby-rexml: Makefile

Log Message:
Fix build error with Ruby 3.4

Since these packages are bundled with Ruby 3.4.1 as bundled gem, so no need
to build these pacakges.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/ruby-minitest/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/ruby-net-smtp/Makefile
cvs rdiff -u -r1.25 -r1.26 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/devel/ruby-minitest/Makefile
diff -u pkgsrc/devel/ruby-minitest/Makefile:1.41 pkgsrc/devel/ruby-minitest/Makefile:1.42
--- pkgsrc/devel/ruby-minitest/Makefile:1.41    Mon Dec  9 13:47:16 2024
+++ pkgsrc/devel/ruby-minitest/Makefile Sun Jan 19 11:07:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2024/12/09 13:47:16 taca Exp $
+# $NetBSD: Makefile,v 1.42 2025/01/19 11:07:21 taca Exp $
 
 DISTNAME=      minitest-5.25.4
 CATEGORIES=    devel
@@ -10,5 +10,8 @@ LICENSE=      mit
 
 USE_LANGUAGES= # none
 
+# Ruby 3.4.1 has the same version as bundled gem.
+RUBY_VERSIONS_ACCEPTED=        31 32 33
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/ruby-net-smtp/Makefile
diff -u pkgsrc/net/ruby-net-smtp/Makefile:1.9 pkgsrc/net/ruby-net-smtp/Makefile:1.10
--- pkgsrc/net/ruby-net-smtp/Makefile:1.9       Mon Dec  9 15:31:51 2024
+++ pkgsrc/net/ruby-net-smtp/Makefile   Sun Jan 19 11:07:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/12/09 15:31:51 taca Exp $
+# $NetBSD: Makefile,v 1.10 2025/01/19 11:07:21 taca Exp $
 
 DISTNAME=      net-smtp-0.5.0
 CATEGORIES=    net mail
@@ -10,5 +10,8 @@ LICENSE=      2-clause-bsd OR ruby-license
 
 USE_LANGUAGES= # none
 
+# Ruby 3.4.1 has the same version as bundled gem.
+RUBY_VERSIONS_ACCEPTED=        31 32 33
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/ruby-rexml/Makefile
diff -u pkgsrc/textproc/ruby-rexml/Makefile:1.25 pkgsrc/textproc/ruby-rexml/Makefile:1.26
--- pkgsrc/textproc/ruby-rexml/Makefile:1.25    Sun Dec 15 13:33:33 2024
+++ pkgsrc/textproc/ruby-rexml/Makefile Sun Jan 19 11:07:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2024/12/15 13:33:33 taca Exp $
+# $NetBSD: Makefile,v 1.26 2025/01/19 11:07:21 taca Exp $
 
 DISTNAME=      rexml-3.4.0
 CATEGORIES=    textproc
@@ -10,5 +10,8 @@ LICENSE=      2-clause-bsd
 
 USE_LANGUAGES= # empty
 
+# Ruby 3.4.1 has the same version as bundled gem.
+RUBY_VERSIONS_ACCEPTED=        31 32 33
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index