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 Jan  2 06:33:48 UTC 2025

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

Log Message:
security/ruby-securerandom: 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.4 -r1.5 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.4 pkgsrc/security/ruby-securerandom/Makefile:1.5
--- pkgsrc/security/ruby-securerandom/Makefile:1.4      Mon Dec 16 09:09:11 2024
+++ pkgsrc/security/ruby-securerandom/Makefile  Thu Jan  2 06:33:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/12/16 09:09:11 taca Exp $
+# $NetBSD: Makefile,v 1.5 2025/01/02 06:33:48 taca Exp $
 
 DISTNAME=      securerandom-0.4.1
 CATEGORIES=    security
@@ -10,5 +10,8 @@ LICENSE=      2-clause-bsd
 
 USE_LANGUAGES= # none
 
+# Ruby 3.4.1 has securerandom 0.4.1 gem.
+RUBY_VERSIONS_ACCEPTED=        31 32 33
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index