git: bf05a3c58cac - 2024Q4 - sysutils/rubygem-vagrant_cloud: Change RUN_DEPENDS from rubygem-excon to rubygem-excon0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Nov 2024 15:58:08 UTC
The branch 2024Q4 has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf05a3c58cac8a4b311795bf27ca445aa8e40098 commit bf05a3c58cac8a4b311795bf27ca445aa8e40098 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-29 14:21:37 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-11-15 15:56:46 +0000 sysutils/rubygem-vagrant_cloud: Change RUN_DEPENDS from rubygem-excon to rubygem-excon0 - Bump PORTREVISION for dependency change (cherry picked from commit da24b1c829825d5965b367392331d9f1de2db5cd) --- sysutils/rubygem-vagrant_cloud/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/rubygem-vagrant_cloud/Makefile b/sysutils/rubygem-vagrant_cloud/Makefile index 07e2a9a2a8ff..2be003be39c5 100644 --- a/sysutils/rubygem-vagrant_cloud/Makefile +++ b/sysutils/rubygem-vagrant_cloud/Makefile @@ -1,6 +1,6 @@ PORTNAME= vagrant_cloud PORTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils rubygems devel MASTER_SITES= RG @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= rubygem-rest-client>=2.0.2:www/rubygem-rest-client -RUN_DEPENDS= rubygem-excon>=0.73<1.0:devel/rubygem-excon \ +RUN_DEPENDS= rubygem-excon0>=0.73<1.0:devel/rubygem-excon0 \ rubygem-log4r>=1.1.10<1.2:sysutils/rubygem-log4r \ rubygem-rexml32>=3.2.5:textproc/rubygem-rexml32