svn commit: r541406 - head/security/rubygem-rack-oauth2

Matthias Fechner mfechner at FreeBSD.org
Tue Jul 7 10:42:28 UTC 2020


Author: mfechner
Date: Tue Jul  7 10:42:28 2020
New Revision: 541406
URL: https://svnweb.freebsd.org/changeset/ports/541406

Log:
  Switch to rails 6.0.

Modified:
  head/security/rubygem-rack-oauth2/Makefile

Modified: head/security/rubygem-rack-oauth2/Makefile
==============================================================================
--- head/security/rubygem-rack-oauth2/Makefile	Tue Jul  7 10:41:02 2020	(r541405)
+++ head/security/rubygem-rack-oauth2/Makefile	Tue Jul  7 10:42:28 2020	(r541406)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rack-oauth2
 PORTVERSION=	1.9.3
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	OAuth 2.0 Server & Client Library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport52>=0:devel/rubygem-activesupport52 \
+RUN_DEPENDS=	rubygem-activesupport60>=0:devel/rubygem-activesupport60 \
 		rubygem-attr_required>=0:devel/rubygem-attr_required \
 		rubygem-httpclient>=0:www/rubygem-httpclient \
 		rubygem-json-jwt>=1.9.0:www/rubygem-json-jwt \


More information about the svn-ports-all mailing list