Update 5.2.3 -> 6.0.0 now that new dependency zeitwerk is in

This commit is contained in:
sebastia 2019-09-26 06:29:20 +00:00
parent 2ecd50b95a
commit 25f4f5196f
3 changed files with 14 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.33 2019/07/12 21:07:45 sthen Exp $
# $OpenBSD: Makefile,v 1.34 2019/09/26 06:29:20 sebastia Exp $
COMMENT = support libraries and Ruby extensions extracted from Rails
DISTNAME = activesupport-5.2.3
DISTNAME = activesupport-6.0.0
CATEGORIES = devel
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
@ -15,6 +15,7 @@ BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += devel/ruby-concurrent-ruby,${MODRUBY_FLAVOR},>=1.0.2,<2 \
devel/ruby-i18n,${MODRUBY_FLAVOR},>=0.7,<2 \
devel/ruby-minitest,${MODRUBY_FLAVOR}>=5.1,<6 \
devel/ruby-zeitwerk,${MODRUBY_FLAVOR}>=2.1.8,<3 \
sysutils/ruby-tzinfo,${MODRUBY_FLAVOR}>=1.1,<2

View File

@ -1,2 +1,2 @@
SHA256 (activesupport-5.2.3.gem) = KFawA2hp6JBD9chwoamdLIEXhRMP6kr/rYPPlx25G4Q=
SIZE (activesupport-5.2.3.gem) = 381440
SHA256 (activesupport-6.0.0.gem) = u2CpJZ0zhd28ya1SMGQkjBZ00oSq6qgMJKvl+g9kRCw=
SIZE (activesupport-6.0.0.gem) = 212480

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.20 2019/05/15 06:42:17 sebastia Exp $
@comment $OpenBSD: PLIST,v 1.21 2019/09/26 06:29:20 sebastia Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
@ -7,6 +7,7 @@ ${GEM_LIB}/gems/${DISTNAME}/README.rdoc
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/actionable_error.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/all.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/array_inquirer.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/backtrace_cleaner.rb
@ -34,6 +35,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/access.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/conversions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/extract.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/extract_options.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/grouping.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/inquiry.rb
@ -67,6 +69,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date_time/calculations.r
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date_time/compatibility.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date_time/conversions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/digest/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/digest.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/digest/uuid.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/enumerable.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/file/
@ -77,6 +80,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/hash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/hash/compact.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/hash/conversions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/hash/deep_merge.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/hash/deep_transform_values.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/hash/except.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/hash/indifferent_access.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/hash/keys.rb
@ -90,7 +94,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/integer/multiple.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/integer/time.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/kernel/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/kernel.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/kernel/agnostics.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/kernel/concern.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/kernel/reporting.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/kernel/singleton_class.rb
@ -169,6 +172,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/dependencies/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/dependencies.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/dependencies/autoload.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/dependencies/interlock.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/dependencies/zeitwerk_integration.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/deprecation/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/deprecation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/deprecation/behaviors.rb
@ -207,6 +211,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoding.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/key_generator.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/lazy_load_hooks.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/locale/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/locale/en.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/locale/en.yml
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/log_subscriber/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/log_subscriber.rb
@ -242,6 +247,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/number_helper/rounding_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/option_merger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/ordered_hash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/ordered_options.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/parameter_filter.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/per_thread_registry.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/proxy_object.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/rails.rb
@ -262,6 +268,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/deprecation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/file_fixtures.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/isolation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/method_call_assertions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/parallelization.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/setup_and_teardown.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/stream.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/tagged_logging.rb
@ -270,7 +277,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/time.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/time_with_zone.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/values/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/values/time_zone.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/values/unicode_tables.dat
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/xml_mini/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/xml_mini.rb