From owner-svn-ports-all@freebsd.org Sun Aug 25 18:17:27 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 42454E5580; Sun, 25 Aug 2019 18:17:27 +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 46GjzC13qpz4DT3; Sun, 25 Aug 2019 18:17:27 +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 1B859216F7; Sun, 25 Aug 2019 18:17:27 +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 x7PIHQax081833; Sun, 25 Aug 2019 18:17:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PIHQkj081831; Sun, 25 Aug 2019 18:17:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908251817.x7PIHQkj081831@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:17:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509817 - in head/www: . rubygem-actionpack52 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . rubygem-actionpack52 X-SVN-Commit-Revision: 509817 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:17:27 -0000 Author: sunpoet Date: Sun Aug 25 18:17:26 2019 New Revision: 509817 URL: https://svnweb.freebsd.org/changeset/ports/509817 Log: Add rubygem-actionpack52 5.2.3 (copied from rubygem-actionpack5) Added: head/www/rubygem-actionpack52/ - copied from r508589, head/www/rubygem-actionpack5/ Modified: head/www/Makefile head/www/rubygem-actionpack52/Makefile head/www/rubygem-actionpack52/distinfo Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Aug 25 18:17:04 2019 (r509816) +++ head/www/Makefile Sun Aug 25 18:17:26 2019 (r509817) @@ -1947,6 +1947,7 @@ SUBDIR += rubygem-actionpack4 SUBDIR += rubygem-actionpack5 SUBDIR += rubygem-actionpack50 + SUBDIR += rubygem-actionpack52 SUBDIR += rubygem-activeresource4 SUBDIR += rubygem-activeresource5 SUBDIR += rubygem-acts-as-taggable-on Modified: head/www/rubygem-actionpack52/Makefile ============================================================================== --- head/www/rubygem-actionpack5/Makefile Sun Aug 11 07:39:30 2019 (r508589) +++ head/www/rubygem-actionpack52/Makefile Sun Aug 25 18:17:26 2019 (r509817) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 5.1.7 +PORTVERSION= 5.2.3 CATEGORIES= www rubygems MASTER_SITES= RG -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 52 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Action Controller and Action View of Rails MVC Framework @@ -13,11 +13,11 @@ COMMENT= Action Controller and Action View of Rails MV LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionview5>=${PORTVERSION}:devel/rubygem-actionview5 \ - rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \ +RUN_DEPENDS= rubygem-actionview52>=${PORTVERSION}:devel/rubygem-actionview52 \ + rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \ rubygem-rack>=2.0:www/rubygem-rack \ rubygem-rack-test>=0.6.3:www/rubygem-rack-test \ - 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.2:textproc/rubygem-rails-html-sanitizer USES= gem @@ -25,6 +25,6 @@ USE_RUBY= yes NO_ARCH= yes -PORTSCOUT= limit:^5\.1\. +PORTSCOUT= limit:^5\.2\. .include Modified: head/www/rubygem-actionpack52/distinfo ============================================================================== --- head/www/rubygem-actionpack5/distinfo Sun Aug 11 07:39:30 2019 (r508589) +++ head/www/rubygem-actionpack52/distinfo Sun Aug 25 18:17:26 2019 (r509817) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558292602 -SHA256 (rubygem/actionpack-5.1.7.gem) = a2406a8346f95294ad9342c1535e2cc4f04e7c084e71359bae224650581bd17f -SIZE (rubygem/actionpack-5.1.7.gem) = 207360 +TIMESTAMP = 1566756751 +SHA256 (rubygem/actionpack-5.2.3.gem) = 81830a59e18d7570386a01bb332538ddf0926b5ed7566646ef608a78825751e8 +SIZE (rubygem/actionpack-5.2.3.gem) = 211968