svn commit: r541405 - head/devel/rubygem-grape-entity

Matthias Fechner mfechner at FreeBSD.org
Tue Jul 7 10:41:03 UTC 2020


Author: mfechner
Date: Tue Jul  7 10:41:02 2020
New Revision: 541405
URL: https://svnweb.freebsd.org/changeset/ports/541405

Log:
  Switch to rails 6.0.

Modified:
  head/devel/rubygem-grape-entity/Makefile

Modified: head/devel/rubygem-grape-entity/Makefile
==============================================================================
--- head/devel/rubygem-grape-entity/Makefile	Tue Jul  7 10:39:36 2020	(r541404)
+++ head/devel/rubygem-grape-entity/Makefile	Tue Jul  7 10:41:02 2020	(r541405)
@@ -2,7 +2,7 @@
 
 PORTNAME=	grape-entity
 PORTVERSION=	0.7.1
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
@@ -13,7 +13,7 @@ COMMENT=	Simple facade to use with your models and API
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport52>=4.0:devel/rubygem-activesupport52 \
+RUN_DEPENDS=	rubygem-activesupport60>=4.0:devel/rubygem-activesupport60 \
 		rubygem-multi_json>=1.3.2:devel/rubygem-multi_json
 
 USES=		gem


More information about the svn-ports-all mailing list