svn commit: r441634 - in head/www: . rubygem-responders-rails50

Joseph Mingrone jrm at FreeBSD.org
Thu May 25 01:41:36 UTC 2017


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

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

Added:
  head/www/rubygem-responders-rails50/
     - copied from r441626, head/www/rubygem-responders-rails5/
Modified:
  head/www/Makefile
  head/www/rubygem-responders-rails50/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu May 25 01:36:28 2017	(r441633)
+++ head/www/Makefile	Thu May 25 01:41:34 2017	(r441634)
@@ -2087,6 +2087,7 @@
     SUBDIR += rubygem-redmine_acts_as_taggable_on
     SUBDIR += rubygem-responders
     SUBDIR += rubygem-responders-rails5
+    SUBDIR += rubygem-responders-rails50
     SUBDIR += rubygem-rest-client
     SUBDIR += rubygem-rfacebook
     SUBDIR += rubygem-rfeedfinder

Modified: head/www/rubygem-responders-rails50/Makefile
==============================================================================
--- head/www/rubygem-responders-rails5/Makefile	Wed May 24 22:42:14 2017	(r441626)
+++ head/www/rubygem-responders-rails50/Makefile	Thu May 25 01:41:34 2017	(r441634)
@@ -5,7 +5,7 @@ PORTNAME=	responders
 PORTVERSION=	2.4.0
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	-rails5
+PKGNAMESUFFIX=	-rails50
 
 MAINTAINER=	jrm at FreeBSD.org
 COMMENT=	Simple Ruby DSL for making HTTP requests
@@ -13,8 +13,8 @@ COMMENT=	Simple Ruby DSL for making HTTP
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-actionpack5>0:www/rubygem-actionpack5 \
-		rubygem-railties5>=0:www/rubygem-railties5
+RUN_DEPENDS=	rubygem-actionpack50>0:www/rubygem-actionpack50 \
+		rubygem-railties50>=0:www/rubygem-railties50
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-all mailing list