git: a775ca6d15e7 - main - www/rubygem-heroku-api: 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:41 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a775ca6d15e75b53b1117e22004b09722e3206ff commit a775ca6d15e75b53b1117e22004b09722e3206ff Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-29 14:21:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-29 14:38:53 +0000 www/rubygem-heroku-api: Change RUN_DEPENDS from rubygem-excon to rubygem-excon0 - Bump PORTREVISION for dependency change --- 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