Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2024 15:29:39 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: d9625dbb7f69 - 2024Q3 - devel/rubygem-webfinger: update to 2.1.3
Message-ID:  <202409131529.48DFTdcR087165@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d9625dbb7f694c904371c39f01cf873d5a7bcd0f

commit d9625dbb7f694c904371c39f01cf873d5a7bcd0f
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-08-27 15:35:59 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-09-13 14:15:10 +0000

    devel/rubygem-webfinger: update to 2.1.3
    
    Required for gitlab 17.3
    
    Changes:        https://github.com/nov/webfinger/blob/main/CHANGELOG.md
    (cherry picked from commit e77fc45046577e6743a171c325d9a68cfdb8247b)
---
 devel/rubygem-webfinger/Makefile | 8 ++++----
 devel/rubygem-webfinger/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/rubygem-webfinger/Makefile b/devel/rubygem-webfinger/Makefile
index 0f84e048369b..345caf3156b7 100644
--- a/devel/rubygem-webfinger/Makefile
+++ b/devel/rubygem-webfinger/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	webfinger
-PORTVERSION=	1.1.0
-PORTREVISION=	2
+PORTVERSION=	2.1.3
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,8 +10,9 @@ WWW=		https://github.com/nov/webfinger
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-activesupport61>=3.0:devel/rubygem-activesupport61 \
-		rubygem-httpclient>=2.4:www/rubygem-httpclient
+RUN_DEPENDS=	rubygem-activesupport70>=3.0:devel/rubygem-activesupport70 \
+		rubygem-faraday>=2.0<3:www/rubygem-faraday \
+		rubygem-faraday-follow_redirects>=0:www/rubygem-faraday-follow_redirects
 
 USES=		gem
 
diff --git a/devel/rubygem-webfinger/distinfo b/devel/rubygem-webfinger/distinfo
index 7950a4530d91..c3bbd0d2d55b 100644
--- a/devel/rubygem-webfinger/distinfo
+++ b/devel/rubygem-webfinger/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558168790
-SHA256 (rubygem/webfinger-1.1.0.gem) = 5949df77bb101cfffe496a53c74939d1155b3386f1d805a5802e027626821254
-SIZE (rubygem/webfinger-1.1.0.gem) = 11264
+TIMESTAMP = 1724588053
+SHA256 (rubygem/webfinger-2.1.3.gem) = 567a52bde77fb38ca6b67e55db755f988766ec4651c1d24916a65aa70540695c
+SIZE (rubygem/webfinger-2.1.3.gem) = 11264



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409131529.48DFTdcR087165>