pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-securerandom



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Mar 12 15:43:33 UTC 2026

Modified Files:
        pkgsrc/security/ruby-securerandom: Makefile

Log Message:
security/ruby-securerandom: update Ruby version in comment


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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/security/ruby-securerandom/Makefile
diff -u pkgsrc/security/ruby-securerandom/Makefile:1.9 pkgsrc/security/ruby-securerandom/Makefile:1.10
--- pkgsrc/security/ruby-securerandom/Makefile:1.9      Tue Feb  3 15:35:07 2026
+++ pkgsrc/security/ruby-securerandom/Makefile  Thu Mar 12 15:43:32 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2026/02/03 15:35:07 taca Exp $
+# $NetBSD: Makefile,v 1.10 2026/03/12 15:43:32 taca Exp $
 
 DISTNAME=      securerandom-0.4.1
 CATEGORIES=    security
@@ -10,7 +10,7 @@ LICENSE=      2-clause-bsd
 
 USE_LANGUAGES= # none
 
-# Ruby 3.4.8 and later have securerandom 0.4.1 gem.
+# Ruby 3.4.9 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