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: Wed Apr 16 15:23:07 UTC 2025
Modified Files:
pkgsrc/benchmarks/ruby-benchmark: Makefile
pkgsrc/devel/ruby-io-console: Makefile
pkgsrc/devel/ruby-observer: Makefile
pkgsrc/security/ruby-securerandom: Makefile
pkgsrc/time/ruby-timeout: Makefile
Log Message:
Update Ruby's version in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/benchmarks/ruby-benchmark/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-io-console/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-observer/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ruby-securerandom/Makefile
cvs rdiff -u -r1.3 -r1.4 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/benchmarks/ruby-benchmark/Makefile
diff -u pkgsrc/benchmarks/ruby-benchmark/Makefile:1.2 pkgsrc/benchmarks/ruby-benchmark/Makefile:1.3
--- pkgsrc/benchmarks/ruby-benchmark/Makefile:1.2 Thu Jan 2 06:22:29 2025
+++ pkgsrc/benchmarks/ruby-benchmark/Makefile Wed Apr 16 15:23:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/01/02 06:22:29 taca Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/16 15:23:06 taca Exp $
DISTNAME= benchmark-0.4.0
CATEGORIES= benchmarks
@@ -10,7 +10,7 @@ LICENSE= 2-clause-bsd OR ruby-license
USE_LANGUAGES= # none
-# Ruby 3.4.1 has benchmark 0.4.0 gem.
+# Ruby 3.4.3 has benchmark 0.4.0 gem.
RUBY_VERSIONS_ACCEPTED= 31 32 33
.include "../../lang/ruby/gem.mk"
Index: pkgsrc/devel/ruby-io-console/Makefile
diff -u pkgsrc/devel/ruby-io-console/Makefile:1.13 pkgsrc/devel/ruby-io-console/Makefile:1.14
--- pkgsrc/devel/ruby-io-console/Makefile:1.13 Thu Jan 2 06:25:33 2025
+++ pkgsrc/devel/ruby-io-console/Makefile Wed Apr 16 15:23:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2025/01/02 06:25:33 taca Exp $
+# $NetBSD: Makefile,v 1.14 2025/04/16 15:23:06 taca Exp $
DISTNAME= io-console-0.8.0
CATEGORIES= devel
@@ -8,7 +8,7 @@ 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 3.4.3 has io-console 0.8.0 gem.
RUBY_VERSIONS_ACCEPTED= 31 32 33
.include "../../lang/ruby/gem.mk"
Index: pkgsrc/devel/ruby-observer/Makefile
diff -u pkgsrc/devel/ruby-observer/Makefile:1.3 pkgsrc/devel/ruby-observer/Makefile:1.4
--- pkgsrc/devel/ruby-observer/Makefile:1.3 Sun Jan 19 13:42:25 2025
+++ pkgsrc/devel/ruby-observer/Makefile Wed Apr 16 15:23:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/01/19 13:42:25 taca Exp $
+# $NetBSD: Makefile,v 1.4 2025/04/16 15:23:06 taca Exp $
DISTNAME= observer-0.1.2
CATEGORIES= devel
@@ -10,7 +10,7 @@ LICENSE= 2-clause-bsd OR ruby-license
USE_LANGUAGES= # none
-# Ruby 3.3.7 and Ruby 3.4.1 have observer 0.1.2 gem.
+# Ruby 3.3.8 and Ruby 3.4.3 have observer 0.1.2 gem.
RUBY_VERSIONS_ACCEPTED= 31 32
.include "../../lang/ruby/gem.mk"
Index: pkgsrc/security/ruby-securerandom/Makefile
diff -u pkgsrc/security/ruby-securerandom/Makefile:1.5 pkgsrc/security/ruby-securerandom/Makefile:1.6
--- pkgsrc/security/ruby-securerandom/Makefile:1.5 Thu Jan 2 06:33:48 2025
+++ pkgsrc/security/ruby-securerandom/Makefile Wed Apr 16 15:23:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/01/02 06:33:48 taca Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/16 15:23:07 taca Exp $
DISTNAME= securerandom-0.4.1
CATEGORIES= security
@@ -10,7 +10,7 @@ LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
-# Ruby 3.4.1 has securerandom 0.4.1 gem.
+# Ruby 3.4.3 has securerandom 0.4.1 gem.
RUBY_VERSIONS_ACCEPTED= 31 32 33
.include "../../lang/ruby/gem.mk"
Index: pkgsrc/time/ruby-timeout/Makefile
diff -u pkgsrc/time/ruby-timeout/Makefile:1.3 pkgsrc/time/ruby-timeout/Makefile:1.4
--- pkgsrc/time/ruby-timeout/Makefile:1.3 Thu Jan 2 06:35:29 2025
+++ pkgsrc/time/ruby-timeout/Makefile Wed Apr 16 15:23:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/01/02 06:35:29 taca Exp $
+# $NetBSD: Makefile,v 1.4 2025/04/16 15:23:07 taca Exp $
DISTNAME= timeout-0.4.3
CATEGORIES= time
@@ -10,7 +10,7 @@ LICENSE= 2-clause-bsd OR ruby-license
USE_LANGUAGES= # none
-# Ruby 3.4.1 has timeout 0.4.3 gem.
+# Ruby 3.4.3 has timeout 0.4.3 gem.
RUBY_VERSIONS_ACCEPTED= 31 32 33
.include "../../lang/ruby/gem.mk"
Home |
Main Index |
Thread Index |
Old Index