Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2017 02:01:59 +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: r441644 - in head/devel: . rubygem-sprockets-rails-rails50
Message-ID:  <201705250201.v4P21xfP046154@repo.freebsd.org>

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

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

Added:
  head/devel/rubygem-sprockets-rails-rails50/
     - copied from r441512, head/devel/rubygem-sprockets-rails-rails5/
Modified:
  head/devel/Makefile
  head/devel/rubygem-sprockets-rails-rails50/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu May 25 01:58:46 2017	(r441643)
+++ head/devel/Makefile	Thu May 25 02:01:59 2017	(r441644)
@@ -5597,11 +5597,13 @@
     SUBDIR += rubygem-soap4r
     SUBDIR += rubygem-spring
     SUBDIR += rubygem-spring-rails5
+    SUBDIR += rubygem-spring-rails50
     SUBDIR += rubygem-sprockets
     SUBDIR += rubygem-sprockets-es6
     SUBDIR += rubygem-sprockets-helpers
     SUBDIR += rubygem-sprockets-rails
     SUBDIR += rubygem-sprockets-rails-rails5
+    SUBDIR += rubygem-sprockets-rails-rails50
     SUBDIR += rubygem-sprockets-sass
     SUBDIR += rubygem-sprockets3
     SUBDIR += rubygem-spruz

Modified: head/devel/rubygem-sprockets-rails-rails50/Makefile
==============================================================================
--- head/devel/rubygem-sprockets-rails-rails5/Makefile	Tue May 23 10:29:51 2017	(r441512)
+++ head/devel/rubygem-sprockets-rails-rails50/Makefile	Thu May 25 02:01:59 2017	(r441644)
@@ -5,7 +5,7 @@ PORTNAME=	sprockets-rails
 PORTVERSION=	3.2.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	-rails5
+PKGNAMESUFFIX=	-rails50
 
 MAINTAINER=	jrm@FreeBSD.org
 COMMENT=	Sprockets Rails integration
@@ -13,8 +13,8 @@ COMMENT=	Sprockets Rails integration
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS?=	rubygem-actionpack5>0:www/rubygem-actionpack5 \
-		rubygem-activesupport5>0:devel/rubygem-activesupport5 \
+RUN_DEPENDS=	rubygem-actionpack50>0:www/rubygem-actionpack50 \
+		rubygem-activesupport50>0:devel/rubygem-activesupport50 \
 		rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3
 
 NO_ARCH=	yes



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