git: 255d614f9bc8 - main - sysutils/rubygem-hiera-eyaml: Fix highline dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jun 2022 15:49:58 UTC
The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=255d614f9bc8626bd0583274f5c18ec38c7ea662 commit 255d614f9bc8626bd0583274f5c18ec38c7ea662 Author: Romain Tartière <romain@FreeBSD.org> AuthorDate: 2022-06-01 15:46:15 +0000 Commit: Romain Tartière <romain@FreeBSD.org> CommitDate: 2022-06-01 15:49:44 +0000 sysutils/rubygem-hiera-eyaml: Fix highline dependency The recent update fixed Ruby 3.0 support but `eyaml encrypt -p` remained broken. PR: 262351 Reported by: ruben@verweg.com --- sysutils/rubygem-hiera-eyaml/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/rubygem-hiera-eyaml/Makefile b/sysutils/rubygem-hiera-eyaml/Makefile index cac31efd7877..019681a0d7b0 100644 --- a/sysutils/rubygem-hiera-eyaml/Makefile +++ b/sysutils/rubygem-hiera-eyaml/Makefile @@ -1,5 +1,6 @@ PORTNAME= hiera-eyaml PORTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -9,7 +10,7 @@ COMMENT= Backend for Hiera that provides encryption/decryption for properties LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-highline1>=0:devel/rubygem-highline1 \ +RUN_DEPENDS= rubygem-highline>=0:devel/rubygem-highline \ rubygem-optimist>=0:devel/rubygem-optimist USES= gem