aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2023-03-25 21:14:47 +0000
committerRomain Tartière <romain@FreeBSD.org>2023-03-25 21:17:11 +0000
commit4a4cf3521474a4abf876c39679e39624a6303fbc (patch)
tree4f87a9abca5f51030b6f7687b481c727f08efa0f
parentbb71df0777265765e100177da814bf9bbcf28021 (diff)
downloadports-4a4cf3521474a4abf876c39679e39624a6303fbc.tar.gz
ports-4a4cf3521474a4abf876c39679e39624a6303fbc.zip
sysutils/puppet6: Mark broken with Ruby 3.2
Just like Ruby 3.0 and 3.1 are not supported, Ruby 3.2 is not supported. With hat: puppet
-rw-r--r--sysutils/puppet6/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/puppet6/Makefile b/sysutils/puppet6/Makefile
index e2a28a6c9fea..15a0a0db16e3 100644
--- a/sysutils/puppet6/Makefile
+++ b/sysutils/puppet6/Makefile
@@ -16,6 +16,7 @@ DEPRECATED= Puppet 6 has reached EOL
EXPIRATION_DATE=2023-06-01
BROKEN_RUBY30= yes
BROKEN_RUBY31= yes
+BROKEN_RUBY32= yes
RUN_DEPENDS= rubygem-concurrent-ruby11>=1.0:devel/rubygem-concurrent-ruby11 \
rubygem-deep_merge>=1.0:devel/rubygem-deep_merge \