From dd6543456407ac2a3df9fc15f290c2af4c3b7d8d Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 27 Mar 2016 23:34:09 +0000 Subject: [PATCH] devel/rubygem-grape-entity: switch used Rails version from 3 to 4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: 206955 Submitted by: Torsten Zühlsdorff --- devel/rubygem-grape-entity/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-grape-entity/Makefile b/devel/rubygem-grape-entity/Makefile index f21230cc06e3..fd0e6e89438d 100644 --- a/devel/rubygem-grape-entity/Makefile +++ b/devel/rubygem-grape-entity/Makefile @@ -2,6 +2,7 @@ PORTNAME= grape-entity PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Entities - a simple Facade to use with your models and API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ +RUN_DEPENDS= rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json NO_ARCH= yes