svn commit: r541142 - head/devel/rubygem-webfinger

Matthias Fechner mfechner at FreeBSD.org
Fri Jul 3 21:23:45 UTC 2020


Author: mfechner
Date: Fri Jul  3 21:23:44 2020
New Revision: 541142
URL: https://svnweb.freebsd.org/changeset/ports/541142

Log:
  Use rails60.

Modified:
  head/devel/rubygem-webfinger/Makefile

Modified: head/devel/rubygem-webfinger/Makefile
==============================================================================
--- head/devel/rubygem-webfinger/Makefile	Fri Jul  3 21:23:00 2020	(r541141)
+++ head/devel/rubygem-webfinger/Makefile	Fri Jul  3 21:23:44 2020	(r541142)
@@ -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


More information about the svn-ports-all mailing list