git: 5caeb9286652 - main - security/rubygem-acme-client: Change RUN_DEPENDS from rubygem-faraday-retry to rubygem-faraday-retry1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 19:39:44 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5caeb92866524994233796281030c503f960119a
commit 5caeb92866524994233796281030c503f960119a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-16 19:35:34 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-16 19:35:34 +0000
security/rubygem-acme-client: Change RUN_DEPENDS from rubygem-faraday-retry to rubygem-faraday-retry1
- Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change
---
security/rubygem-acme-client/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/rubygem-acme-client/Makefile b/security/rubygem-acme-client/Makefile
index 763e4bc8ad56..7493be5b32db 100644
--- a/security/rubygem-acme-client/Makefile
+++ b/security/rubygem-acme-client/Makefile
@@ -2,6 +2,7 @@
PORTNAME= acme-client
PORTVERSION= 2.0.11
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -12,7 +13,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-faraday>=1.0<3.0.0:www/rubygem-faraday \
- rubygem-faraday-retry>=1.0:www/rubygem-faraday-retry
+ rubygem-faraday-retry1>=1.0<2:www/rubygem-faraday-retry1
USES= gem shebangfix
USE_RUBY= yes