Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2019 21:58:01 +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: r510441 - head/devel/rubygem-activesupport4
Message-ID:  <201908312158.x7VLw11w006837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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