svn commit: r439710 - head/devel/rubygem-rabl

Joseph Mingrone jrm at FreeBSD.org
Fri Apr 28 23:42:25 UTC 2017


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
 


More information about the svn-ports-head mailing list