git: d15968432049 - main - devel/rubygem-faraday-cookie_jar: Change RUN_DEPENDS from rubygem-faraday0 to rubygem-faraday
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:04:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d159684320492533d51b37ea47a0ecf2bbfc8c98 commit d159684320492533d51b37ea47a0ecf2bbfc8c98 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:11:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:51 +0000 devel/rubygem-faraday-cookie_jar: Change RUN_DEPENDS from rubygem-faraday0 to rubygem-faraday - Bump PORTREVISION for dependency change --- devel/rubygem-faraday-cookie_jar/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-faraday-cookie_jar/Makefile b/devel/rubygem-faraday-cookie_jar/Makefile index b4bfe2823f04..5e4197833c4e 100644 --- a/devel/rubygem-faraday-cookie_jar/Makefile +++ b/devel/rubygem-faraday-cookie_jar/Makefile @@ -2,6 +2,7 @@ PORTNAME= faraday-cookie_jar PORTVERSION= 0.0.7 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Cookie jar middleware for Faraday LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-faraday0>=0.8.0:www/rubygem-faraday0 \ +RUN_DEPENDS= rubygem-faraday>=0.8.0:www/rubygem-faraday \ rubygem-http-cookie>=1.0.0<1.1:www/rubygem-http-cookie USES= gem