From owner-svn-ports-head@freebsd.org Wed Feb 5 18:40:22 2020 Return-Path: Delivered-To: svn-ports-head@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 A120D2297AD; Wed, 5 Feb 2020 18:40:22 +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 48CVjy3RL2z3QxY; Wed, 5 Feb 2020 18:40:22 +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 666CD6FF2; Wed, 5 Feb 2020 18:40:22 +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 015IeMae022653; Wed, 5 Feb 2020 18:40:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 015IeL5r022650; Wed, 5 Feb 2020 18:40:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002051840.015IeL5r022650@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:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525319 - in head/devel: . rubygem-activesupport60 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-activesupport60 X-SVN-Commit-Revision: 525319 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2020 18:40:22 -0000 Author: sunpoet Date: Wed Feb 5 18:40:21 2020 New Revision: 525319 URL: https://svnweb.freebsd.org/changeset/ports/525319 Log: Add rubygem-activesupport60 6.0.2.1 (copied from rubygem-activesupport52) Added: head/devel/rubygem-activesupport60/ - copied from r524628, head/devel/rubygem-activesupport52/ Modified: head/devel/Makefile head/devel/rubygem-activesupport60/Makefile head/devel/rubygem-activesupport60/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 5 18:40:15 2020 (r525318) +++ head/devel/Makefile Wed Feb 5 18:40:21 2020 (r525319) @@ -5409,6 +5409,7 @@ SUBDIR += rubygem-activesupport5 SUBDIR += rubygem-activesupport50 SUBDIR += rubygem-activesupport52 + SUBDIR += rubygem-activesupport60 SUBDIR += rubygem-airborne SUBDIR += rubygem-akismet SUBDIR += rubygem-algebrick Modified: head/devel/rubygem-activesupport60/Makefile ============================================================================== --- head/devel/rubygem-activesupport52/Makefile Thu Jan 30 05:04:29 2020 (r524628) +++ head/devel/rubygem-activesupport60/Makefile Wed Feb 5 18:40:21 2020 (r525319) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= activesupport -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= Utility classes and extension that are required by Rails MVC Framework @@ -13,16 +13,19 @@ COMMENT= Utility classes and extension that are requir LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE +BROKEN_RUBY24= yes + RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \ rubygem-i18n>=0.7,2<2,2:devel/rubygem-i18n \ rubygem-minitest>=5.1<6:devel/rubygem-minitest \ - rubygem-tzinfo1>=1.1<2:devel/rubygem-tzinfo1 + rubygem-tzinfo1>=1.1<2:devel/rubygem-tzinfo1 \ + rubygem-zeitwerk>=2.2<3:devel/rubygem-zeitwerk USES= gem USE_RUBY= yes NO_ARCH= yes -PORTSCOUT= limit:^5\.2\. +PORTSCOUT= limit:^6\.0\. .include Modified: head/devel/rubygem-activesupport60/distinfo ============================================================================== --- head/devel/rubygem-activesupport52/distinfo Thu Jan 30 05:04:29 2020 (r524628) +++ head/devel/rubygem-activesupport60/distinfo Wed Feb 5 18:40:21 2020 (r525319) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577145909 -SHA256 (rubygem/activesupport-5.2.4.1.gem) = 57874366b06882ad0c0a0557640851aef13afec19bd4d6c2ee286c9d4eb7b452 -SIZE (rubygem/activesupport-5.2.4.1.gem) = 381952 +TIMESTAMP = 1577687168 +SHA256 (rubygem/activesupport-6.0.2.1.gem) = 817e19e0ce4bc8c6afc63ed064ea84d0e3c8a2ee3d8fb1bb86ab39670c7ca6b5 +SIZE (rubygem/activesupport-6.0.2.1.gem) = 212992