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

Steve Wills swills at FreeBSD.org
Sun Mar 27 23:34:10 UTC 2016


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 at 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


More information about the svn-ports-all mailing list