svn commit: r431001 - in head/devel: . rubygem-actionview5
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jan 9 18:31:16 UTC 2017
Author: sunpoet
Date: Mon Jan 9 18:31:14 2017
New Revision: 431001
URL: https://svnweb.freebsd.org/changeset/ports/431001
Log:
Add rubygem-actionview5 5.0.1 (copied from rubygem-actionview4)
Added:
head/devel/rubygem-actionview5/
- copied from r430868, head/devel/rubygem-actionview4/
Modified:
head/devel/Makefile
head/devel/rubygem-actionview5/Makefile
head/devel/rubygem-actionview5/distinfo
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Jan 9 18:30:51 2017 (r431000)
+++ head/devel/Makefile Mon Jan 9 18:31:14 2017 (r431001)
@@ -5001,6 +5001,7 @@
SUBDIR += rubygem-abstract
SUBDIR += rubygem-actionpack-action_caching
SUBDIR += rubygem-actionview4
+ SUBDIR += rubygem-actionview5
SUBDIR += rubygem-active_scaffold
SUBDIR += rubygem-activejob4
SUBDIR += rubygem-activemessaging
Modified: head/devel/rubygem-actionview5/Makefile
==============================================================================
--- head/devel/rubygem-actionview4/Makefile Sun Jan 8 14:16:36 2017 (r430868)
+++ head/devel/rubygem-actionview5/Makefile Mon Jan 9 18:31:14 2017 (r431001)
@@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= actionview
-PORTVERSION= 4.2.7.1
-PORTREVISION= 1
+PORTVERSION= 5.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
-PKGNAMESUFFIX= 4
+PKGNAMESUFFIX= 5
MAINTAINER= ruby at FreeBSD.org
COMMENT= Rendering framework putting the V in MVC (part of Rails)
@@ -14,10 +13,10 @@ COMMENT= Rendering framework putting the
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \
- rubygem-builder32>=3.2:devel/rubygem-builder32 \
+RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \
+ rubygem-builder32>=3.1:devel/rubygem-builder32 \
rubygem-erubis>=2.7.0:www/rubygem-erubis \
- rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1 \
+ rubygem-rails-dom-testing>=2.0:textproc/rubygem-rails-dom-testing \
rubygem-rails-html-sanitizer>=1.0.2:textproc/rubygem-rails-html-sanitizer
NO_ARCH= yes
Modified: head/devel/rubygem-actionview5/distinfo
==============================================================================
--- head/devel/rubygem-actionview4/distinfo Sun Jan 8 14:16:36 2017 (r430868)
+++ head/devel/rubygem-actionview5/distinfo Mon Jan 9 18:31:14 2017 (r431001)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471420971
-SHA256 (rubygem/actionview-4.2.7.1.gem) = 0ccc4160fc8bc6f3f0db0d2c313ce747cd4c0921f540035d3a3ce3456de9a286
-SIZE (rubygem/actionview-4.2.7.1.gem) = 145920
+TIMESTAMP = 1483834209
+SHA256 (rubygem/actionview-5.0.1.gem) = e702a4e22e68fdc20597f6cf53123077c242372081daef011eb8d4200cce718d
+SIZE (rubygem/actionview-5.0.1.gem) = 152064
More information about the svn-ports-all
mailing list