artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b505647
)
Make ruby-openssl cope with default ruby change
author
tb
<tb@openbsd.org>
Sun, 4 Jun 2023 11:33:45 +0000
(11:33 +0000)
committer
tb
<tb@openbsd.org>
Sun, 4 Jun 2023 11:33:45 +0000
(11:33 +0000)
regress/lib/libssl/openssl-ruby/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/openssl-ruby/Makefile
b/regress/lib/libssl/openssl-ruby/Makefile
index
f435270
..
ac925b8
100644
(file)
--- 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 = 3
0
+RUBY_BINREV = 3
2
.endif
RUBY = ruby${RUBY_BINREV}