1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

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
This commit is contained in:
Romain Tartière 2023-03-25 11:15:53 -10:00
parent 4a4cf35214
commit 16a1941ec9
No known key found for this signature in database
GPG Key ID: BA4D1D955112336F

View File

@ -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 \