diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-09-01 05:58:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-09-01 05:58:06 +0800 |
commit | 5cd99422f2bb3245c3535b0f57227dbaa9bcaa1d (patch) | |
tree | 20d68e95792b791950e7a376a2f39910e6d0f424 /devel/rubygem-activesupport50 | |
parent | 7a057166cf3466725b3fdc5a336d3f6a9ac4046d (diff) | |
download | freebsd-ports-gnome-5cd99422f2bb3245c3535b0f57227dbaa9bcaa1d.tar.gz freebsd-ports-gnome-5cd99422f2bb3245c3535b0f57227dbaa9bcaa1d.tar.zst freebsd-ports-gnome-5cd99422f2bb3245c3535b0f57227dbaa9bcaa1d.zip |
Update version requirement of RUN_DEPENDS
- Update pkg-descr
Diffstat (limited to 'devel/rubygem-activesupport50')
-rw-r--r-- | devel/rubygem-activesupport50/Makefile | 8 | ||||
-rw-r--r-- | devel/rubygem-activesupport50/pkg-descr | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/rubygem-activesupport50/Makefile b/devel/rubygem-activesupport50/Makefile index aafa73a8a7a5..b771d78b004c 100644 --- a/devel/rubygem-activesupport50/Makefile +++ b/devel/rubygem-activesupport50/Makefile @@ -13,10 +13,10 @@ COMMENT= Utility classes and extension that are required by Rails MVC Framework 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 diff --git a/devel/rubygem-activesupport50/pkg-descr b/devel/rubygem-activesupport50/pkg-descr index 7601a9fbd670..8f9f21005487 100644 --- a/devel/rubygem-activesupport50/pkg-descr +++ b/devel/rubygem-activesupport50/pkg-descr @@ -1,6 +1,7 @@ -Active Support - -Utility classes and extension to the standard library that -were required by Rails, but found of general use. +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. WWW: https://rubyonrails.org/ +WWW: https://github.com/rails/rails/tree/master/activesupport |