svn commit: r439702 - in head/devel: . rubygem-actionview50

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 28 22:47:34 UTC 2017


Author: sunpoet
Date: Fri Apr 28 22:47:33 2017
New Revision: 439702
URL: https://svnweb.freebsd.org/changeset/ports/439702

Log:
  Add rubygem-actionview50 5.0.2 (copied from rubygem-actionview5)
  
  - Add PORTSCOUT

Added:
  head/devel/rubygem-actionview50/
     - copied from r439687, head/devel/rubygem-actionview5/
Modified:
  head/devel/Makefile
  head/devel/rubygem-actionview50/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Apr 28 22:47:18 2017	(r439701)
+++ head/devel/Makefile	Fri Apr 28 22:47:33 2017	(r439702)
@@ -5116,6 +5116,7 @@
     SUBDIR += rubygem-actionpack-action_caching
     SUBDIR += rubygem-actionview4
     SUBDIR += rubygem-actionview5
+    SUBDIR += rubygem-actionview50
     SUBDIR += rubygem-active_scaffold
     SUBDIR += rubygem-activejob4
     SUBDIR += rubygem-activejob5

Modified: head/devel/rubygem-actionview50/Makefile
==============================================================================
--- head/devel/rubygem-actionview5/Makefile	Fri Apr 28 21:40:35 2017	(r439687)
+++ head/devel/rubygem-actionview50/Makefile	Fri Apr 28 22:47:33 2017	(r439702)
@@ -5,7 +5,7 @@ PORTNAME=	actionview
 PORTVERSION=	5.0.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	5
+PKGNAMESUFFIX=	50
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Rendering framework putting the V in MVC (part of Rails)
@@ -13,12 +13,14 @@ COMMENT=	Rendering framework putting the
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \
+RUN_DEPENDS=	rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50 \
 		rubygem-builder>=3.1:devel/rubygem-builder \
 		rubygem-erubis>=2.7.0:www/rubygem-erubis \
 		rubygem-rails-dom-testing>=2.0:textproc/rubygem-rails-dom-testing \
 		rubygem-rails-html-sanitizer>=1.0.3:textproc/rubygem-rails-html-sanitizer
 
+PORTSCOUT=	limit:^5\.0\.
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem


More information about the svn-ports-all mailing list