From owner-svn-ports-all@freebsd.org Wed Feb 5 18:41:08 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 2E20B229979; Wed, 5 Feb 2020 18:41:08 +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 48CVkq6fypz3wrT; Wed, 5 Feb 2020 18:41:07 +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 8A7DF7037; Wed, 5 Feb 2020 18:41:07 +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 015If7Qk024563; Wed, 5 Feb 2020 18:41:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 015If7xa024560; Wed, 5 Feb 2020 18:41:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002051841.015If7xa024560@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:41:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525327 - in head/www: . rubygem-railties60 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . rubygem-railties60 X-SVN-Commit-Revision: 525327 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:41:08 -0000 Author: sunpoet Date: Wed Feb 5 18:41:06 2020 New Revision: 525327 URL: https://svnweb.freebsd.org/changeset/ports/525327 Log: Add rubygem-railties60 6.0.2.1 (copied from rubygem-railties52) Added: head/www/rubygem-railties60/ - copied from r524628, head/www/rubygem-railties52/ Modified: head/www/Makefile head/www/rubygem-railties60/Makefile head/www/rubygem-railties60/distinfo Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Feb 5 18:41:01 2020 (r525326) +++ head/www/Makefile Wed Feb 5 18:41:06 2020 (r525327) @@ -2066,6 +2066,7 @@ SUBDIR += rubygem-railties5 SUBDIR += rubygem-railties50 SUBDIR += rubygem-railties52 + SUBDIR += rubygem-railties60 SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze SUBDIR += rubygem-raphael-rails Modified: head/www/rubygem-railties60/Makefile ============================================================================== --- head/www/rubygem-railties52/Makefile Thu Jan 30 05:04:29 2020 (r524628) +++ head/www/rubygem-railties60/Makefile Wed Feb 5 18:41:06 2020 (r525327) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= railties -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= Rails internals bootup, plugins, generators, and rake tasks @@ -13,11 +13,13 @@ COMMENT= Rails internals bootup, plugins, generators, LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \ - rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \ +BROKEN_RUBY24= yes + +RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}:www/rubygem-actionpack60 \ + rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \ rubygem-method_source>=0:devel/rubygem-method_source \ rubygem-rake>=0.8.7:devel/rubygem-rake \ - rubygem-thor>=0.19.0<2.0:devel/rubygem-thor + rubygem-thor>=0.20.3<2.0:devel/rubygem-thor USES= gem USE_RUBY= yes @@ -28,6 +30,6 @@ PLIST_FILES= bin/rails CONFLICTS_INSTALL= rubygem-railties4 rubygem-railties5 rubygem-railties50 -PORTSCOUT= limit:^5\.2\. +PORTSCOUT= limit:^6\.0\. .include Modified: head/www/rubygem-railties60/distinfo ============================================================================== --- head/www/rubygem-railties52/distinfo Thu Jan 30 05:04:29 2020 (r524628) +++ head/www/rubygem-railties60/distinfo Wed Feb 5 18:41:06 2020 (r525327) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577145921 -SHA256 (rubygem/railties-5.2.4.1.gem) = 0b6b0ec65aedae1f3627b05091d63a55bfabd214f483389a9096332dbdc71ac7 -SIZE (rubygem/railties-5.2.4.1.gem) = 236544 +TIMESTAMP = 1577687184 +SHA256 (rubygem/railties-6.0.2.1.gem) = 8f6b9622975fc0f4807770b0633c9998c54ff59a98045a78f6fab110d87bcd66 +SIZE (rubygem/railties-6.0.2.1.gem) = 454144