git: df038786d150 - main - devel/rubygem-github_api: Change RUN_DEPENDS from rubygem-faraday to rubygem-faraday1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 23:41:00 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=df038786d150932a4ca8c4897be3044ebec30626 commit df038786d150932a4ca8c4897be3044ebec30626 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 23:23:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 23:36:53 +0000 devel/rubygem-github_api: Change RUN_DEPENDS from rubygem-faraday to rubygem-faraday1 - Bump PORTREVISION for dependency change --- devel/rubygem-github_api/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/rubygem-github_api/Makefile b/devel/rubygem-github_api/Makefile index 798e95310188..d9f52b7827e6 100644 --- a/devel/rubygem-github_api/Makefile +++ b/devel/rubygem-github_api/Makefile @@ -2,7 +2,7 @@ PORTNAME= github_api PORTVERSION= 0.19.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-addressable>=2.4<3:www/rubygem-addressable \ rubygem-descendants_tracker>=0.0.4<0.1:devel/rubygem-descendants_tracker \ - rubygem-faraday>=0.8<2:www/rubygem-faraday \ + rubygem-faraday1>=0.8<2:www/rubygem-faraday1 \ rubygem-hashie>=3.5.2:devel/rubygem-hashie \ rubygem-oauth2>=1.0<2:net/rubygem-oauth2