From 22eeea2107bc409d582a3c6c6e005ac9f14d2260 Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Fri, 3 Jul 2020 21:23:44 +0000 Subject: [PATCH] Use rails60. --- devel/rubygem-webfinger/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-webfinger/Makefile b/devel/rubygem-webfinger/Makefile index 7141d3ebea12..67772e4422b8 100644 --- a/devel/rubygem-webfinger/Makefile +++ b/devel/rubygem-webfinger/Makefile @@ -3,6 +3,7 @@ PORTNAME= webfinger PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +13,7 @@ COMMENT= WebFinger client library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activesupport5>=3.0:devel/rubygem-activesupport5 \ +RUN_DEPENDS= rubygem-activesupport60>=3.0:devel/rubygem-activesupport60 \ rubygem-httpclient>=2.4:www/rubygem-httpclient USES= gem