git: c675532657ea - main - www/rubygem-faraday-http-cache: 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:17 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c675532657ea5ad20199b51deeff0f918097bbe1 commit c675532657ea5ad20199b51deeff0f918097bbe1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 23:24:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 23:36:56 +0000 www/rubygem-faraday-http-cache: Change RUN_DEPENDS from rubygem-faraday to rubygem-faraday1 - Bump PORTREVISION for dependency change Use the same version of faraday for faraday-http-cache and its dependent port, danger. --- www/rubygem-faraday-http-cache/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/rubygem-faraday-http-cache/Makefile b/www/rubygem-faraday-http-cache/Makefile index 7f97f6042c72..5454ce7f339f 100644 --- a/www/rubygem-faraday-http-cache/Makefile +++ b/www/rubygem-faraday-http-cache/Makefile @@ -2,6 +2,7 @@ PORTNAME= faraday-http-cache PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Middleware to handle HTTP caching LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-faraday>=0.8:www/rubygem-faraday +RUN_DEPENDS= rubygem-faraday1>=0.8:www/rubygem-faraday1 USES= gem USE_RUBY= yes