pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-io-console



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jan  2 06:25:33 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-io-console: Makefile

Log Message:
devel/ruby-io-console: restrict Ruby's version

Restrict Ruby's version (not for Ruby 3.4) since Ruby 3.4.1 has this gem of
the same version.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-io-console/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-io-console/Makefile
diff -u pkgsrc/devel/ruby-io-console/Makefile:1.12 pkgsrc/devel/ruby-io-console/Makefile:1.13
--- pkgsrc/devel/ruby-io-console/Makefile:1.12  Sun Dec  8 16:40:00 2024
+++ pkgsrc/devel/ruby-io-console/Makefile       Thu Jan  2 06:25:33 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/12/08 16:40:00 taca Exp $
+# $NetBSD: Makefile,v 1.13 2025/01/02 06:25:33 taca Exp $
 
 DISTNAME=      io-console-0.8.0
 CATEGORIES=    devel
@@ -8,5 +8,8 @@ HOMEPAGE=       https://rubygems.org/gems/io-c
 COMMENT=       Add console capabilities to IO instances
 LICENSE=       2-clause-bsd OR ruby-license
 
+# Ruby 3.4.1 has io-console 0.8.0 gem.
+RUBY_VERSIONS_ACCEPTED=        31 32 33
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index