Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2024 15:58:07 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: d7c22f5a3702 - 2024Q4 - www/rubygem-heroku-api: Change RUN_DEPENDS from rubygem-excon to rubygem-excon0
Message-ID:  <202411151558.4AFFw73O095308@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q4 has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d7c22f5a37026dea8ee9b34f7df607e155ec23ca

commit d7c22f5a37026dea8ee9b34f7df607e155ec23ca
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-29 14:21:31 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-11-15 15:56:46 +0000

    www/rubygem-heroku-api: Change RUN_DEPENDS from rubygem-excon to rubygem-excon0
    
    - Bump PORTREVISION for dependency change
    
    (cherry picked from commit a775ca6d15e75b53b1117e22004b09722e3206ff)
---
 www/rubygem-heroku-api/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/rubygem-heroku-api/Makefile b/www/rubygem-heroku-api/Makefile
index e075ab1e4c53..2a0ce1384084 100644
--- a/www/rubygem-heroku-api/Makefile
+++ b/www/rubygem-heroku-api/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	heroku-api
 PORTVERSION=	0.4.3
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -9,7 +10,7 @@ WWW=		https://www.heroku.com
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-excon>=0.45<1:devel/rubygem-excon \
+RUN_DEPENDS=	rubygem-excon0>=0.45<1:devel/rubygem-excon0 \
 		rubygem-multi_json>=1.8<2:devel/rubygem-multi_json
 
 USES=		gem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411151558.4AFFw73O095308>