Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2019 21:58:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510443 - head/devel/rubygem-activesupport5
Message-ID:  <201908312158.x7VLwCZq007083@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug 31 21:58:11 2019
New Revision: 510443
URL: https://svnweb.freebsd.org/changeset/ports/510443

Log:
  Update version requirement of RUN_DEPENDS
  
  - Update pkg-descr

Modified:
  head/devel/rubygem-activesupport5/Makefile
  head/devel/rubygem-activesupport5/pkg-descr

Modified: head/devel/rubygem-activesupport5/Makefile
==============================================================================
--- head/devel/rubygem-activesupport5/Makefile	Sat Aug 31 21:58:06 2019	(r510442)
+++ head/devel/rubygem-activesupport5/Makefile	Sat Aug 31 21:58:11 2019	(r510443)
@@ -13,10 +13,10 @@ COMMENT=	Utility classes and extension that are requir
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0.2:devel/rubygem-concurrent-ruby \
-		rubygem-i18n>=0.7:devel/rubygem-i18n \
-		rubygem-minitest>=5.1:devel/rubygem-minitest \
-		rubygem-tzinfo>=1.1:devel/rubygem-tzinfo
+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-tzinfo>=1.1<2:devel/rubygem-tzinfo
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/devel/rubygem-activesupport5/pkg-descr
==============================================================================
--- head/devel/rubygem-activesupport5/pkg-descr	Sat Aug 31 21:58:06 2019	(r510442)
+++ head/devel/rubygem-activesupport5/pkg-descr	Sat Aug 31 21:58:11 2019	(r510443)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908312158.x7VLwCZq007083>