svn commit: r510441 - head/devel/rubygem-activesupport4
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 31 21:58:02 UTC 2019
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 at FreeBSD.org
+MAINTAINER= sunpoet at 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
More information about the svn-ports-head
mailing list