From: tb Date: Sun, 4 Jun 2023 11:33:45 +0000 (+0000) Subject: Make ruby-openssl cope with default ruby change X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9a36959cd9c6cca283ad6b41d8d84a03e03b9530;p=openbsd Make ruby-openssl cope with default ruby change --- diff --git a/regress/lib/libssl/openssl-ruby/Makefile b/regress/lib/libssl/openssl-ruby/Makefile index f435270ae9e..ac925b8e0bf 100644 --- a/regress/lib/libssl/openssl-ruby/Makefile +++ b/regress/lib/libssl/openssl-ruby/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2022/05/10 19:27:21 tb Exp $ +# $OpenBSD: Makefile,v 1.10 2023/06/04 11:33:45 tb Exp $ OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests .if exists(/usr/local/bin/ruby31) RUBY_BINREV = 31 .else -RUBY_BINREV = 30 +RUBY_BINREV = 32 .endif RUBY = ruby${RUBY_BINREV}