svn commit: r439691 - head/devel/rubygem-simple-navigation

Joseph Mingrone jrm at FreeBSD.org
Fri Apr 28 21:40:52 UTC 2017


Author: jrm
Date: Fri Apr 28 21:40:51 2017
New Revision: 439691
URL: https://svnweb.freebsd.org/changeset/ports/439691

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

Modified:
  head/devel/rubygem-simple-navigation/Makefile

Modified: head/devel/rubygem-simple-navigation/Makefile
==============================================================================
--- head/devel/rubygem-simple-navigation/Makefile	Fri Apr 28 21:40:50 2017	(r439690)
+++ head/devel/rubygem-simple-navigation/Makefile	Fri Apr 28 21:40:51 2017	(r439691)
@@ -2,6 +2,7 @@
 
 PORTNAME=	simple-navigation
 PORTVERSION=	4.0.5
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	Create navigations for Rails, S
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport4>=2.3.2:devel/rubygem-activesupport4
+RUN_DEPENDS=	rubygem-activesupport5>0:devel/rubygem-activesupport5
 
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list