Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2017 21:40:51 +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: r439691 - head/devel/rubygem-simple-navigation
Message-ID:  <201704282140.v3SLep7V077214@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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