diff options
author | Romain Tartière <romain@FreeBSD.org> | 2023-03-26 23:07:01 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2023-03-27 01:25:24 +0000 |
commit | a647e4181cdc6233674c27201d072e7e15a886be (patch) | |
tree | 5d1b74ffce6611d66f960b1d2fb25474969505c6 | |
parent | ee5380351f214955d224ba9c82e229f52a57a27d (diff) | |
download | ports-a647e4181cdc6233674c27201d072e7e15a886be.tar.gz ports-a647e4181cdc6233674c27201d072e7e15a886be.zip |
devel/rubygem-fast_gettext1: Mark broken with Ruby 3.2
This port was created before Ruby 2.7 was available. Ruby 2.7
deprecated $SAFE / Object#{taint,untaint,trust,untrust}, and those where
removed in Ruby 3.2. fast_gettext 2.1 removed suppord for these
deprecaded features, but for the 1.x version, we should just mark the
port broken for Ruby 3.2 because such code will not run.
Not bumping portrevision because the default is still to use Ruby 3.1.
Approved by: portmgr (blanket)
-rw-r--r-- | devel/rubygem-fast_gettext1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/rubygem-fast_gettext1/Makefile b/devel/rubygem-fast_gettext1/Makefile index a3665b3ebc27..828c656aaa7c 100644 --- a/devel/rubygem-fast_gettext1/Makefile +++ b/devel/rubygem-fast_gettext1/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/grosser/fast_gettext LICENSE= MIT +BROKEN_RUBY32= yes + USES= gem NO_ARCH= yes |