Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Mar 2016 23:34:09 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412021 - head/devel/rubygem-grape-entity
Message-ID:  <201603272334.u2RNY9lT024326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Mar 27 23:34:09 2016
New Revision: 412021
URL: https://svnweb.freebsd.org/changeset/ports/412021

Log:
  devel/rubygem-grape-entity: switch used Rails version from 3 to 4.2
  
  PR:		206955
  Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>

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

Modified: head/devel/rubygem-grape-entity/Makefile
==============================================================================
--- head/devel/rubygem-grape-entity/Makefile	Sun Mar 27 23:02:57 2016	(r412020)
+++ head/devel/rubygem-grape-entity/Makefile	Sun Mar 27 23:34:09 2016	(r412021)
@@ -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 u
 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



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