svn commit: r441663 - head/devel/rubygem-spring-rails50

Joseph Mingrone jrm at FreeBSD.org
Thu May 25 03:03:00 UTC 2017


Author: jrm
Date: Thu May 25 03:02:59 2017
New Revision: 441663
URL: https://svnweb.freebsd.org/changeset/ports/441663

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

Added:
  head/devel/rubygem-spring-rails50/
     - copied from r441662, head/devel/rubygem-spring-rails5/
Modified:
  head/devel/rubygem-spring-rails50/Makefile

Modified: head/devel/rubygem-spring-rails50/Makefile
==============================================================================
--- head/devel/rubygem-spring-rails5/Makefile	Thu May 25 02:41:52 2017	(r441662)
+++ head/devel/rubygem-spring-rails50/Makefile	Thu May 25 03:02:59 2017	(r441663)
@@ -5,7 +5,7 @@ PORTNAME=	spring
 PORTVERSION=	2.0.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	-rails5
+PKGNAMESUFFIX=	-rails50
 
 MAINTAINER=	jrm at FreeBSD.org
 COMMENT=	Rails application preloader
@@ -13,7 +13,7 @@ COMMENT=	Rails application preloader
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-activesupport5>0:devel/rubygem-activesupport5
+RUN_DEPENDS=	rubygem-activesupport50>0:devel/rubygem-activesupport50
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-all mailing list