Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2017 01:57:20 +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: r441642 - in head/devel: . rubygem-simple-navigation-rails50
Message-ID:  <201705250157.v4P1vKL9043256@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Thu May 25 01:57:20 2017
New Revision: 441642
URL: https://svnweb.freebsd.org/changeset/ports/441642

Log:
  devel/rubygem-simple-navigation-rails50: Create rails version 5.0 port by
  copying devel/rubygem-simple-navigation
  
  Approved by:	swills (mentor, implicit)

Added:
  head/devel/rubygem-simple-navigation-rails50/
     - copied from r441626, head/devel/rubygem-simple-navigation/
Modified:
  head/devel/Makefile
  head/devel/rubygem-simple-navigation-rails50/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu May 25 01:54:39 2017	(r441641)
+++ head/devel/Makefile	Thu May 25 01:57:20 2017	(r441642)
@@ -5584,6 +5584,7 @@
     SUBDIR += rubygem-sidetiq
     SUBDIR += rubygem-sigdump
     SUBDIR += rubygem-simple-navigation
+    SUBDIR += rubygem-simple-navigation-rails50
     SUBDIR += rubygem-simple_form
     SUBDIR += rubygem-simple_form-rails5
     SUBDIR += rubygem-simplecov

Modified: head/devel/rubygem-simple-navigation-rails50/Makefile
==============================================================================
--- head/devel/rubygem-simple-navigation/Makefile	Wed May 24 22:42:14 2017	(r441626)
+++ head/devel/rubygem-simple-navigation-rails50/Makefile	Thu May 25 01:57:20 2017	(r441642)
@@ -5,6 +5,7 @@ PORTVERSION=	4.0.5
 PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	-rails50
 
 MAINTAINER=	jrm@FreeBSD.org
 COMMENT=	Create navigations for Rails, Sinatra or Padrino applications
@@ -12,7 +13,7 @@ COMMENT=	Create navigations for Rails, S
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport5>0:devel/rubygem-activesupport5
+RUN_DEPENDS=	rubygem-activesupport50>0:devel/rubygem-activesupport50
 
 NO_ARCH=	yes
 



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