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:           Tue Feb  3 15:35:07 UTC 2026

Modified Files:
        pkgsrc/devel/ruby-observer: Makefile
        pkgsrc/net/ruby-net-smtp: Makefile
        pkgsrc/security/ruby-securerandom: Makefile

Log Message:
Update Ruby's (conflicting) version information in comment


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-observer/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/ruby-net-smtp/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/ruby-securerandom/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-observer/Makefile
diff -u pkgsrc/devel/ruby-observer/Makefile:1.6 pkgsrc/devel/ruby-observer/Makefile:1.7
--- pkgsrc/devel/ruby-observer/Makefile:1.6     Tue May 27 16:05:33 2025
+++ pkgsrc/devel/ruby-observer/Makefile Tue Feb  3 15:35:07 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/05/27 16:05:33 taca Exp $
+# $NetBSD: Makefile,v 1.7 2026/02/03 15:35:07 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.4 have observer 0.1.2 gem.
+# Ruby 3.3.10 and later have observer 0.1.2 gem.
 RUBY_VERSIONS_ACCEPTED=        32
 
 .include "../../lang/ruby/gem.mk"

Index: pkgsrc/net/ruby-net-smtp/Makefile
diff -u pkgsrc/net/ruby-net-smtp/Makefile:1.14 pkgsrc/net/ruby-net-smtp/Makefile:1.15
--- pkgsrc/net/ruby-net-smtp/Makefile:1.14      Tue May 27 16:05:33 2025
+++ pkgsrc/net/ruby-net-smtp/Makefile   Tue Feb  3 15:35:07 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/05/27 16:05:33 taca Exp $
+# $NetBSD: Makefile,v 1.15 2026/02/03 15:35:07 taca Exp $
 
 DISTNAME=      net-smtp-0.5.1
 PKGREVISION=   1
@@ -11,7 +11,7 @@ LICENSE=      2-clause-bsd OR ruby-license
 
 USE_LANGUAGES= # none
 
-# Ruby 3.3.8 and 3.4.2 has the same version as bundled gem.
+# Ruby 3.3.10 and later have the same version as bundled gem.
 RUBY_VERSIONS_ACCEPTED=        32
 
 .include "../../lang/ruby/gem.mk"

Index: pkgsrc/security/ruby-securerandom/Makefile
diff -u pkgsrc/security/ruby-securerandom/Makefile:1.8 pkgsrc/security/ruby-securerandom/Makefile:1.9
--- pkgsrc/security/ruby-securerandom/Makefile:1.8      Tue May 27 16:05:33 2025
+++ pkgsrc/security/ruby-securerandom/Makefile  Tue Feb  3 15:35:07 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/05/27 16:05:33 taca Exp $
+# $NetBSD: Makefile,v 1.9 2026/02/03 15:35:07 taca Exp $
 
 DISTNAME=      securerandom-0.4.1
 CATEGORIES=    security
@@ -10,7 +10,7 @@ LICENSE=      2-clause-bsd
 
 USE_LANGUAGES= # none
 
-# Ruby 3.4.4 has securerandom 0.4.1 gem.
+# Ruby 3.4.8 and later have securerandom 0.4.1 gem.
 RUBY_VERSIONS_ACCEPTED=        32 33
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index