pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/ruby-timeout
Module Name: pkgsrc
Committed By: taca
Date: Thu Jan 2 06:35:29 UTC 2025
Modified Files:
pkgsrc/time/ruby-timeout: Makefile
Log Message:
time/ruby-timeout: restrict Ruby's version
Restrict Ruby's version (not for Ruby 3.4) since 3.4.1 has the same version
of this gem as default gem.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/ruby-timeout/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/ruby-timeout/Makefile
diff -u pkgsrc/time/ruby-timeout/Makefile:1.2 pkgsrc/time/ruby-timeout/Makefile:1.3
--- pkgsrc/time/ruby-timeout/Makefile:1.2 Mon Dec 16 09:06:59 2024
+++ pkgsrc/time/ruby-timeout/Makefile Thu Jan 2 06:35:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/12/16 09:06:59 taca Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/02 06:35:29 taca Exp $
DISTNAME= timeout-0.4.3
CATEGORIES= time
@@ -10,5 +10,8 @@ LICENSE= 2-clause-bsd OR ruby-license
USE_LANGUAGES= # none
+# Ruby 3.4.1 has timeout 0.4.3 gem.
+RUBY_VERSIONS_ACCEPTED= 31 32 33
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index