svn commit: r441647 - in head/textproc: . rubygem-rails-dom-testing-rails50

Joseph Mingrone jrm at FreeBSD.org
Thu May 25 02:11:04 UTC 2017


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

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

Added:
  head/textproc/rubygem-rails-dom-testing-rails50/
     - copied from r441512, head/textproc/rubygem-rails-dom-testing-rails5/
Modified:
  head/textproc/Makefile
  head/textproc/rubygem-rails-dom-testing-rails50/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu May 25 02:06:33 2017	(r441646)
+++ head/textproc/Makefile	Thu May 25 02:11:02 2017	(r441647)
@@ -1519,6 +1519,7 @@
     SUBDIR += rubygem-pretty-xml
     SUBDIR += rubygem-rails-dom-testing
     SUBDIR += rubygem-rails-dom-testing-rails5
+    SUBDIR += rubygem-rails-dom-testing-rails50
     SUBDIR += rubygem-rails-dom-testing1
     SUBDIR += rubygem-rails-html-sanitizer
     SUBDIR += rubygem-rak

Modified: head/textproc/rubygem-rails-dom-testing-rails50/Makefile
==============================================================================
--- head/textproc/rubygem-rails-dom-testing-rails5/Makefile	Tue May 23 10:29:51 2017	(r441512)
+++ head/textproc/rubygem-rails-dom-testing-rails50/Makefile	Thu May 25 02:11:02 2017	(r441647)
@@ -5,7 +5,7 @@ PORTNAME=	rails-dom-testing
 PORTVERSION=	2.0.3
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	-rails5
+PKGNAMESUFFIX=	-rails50
 
 MAINTAINER=	jrm at FreeBSD.org
 COMMENT=	Analyse and compare DOMs using Nokogiri
@@ -13,9 +13,9 @@ COMMENT=	Analyse and compare DOMs using 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport5>0:devel/rubygem-activesupport5 \
+RUN_DEPENDS=	rubygem-activesupport50>0:devel/rubygem-activesupport50 \
 		rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri \
-		rubygem-rails-deprecated_sanitizer-rails5>=1.0.1:devel/rubygem-rails-deprecated_sanitizer-rails5
+		rubygem-rails-deprecated_sanitizer-rails50>=1.0.1:devel/rubygem-rails-deprecated_sanitizer-rails50
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-all mailing list