From owner-svn-ports-all@freebsd.org Sat Aug 31 21:58:02 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 11BB9DD9C2; Sat, 31 Aug 2019 21:58:02 +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 46LVZx6p0Xz3ySw; Sat, 31 Aug 2019 21:58:01 +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 CDF851F4E3; Sat, 31 Aug 2019 21:58:01 +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 x7VLw10J006839; Sat, 31 Aug 2019 21:58:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7VLw11w006837; Sat, 31 Aug 2019 21:58:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908312158.x7VLw11w006837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 31 Aug 2019 21:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510441 - head/devel/rubygem-activesupport4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-activesupport4 X-SVN-Commit-Revision: 510441 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: Sat, 31 Aug 2019 21:58:02 -0000 Author: sunpoet Date: Sat Aug 31 21:58:01 2019 New Revision: 510441 URL: https://svnweb.freebsd.org/changeset/ports/510441 Log: Update version requirement of RUN_DEPENDS - Add PORTSCOUT - Update pkg-descr - Take maintainership Modified: head/devel/rubygem-activesupport4/Makefile head/devel/rubygem-activesupport4/pkg-descr Modified: head/devel/rubygem-activesupport4/Makefile ============================================================================== --- head/devel/rubygem-activesupport4/Makefile Sat Aug 31 21:57:55 2019 (r510440) +++ head/devel/rubygem-activesupport4/Makefile Sat Aug 31 21:58:01 2019 (r510441) @@ -7,20 +7,22 @@ CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utility classes and extension that are required by Rails MVC Framework LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-i18n>=0.7:devel/rubygem-i18n \ - rubygem-minitest>=5.1:devel/rubygem-minitest \ - rubygem-thread_safe>=0.3.4:devel/rubygem-thread_safe \ - rubygem-tzinfo>=1.1:devel/rubygem-tzinfo +RUN_DEPENDS= rubygem-i18n>=0.7,2:devel/rubygem-i18n \ + rubygem-minitest>=5.1<6:devel/rubygem-minitest \ + rubygem-thread_safe>=0.3.4<1:devel/rubygem-thread_safe \ + rubygem-tzinfo>=1.1<2:devel/rubygem-tzinfo USES= gem USE_RUBY= yes NO_ARCH= yes + +PORTSCOUT= limit:^4\.2\. .include Modified: head/devel/rubygem-activesupport4/pkg-descr ============================================================================== --- head/devel/rubygem-activesupport4/pkg-descr Sat Aug 31 21:57:55 2019 (r510440) +++ head/devel/rubygem-activesupport4/pkg-descr Sat Aug 31 21:58:01 2019 (r510441) @@ -1,6 +1,7 @@ -Active Support +Active Support is a collection of utility classes and standard library +extensions that were found useful for the Rails framework. These additions +reside in this package so they can be loaded as needed in Ruby projects outside +of Rails. -Utility classes and extension to the standard library that -were required by Rails, but found of general use. - WWW: https://rubyonrails.org/ +WWW: https://github.com/rails/rails/tree/master/activesupport