From owner-svn-ports-all@freebsd.org Sun Aug 25 18:16:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A36AE5460; Sun, 25 Aug 2019 18:16:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Gjxs3Zb0z4DCL; Sun, 25 Aug 2019 18:16:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BE77216F3; Sun, 25 Aug 2019 18:16:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PIGHbJ081340; Sun, 25 Aug 2019 18:16:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PIGGNE081337; Sun, 25 Aug 2019 18:16:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251816.x7PIGGNE081337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Aug 2019 18:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509814 - in head/devel: . rubygem-actionview52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-actionview52 X-SVN-Commit-Revision: 509814 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 18:16:17 -0000 Author: sunpoet Date: Sun Aug 25 18:16:16 2019 New Revision: 509814 URL: https://svnweb.freebsd.org/changeset/ports/509814 Log: Add rubygem-actionview52 5.2.3 (copied from rubygem-actionview5) Added: head/devel/rubygem-actionview52/ - copied from r509804, head/devel/rubygem-actionview5/ Modified: head/devel/Makefile head/devel/rubygem-actionview52/Makefile head/devel/rubygem-actionview52/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 25 18:09:41 2019 (r509813) +++ head/devel/Makefile Sun Aug 25 18:16:16 2019 (r509814) @@ -5383,6 +5383,7 @@ SUBDIR += rubygem-actionview4 SUBDIR += rubygem-actionview5 SUBDIR += rubygem-actionview50 + SUBDIR += rubygem-actionview52 SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activejob4 SUBDIR += rubygem-activejob5 Modified: head/devel/rubygem-actionview52/Makefile ============================================================================== --- head/devel/rubygem-actionview5/Makefile Sun Aug 25 16:35:14 2019 (r509804) +++ head/devel/rubygem-actionview52/Makefile Sun Aug 25 18:16:16 2019 (r509814) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 5.1.7 +PORTVERSION= 5.2.3 CATEGORIES= devel rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rendering framework putting the V in MVC (part of Rails) @@ -13,10 +13,10 @@ COMMENT= Rendering framework putting the V in MVC (par LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ +RUN_DEPENDS= rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \ rubygem-builder>=3.1:devel/rubygem-builder \ rubygem-erubi>=1.4:www/rubygem-erubi \ - rubygem-rails-dom-testing-rails5>=2.0:textproc/rubygem-rails-dom-testing-rails5 \ + rubygem-rails-dom-testing-rails52>=2.0:textproc/rubygem-rails-dom-testing-rails52 \ rubygem-rails-html-sanitizer>=1.0.3:textproc/rubygem-rails-html-sanitizer USES= gem @@ -24,6 +24,6 @@ USE_RUBY= yes NO_ARCH= yes -PORTSCOUT= limit:^5\.1\. +PORTSCOUT= limit:^5\.2\. .include Modified: head/devel/rubygem-actionview52/distinfo ============================================================================== --- head/devel/rubygem-actionview5/distinfo Sun Aug 25 16:35:14 2019 (r509804) +++ head/devel/rubygem-actionview52/distinfo Sun Aug 25 18:16:16 2019 (r509814) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558292586 -SHA256 (rubygem/actionview-5.1.7.gem) = 871ca9cae0524e937543510104555c1e8d87f180b14ce0a03fe62c69012a5244 -SIZE (rubygem/actionview-5.1.7.gem) = 161792 +TIMESTAMP = 1566756750 +SHA256 (rubygem/actionview-5.2.3.gem) = 9064ef94411d98cf7c7cc0fb179319b92a880f51f8e0671cceaf8081dccb89ec +SIZE (rubygem/actionview-5.2.3.gem) = 162816