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: Thu May 22 14:25:37 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
pkgsrc/www/ruby-cgi: Makefile
pkgsrc/www/ruby-uri: Makefile
Log Message:
Update Ruby 3.4's version in comment
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/benchmarks/ruby-benchmark/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-io-console/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-observer/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ruby-securerandom/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/ruby-timeout/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-cgi/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-uri/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.3 pkgsrc/benchmarks/ruby-benchmark/Makefile:1.4
--- pkgsrc/benchmarks/ruby-benchmark/Makefile:1.3 Wed Apr 16 15:23:06 2025
+++ pkgsrc/benchmarks/ruby-benchmark/Makefile Thu May 22 14:25:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/04/16 15:23:06 taca Exp $
+# $NetBSD: Makefile,v 1.4 2025/05/22 14:25:36 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.3 has benchmark 0.4.0 gem.
+# Ruby 3.4.4 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.14 pkgsrc/devel/ruby-io-console/Makefile:1.15
--- pkgsrc/devel/ruby-io-console/Makefile:1.14 Wed Apr 16 15:23:06 2025
+++ pkgsrc/devel/ruby-io-console/Makefile Thu May 22 14:25:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/04/16 15:23:06 taca Exp $
+# $NetBSD: Makefile,v 1.15 2025/05/22 14:25:36 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.3 has io-console 0.8.0 gem.
+# Ruby 3.4.4 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.4 pkgsrc/devel/ruby-observer/Makefile:1.5
--- pkgsrc/devel/ruby-observer/Makefile:1.4 Wed Apr 16 15:23:06 2025
+++ pkgsrc/devel/ruby-observer/Makefile Thu May 22 14:25:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/04/16 15:23:06 taca Exp $
+# $NetBSD: Makefile,v 1.5 2025/05/22 14:25:36 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.8 and Ruby 3.4.3 have observer 0.1.2 gem.
+# Ruby 3.3.8 and Ruby 3.4.4 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.6 pkgsrc/security/ruby-securerandom/Makefile:1.7
--- pkgsrc/security/ruby-securerandom/Makefile:1.6 Wed Apr 16 15:23:07 2025
+++ pkgsrc/security/ruby-securerandom/Makefile Thu May 22 14:25:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/04/16 15:23:07 taca Exp $
+# $NetBSD: Makefile,v 1.7 2025/05/22 14:25:36 taca Exp $
DISTNAME= securerandom-0.4.1
CATEGORIES= security
@@ -10,7 +10,7 @@ LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
-# Ruby 3.4.3 has securerandom 0.4.1 gem.
+# Ruby 3.4.4 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.4 pkgsrc/time/ruby-timeout/Makefile:1.5
--- pkgsrc/time/ruby-timeout/Makefile:1.4 Wed Apr 16 15:23:07 2025
+++ pkgsrc/time/ruby-timeout/Makefile Thu May 22 14:25:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/04/16 15:23:07 taca Exp $
+# $NetBSD: Makefile,v 1.5 2025/05/22 14:25:36 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.3 has timeout 0.4.3 gem.
+# Ruby 3.4.4 has timeout 0.4.3 gem.
RUBY_VERSIONS_ACCEPTED= 31 32 33
.include "../../lang/ruby/gem.mk"
Index: pkgsrc/www/ruby-cgi/Makefile
diff -u pkgsrc/www/ruby-cgi/Makefile:1.2 pkgsrc/www/ruby-cgi/Makefile:1.3
--- pkgsrc/www/ruby-cgi/Makefile:1.2 Wed Apr 16 15:13:29 2025
+++ pkgsrc/www/ruby-cgi/Makefile Thu May 22 14:25:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/04/16 15:13:29 taca Exp $
+# $NetBSD: Makefile,v 1.3 2025/05/22 14:25:37 taca Exp $
DISTNAME= cgi-0.4.2
CATEGORIES= www
@@ -10,7 +10,7 @@ LICENSE= 2-clause-bsd OR ruby-license
#USE_LANGUAGES= # none
-# Ruby 3.4.3 has the same version as bundled gem.
+# Ruby 3.4.4 has the same version as bundled gem.
RUBY_VERSIONS_ACCEPTED= 31 32 33
.include "../../lang/ruby/gem.mk"
Index: pkgsrc/www/ruby-uri/Makefile
diff -u pkgsrc/www/ruby-uri/Makefile:1.7 pkgsrc/www/ruby-uri/Makefile:1.8
--- pkgsrc/www/ruby-uri/Makefile:1.7 Wed Apr 16 15:13:29 2025
+++ pkgsrc/www/ruby-uri/Makefile Thu May 22 14:25:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/04/16 15:13:29 taca Exp $
+# $NetBSD: Makefile,v 1.8 2025/05/22 14:25:37 taca Exp $
DISTNAME= uri-1.0.3
CATEGORIES= www
@@ -10,7 +10,7 @@ LICENSE= 2-clause-bsd OR ruby-license
USE_LANGUAGES= # none
-# Ruby 3.4.3 has the same version as bundled gem.
+# Ruby 3.4.4 has the same version as bundled gem.
RUBY_VERSIONS_ACCEPTED= 31 32 33
.include "../../lang/ruby/gem.mk"
Home |
Main Index |
Thread Index |
Old Index