svn commit: r441638 - in head/devel: . rubygem-rabl-rails50

Joseph Mingrone jrm at FreeBSD.org
Thu May 25 01:50:26 UTC 2017


Author: jrm
Date: Thu May 25 01:50:25 2017
New Revision: 441638
URL: https://svnweb.freebsd.org/changeset/ports/441638

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

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu May 25 01:47:40 2017	(r441637)
+++ head/devel/Makefile	Thu May 25 01:50:25 2017	(r441638)
@@ -5485,6 +5485,7 @@
     SUBDIR += rubygem-pygments.rb
     SUBDIR += rubygem-r18n-core
     SUBDIR += rubygem-rabl
+    SUBDIR += rubygem-rabl-rails50
     SUBDIR += rubygem-racc
     SUBDIR += rubygem-rack-mini-profiler
     SUBDIR += rubygem-rack-raw-upload

Modified: head/devel/rubygem-rabl-rails50/Makefile
==============================================================================
--- head/devel/rubygem-rabl/Makefile	Wed May 24 22:42:14 2017	(r441626)
+++ head/devel/rubygem-rabl-rails50/Makefile	Thu May 25 01:50:25 2017	(r441638)
@@ -5,6 +5,7 @@ PORTVERSION=	0.13.1
 PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	-rails50
 
 MAINTAINER=	jrm at FreeBSD.org
 COMMENT=	General ruby templating with json, bson, xml and msgpack support
@@ -12,7 +13,7 @@ COMMENT=	General ruby templating with js
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-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