git: 16a1941ec933 - main - sysutils/puppet7: Update fast_gettext dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Mar 2023 21:17:29 UTC
The branch main has been updated by romain:
URL: https://cgit.FreeBSD.org/ports/commit/?id=16a1941ec933aa6459dccb3c09d5c5039c057163
commit 16a1941ec933aa6459dccb3c09d5c5039c057163
Author: Romain Tartière <romain@FreeBSD.org>
AuthorDate: 2023-03-25 21:15:53 +0000
Commit: Romain Tartière <romain@FreeBSD.org>
CommitDate: 2023-03-25 21:17:13 +0000
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 \