From 16a1941ec933aa6459dccb3c09d5c5039c057163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Sat, 25 Mar 2023 11:15:53 -1000 Subject: [PATCH] sysutils/puppet7: Update fast_gettext dependency Older versions of fast_gettext are not working with Ruby 3.2. This fix Puppet with Ruby 3.2. With hat: puppet --- sysutils/puppet7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/puppet7/Makefile b/sysutils/puppet7/Makefile index c133e8c67be1..e14bd5f08ee3 100644 --- a/sysutils/puppet7/Makefile +++ b/sysutils/puppet7/Makefile @@ -1,6 +1,6 @@ PORTNAME= puppet PORTVERSION= 7.23.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://forge.puppet.com/v3/files/:forge PKGNAMESUFFIX= 7 @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-concurrent-ruby11>1.0:devel/rubygem-concurrent-ruby11 \ rubygem-deep_merge>1.0:devel/rubygem-deep_merge \ - rubygem-fast_gettext1>=1.1:devel/rubygem-fast_gettext1 \ + rubygem-fast_gettext>=2.1:devel/rubygem-fast_gettext \ rubygem-hiera>=3.2.1:sysutils/rubygem-hiera \ rubygem-locale>=2.1:devel/rubygem-locale \ rubygem-multi_json>=1.10:devel/rubygem-multi_json \