From owner-svn-ports-all@freebsd.org Wed Feb 5 18:40:09 2020 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 E525F22971A; Wed, 5 Feb 2020 18:40:09 +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 48CVjj5rM1z3Qns; Wed, 5 Feb 2020 18:40:09 +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 C3E656FF0; Wed, 5 Feb 2020 18:40:09 +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 015Ie92S022341; Wed, 5 Feb 2020 18:40:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 015Ie9nE022336; Wed, 5 Feb 2020 18:40:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002051840.015Ie9nE022336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Feb 2020 18:40:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525317 - in head/devel: . rubygem-actionview60 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-actionview60 X-SVN-Commit-Revision: 525317 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: Wed, 05 Feb 2020 18:40:10 -0000 Author: sunpoet Date: Wed Feb 5 18:40:08 2020 New Revision: 525317 URL: https://svnweb.freebsd.org/changeset/ports/525317 Log: Add rubygem-actionview60 6.0.2.1 (copied from rubygem-actionview52) Added: head/devel/rubygem-actionview60/ - copied from r524628, head/devel/rubygem-actionview52/ Modified: head/devel/Makefile head/devel/rubygem-actionview60/Makefile head/devel/rubygem-actionview60/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 5 18:40:02 2020 (r525316) +++ head/devel/Makefile Wed Feb 5 18:40:08 2020 (r525317) @@ -5396,6 +5396,7 @@ SUBDIR += rubygem-actionview5 SUBDIR += rubygem-actionview50 SUBDIR += rubygem-actionview52 + SUBDIR += rubygem-actionview60 SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activejob4 SUBDIR += rubygem-activejob5 Modified: head/devel/rubygem-actionview60/Makefile ============================================================================== --- head/devel/rubygem-actionview52/Makefile Thu Jan 30 05:04:29 2020 (r524628) +++ head/devel/rubygem-actionview60/Makefile Wed Feb 5 18:40:08 2020 (r525317) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 5.2.4.1 +PORTVERSION= 6.0.2.1 CATEGORIES= devel rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 52 +PKGNAMESUFFIX= 60 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rendering framework putting the V in MVC (part of Rails) @@ -13,17 +13,19 @@ COMMENT= Rendering framework putting the V in MVC (par LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \ +BROKEN_RUBY24= yes + +RUN_DEPENDS= rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \ rubygem-builder>=3.1<4:devel/rubygem-builder \ rubygem-erubi>=1.4<2:www/rubygem-erubi \ - rubygem-rails-dom-testing-rails52>=2.0<3:textproc/rubygem-rails-dom-testing-rails52 \ - rubygem-rails-html-sanitizer>=1.0.3<2:textproc/rubygem-rails-html-sanitizer + rubygem-rails-dom-testing-rails60>=2.0<3:textproc/rubygem-rails-dom-testing-rails60 \ + rubygem-rails-html-sanitizer>=1.2.0<2:textproc/rubygem-rails-html-sanitizer USES= gem USE_RUBY= yes NO_ARCH= yes -PORTSCOUT= limit:^5\.2\. +PORTSCOUT= limit:^6\.0\. .include Modified: head/devel/rubygem-actionview60/distinfo ============================================================================== --- head/devel/rubygem-actionview52/distinfo Thu Jan 30 05:04:29 2020 (r524628) +++ head/devel/rubygem-actionview60/distinfo Wed Feb 5 18:40:08 2020 (r525317) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577145905 -SHA256 (rubygem/actionview-5.2.4.1.gem) = 327e504aea3cfd7484c9ec059b7e58faad96be65379a2da959ee336444f7d342 -SIZE (rubygem/actionview-5.2.4.1.gem) = 162816 +TIMESTAMP = 1577687164 +SHA256 (rubygem/actionview-6.0.2.1.gem) = ccc69763b6d02069a2c5fef62a08d247620e0f9213ce3eaaa79118384141230c +SIZE (rubygem/actionview-6.0.2.1.gem) = 169472