git: 3480dae2f114 - main - devel/rubygem-fog-core1: Change RUN_DEPENDS from rubygem-excon to rubygem-excon0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Oct 2024 14:42:16 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3480dae2f1148bfd65f6b9d0275d7a54bf07172a commit 3480dae2f1148bfd65f6b9d0275d7a54bf07172a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-29 14:20:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-29 14:38:47 +0000 devel/rubygem-fog-core1: Change RUN_DEPENDS from rubygem-excon to rubygem-excon0 - Bump PORTREVISION for dependency change --- devel/rubygem-fog-core1/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/rubygem-fog-core1/Makefile b/devel/rubygem-fog-core1/Makefile index 79e9548b85d6..bc62fce5fd23 100644 --- a/devel/rubygem-fog-core1/Makefile +++ b/devel/rubygem-fog-core1/Makefile @@ -1,6 +1,6 @@ PORTNAME= fog-core PORTVERSION= 1.45.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 1 @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \ - rubygem-excon>=0.58<1:devel/rubygem-excon \ + rubygem-excon0>=0.58<1:devel/rubygem-excon0 \ rubygem-formatador>=0.2<2.0:devel/rubygem-formatador USES= gem