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:           Wed Nov  6 15:32:14 UTC 2024

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

Log Message:
security/ruby-securerandom: not for ruby33

Ruby 3.3.6 has the same version as default gems.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/security/ruby-securerandom/Makefile:1.2
--- pkgsrc/security/ruby-securerandom/Makefile:1.1      Mon Aug 19 23:54:16 2024
+++ pkgsrc/security/ruby-securerandom/Makefile  Wed Nov  6 15:32:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/08/19 23:54:16 wen Exp $
+# $NetBSD: Makefile,v 1.2 2024/11/06 15:32:13 taca Exp $
 
 DISTNAME=      securerandom-0.3.1
 CATEGORIES=    security
@@ -10,5 +10,8 @@ LICENSE=      2-clause-bsd
 
 USE_LANGUAGES= # none
 
+# Ruby 3.3.6 has the same version as default gems.
+RUBY_VERSIONS_ACCEPTED=        31 32
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index