Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2017 23:42:23 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439710 - head/devel/rubygem-rabl
Message-ID:  <201704282342.v3SNgNrS029413@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Fri Apr 28 23:42:23 2017
New Revision: 439710
URL: https://svnweb.freebsd.org/changeset/ports/439710

Log:
  devel/rubygem-rabl: Depend on devel/rubygem-activesupport5 instead of
  devel/rubygem-activesupport4.
  
  Approved by:	swills (mentor, implicit)

Modified:
  head/devel/rubygem-rabl/Makefile

Modified: head/devel/rubygem-rabl/Makefile
==============================================================================
--- head/devel/rubygem-rabl/Makefile	Fri Apr 28 23:35:44 2017	(r439709)
+++ head/devel/rubygem-rabl/Makefile	Fri Apr 28 23:42:23 2017	(r439710)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rabl
 PORTVERSION=	0.13.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	General ruby templating with js
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport4>=2.3.14:devel/rubygem-activesupport4
+RUN_DEPENDS=	rubygem-activesupport5>0:devel/rubygem-activesupport5
 
 NO_ARCH=	yes
 



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