svn commit: r441642 - in head/devel: . rubygem-simple-navigation-rails50

Joseph Mingrone jrm at FreeBSD.org
Thu May 25 01:57:22 UTC 2017


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 at 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
 


More information about the svn-ports-all mailing list