From owner-svn-ports-all@freebsd.org Wed Feb 5 18:40:56 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 F2E4D229906; Wed, 5 Feb 2020 18:40:56 +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 48CVkc2BHFz3wh7; Wed, 5 Feb 2020 18:40:56 +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 454777023; Wed, 5 Feb 2020 18:40:56 +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 015IeuHJ024251; Wed, 5 Feb 2020 18:40:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 015IetuB024248; Wed, 5 Feb 2020 18:40:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002051840.015IetuB024248@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:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525325 - in head/www: . rubygem-actionpack60 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . rubygem-actionpack60 X-SVN-Commit-Revision: 525325 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:57 -0000 Author: sunpoet Date: Wed Feb 5 18:40:55 2020 New Revision: 525325 URL: https://svnweb.freebsd.org/changeset/ports/525325 Log: Add rubygem-actionpack60 6.0.2.1 (copied from rubygem-actionpack52) Added: head/www/rubygem-actionpack60/ - copied from r524628, head/www/rubygem-actionpack52/ Modified: head/www/Makefile head/www/rubygem-actionpack60/Makefile head/www/rubygem-actionpack60/distinfo Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Feb 5 18:40:49 2020 (r525324) +++ head/www/Makefile Wed Feb 5 18:40:55 2020 (r525325) @@ -1859,6 +1859,7 @@ SUBDIR += rubygem-actionpack5 SUBDIR += rubygem-actionpack50 SUBDIR += rubygem-actionpack52 + SUBDIR += rubygem-actionpack60 SUBDIR += rubygem-activeresource4 SUBDIR += rubygem-activeresource5 SUBDIR += rubygem-acts-as-taggable-on Modified: head/www/rubygem-actionpack60/Makefile ============================================================================== --- head/www/rubygem-actionpack52/Makefile Thu Jan 30 05:04:29 2020 (r524628) +++ head/www/rubygem-actionpack60/Makefile Wed Feb 5 18:40:55 2020 (r525325) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 5.2.4.1 +PORTVERSION= 6.0.2.1 CATEGORIES= www rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 52 +PKGNAMESUFFIX= 60 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Action Controller and Action View of Rails MVC Framework @@ -13,18 +13,20 @@ COMMENT= Action Controller and Action View of Rails MV LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionview52>=${PORTVERSION}:devel/rubygem-actionview52 \ - rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \ +BROKEN_RUBY24= yes + +RUN_DEPENDS= rubygem-actionview60>=${PORTVERSION}:devel/rubygem-actionview60 \ + rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \ rubygem-rack>=2.0.8,3<3,3:www/rubygem-rack \ rubygem-rack-test>=0.6.3:www/rubygem-rack-test \ - rubygem-rails-dom-testing-rails52>=2.0<3:textproc/rubygem-rails-dom-testing-rails52 \ - rubygem-rails-html-sanitizer>=1.0.2<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/www/rubygem-actionpack60/distinfo ============================================================================== --- head/www/rubygem-actionpack52/distinfo Thu Jan 30 05:04:29 2020 (r524628) +++ head/www/rubygem-actionpack60/distinfo Wed Feb 5 18:40:55 2020 (r525325) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577145917 -SHA256 (rubygem/actionpack-5.2.4.1.gem) = 5f9cfff904e6d8ed5bd9439a76639e22393308a295c13d663a4622e085a9b738 -SIZE (rubygem/actionpack-5.2.4.1.gem) = 212480 +TIMESTAMP = 1577687180 +SHA256 (rubygem/actionpack-6.0.2.1.gem) = df65fc4db1eb21dad71a0c73b9acf21373644580787e2eecd68fb6244af95ebd +SIZE (rubygem/actionpack-6.0.2.1.gem) = 216576