git: 4a4cf3521474 - main - sysutils/puppet6: Mark broken with Ruby 3.2

From: Romain Tartière <romain_at_FreeBSD.org>
Date: Sat, 25 Mar 2023 21:17:28 UTC
The branch main has been updated by romain:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4a4cf3521474a4abf876c39679e39624a6303fbc

commit 4a4cf3521474a4abf876c39679e39624a6303fbc
Author:     Romain Tartière <romain@FreeBSD.org>
AuthorDate: 2023-03-25 21:14:47 +0000
Commit:     Romain Tartière <romain@FreeBSD.org>
CommitDate: 2023-03-25 21:17:11 +0000

    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
---
 sysutils/puppet6/Makefile | 1 +
 1 file changed, 1 insertion(+)

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 \