From ec769495ab812ff8356315be6a6a90e55d307af0 Mon Sep 17 00:00:00 2001 From: purplerain Date: Thu, 7 Sep 2023 05:29:01 +0000 Subject: [PATCH] sync ports with The Matrix --- devel/ruby-aws-sdk-ssm/Makefile | 2 +- devel/ruby-debug/Makefile | 3 +-- devel/ruby-nio4r/pkg/PLIST | 2 ++ devel/ruby-parallel/Makefile | 2 +- devel/ruby-rspec-rails/Makefile | 16 ++++++++-------- devel/ruby-rspec-rails/distinfo | 4 ++-- devel/ruby-ruby2-keywords/Makefile | 4 +++- devel/ruby-uuid/Makefile | 6 +++--- infrastructure/bin/test.log | 0 mail/ruby-mime-types/Makefile | 4 ++-- sysutils/ruby-tzinfo/Makefile | 18 +++++++++--------- textproc/ruby-nokogiri/patches/patch-_metadata | 2 +- www/ruby-rack-test/Makefile | 4 ++-- 13 files changed, 35 insertions(+), 32 deletions(-) delete mode 100644 infrastructure/bin/test.log diff --git a/devel/ruby-aws-sdk-ssm/Makefile b/devel/ruby-aws-sdk-ssm/Makefile index 50e27bfde..3b0d7c234 100644 --- a/devel/ruby-aws-sdk-ssm/Makefile +++ b/devel/ruby-aws-sdk-ssm/Makefile @@ -1,4 +1,4 @@ -COMMENT= Amazon simple systems sanager +COMMENT= Amazon Simple Systems Manager DISTNAME= aws-sdk-ssm-1.151.0 CATEGORIES= devel diff --git a/devel/ruby-debug/Makefile b/devel/ruby-debug/Makefile index 83f5b3df0..f0c3b5197 100644 --- a/devel/ruby-debug/Makefile +++ b/devel/ruby-debug/Makefile @@ -2,11 +2,10 @@ COMMENT= ruby debugger DISTNAME= debug-1.8.0 CATEGORIES= devel - MAINTAINER= Purple Rain # Ruby, BSD-2-Clause -PERMIT_PACKAGE= Yes +PERMIT_PACKAGE=Yes MODULES= lang/ruby diff --git a/devel/ruby-nio4r/pkg/PLIST b/devel/ruby-nio4r/pkg/PLIST index b061fde30..96d6b34f1 100644 --- a/devel/ruby-nio4r/pkg/PLIST +++ b/devel/ruby-nio4r/pkg/PLIST @@ -1,4 +1,6 @@ ${GEM_LIB}/cache/${DISTNAME}.gem +${GEM_LIB}/extensions/${MODRUBY_ARCH}/ +${GEM_LIB}/extensions/${MODRUBY_ARCH}/${MODRUBY_LIBREV}/ ${GEM_EXTENSIONS_DIR}/ ${GEM_EXTENSIONS_DIR}/gem.build_complete ${GEM_LIB}/extensions/x86_64-unknown/ diff --git a/devel/ruby-parallel/Makefile b/devel/ruby-parallel/Makefile index 160124beb..0c007fb94 100644 --- a/devel/ruby-parallel/Makefile +++ b/devel/ruby-parallel/Makefile @@ -5,7 +5,7 @@ CATEGORIES= devel MAINTAINER= Purple Rain -# MIT +# MIT PERMIT_PACKAGE= Yes MODULES= lang/ruby diff --git a/devel/ruby-rspec-rails/Makefile b/devel/ruby-rspec-rails/Makefile index a3e8ca1af..5cb5a835a 100644 --- a/devel/ruby-rspec-rails/Makefile +++ b/devel/ruby-rspec-rails/Makefile @@ -1,6 +1,6 @@ COMMENT= testing framework for Rails -DISTNAME= rspec-rails-6.0.1 +DISTNAME= rspec-rails-6.0.3 CATEGORIES= devel MAINTAINER= Purple Rain @@ -11,13 +11,13 @@ PERMIT_PACKAGE= Yes MODULES= lang/ruby BUILD_DEPENDS+= ${RUN_DEPENDS} \ - devel/ruby-actionpack \ - devel/ruby-activesupport \ - devel/ruby-railties \ - devel/ruby-rspec/3/core \ - devel/ruby-rspec/3/expectations \ - devel/ruby-rspec/3/mocks \ - devel/ruby-rspec/3/support + devel/ruby-actionpack,${MODRUBY_FLAVOR} \ + devel/ruby-activesupport,${MODRUBY_FLAVOR} \ + devel/ruby-railties,${MODRUBY_FLAVOR} \ + devel/ruby-rspec/3/core,${MODRUBY_FLAVOR} \ + devel/ruby-rspec/3/expectations,${MODRUBY_FLAVOR} \ + devel/ruby-rspec/3/mocks,${MODRUBY_FLAVOR} \ + devel/ruby-rspec/3/support,${MODRUBY_FLAVOR} CONFIGURE_STYLE= ruby gem diff --git a/devel/ruby-rspec-rails/distinfo b/devel/ruby-rspec-rails/distinfo index 1d6014035..d8077b9e2 100644 --- a/devel/ruby-rspec-rails/distinfo +++ b/devel/ruby-rspec-rails/distinfo @@ -1,2 +1,2 @@ -SHA256 (rspec-rails-6.0.1.gem) = AWyOvVs4zly86UneL1so8r3nu3jU3iaUBRZxNZeybjQ= -SIZE (rspec-rails-6.0.1.gem) = 70144 +SHA256 (rspec-rails-6.0.3.gem) = bRgSz68Y26WgjX4wyFFJskoiD64GSFOpbkUTdr5v2CA= +SIZE (rspec-rails-6.0.3.gem) = 70144 diff --git a/devel/ruby-ruby2-keywords/Makefile b/devel/ruby-ruby2-keywords/Makefile index 3b9d33bdd..a32ad4ea1 100644 --- a/devel/ruby-ruby2-keywords/Makefile +++ b/devel/ruby-ruby2-keywords/Makefile @@ -3,9 +3,11 @@ COMMENT= ruby2 keywords DISTNAME= ruby2_keywords-0.0.5 CATEGORIES= devel +HOMEPAGE= https://github.com/ruby/ruby2_keywords + MAINTAINER= Purple Rain -# Ruby, BSD-2-Clause +# BSD-2-Clause PERMIT_PACKAGE= Yes MODULES= lang/ruby diff --git a/devel/ruby-uuid/Makefile b/devel/ruby-uuid/Makefile index 309c889fa..edc1fc205 100644 --- a/devel/ruby-uuid/Makefile +++ b/devel/ruby-uuid/Makefile @@ -6,14 +6,14 @@ CATEGORIES= devel HOMEPAGE= https://github.com/assaf/uuid # MIT -PERMIT_PACKAGE= Yes +PERMIT_PACKAGE= Yes MODULES= lang/ruby CONFIGURE_STYLE= gem -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= net/ruby-macaddr,${MODRUBY_FLAVOR} +BUILD_DEPENDS= ${RUN_DEPENDS} \ + net/ruby-macaddr,${MODRUBY_FLAVOR} TEST_DEPENDS= devel/ruby-mocha,${MODRUBY_FLAVOR} MODRUBY_TEST= rake diff --git a/infrastructure/bin/test.log b/infrastructure/bin/test.log deleted file mode 100644 index e69de29bb..000000000 diff --git a/mail/ruby-mime-types/Makefile b/mail/ruby-mime-types/Makefile index 2dc4b5d17..0f4dc4b91 100644 --- a/mail/ruby-mime-types/Makefile +++ b/mail/ruby-mime-types/Makefile @@ -12,7 +12,7 @@ MODULES= lang/ruby CONFIGURE_STYLE= ruby gem -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= mail/ruby-mime-types-data,${MODRUBY_FLAVOR}>=3.2015,<4 +BUILD_DEPENDS= ${RUN_DEPENDS} \ + mail/ruby-mime-types-data,${MODRUBY_FLAVOR}>=3.2015,<4 .include diff --git a/sysutils/ruby-tzinfo/Makefile b/sysutils/ruby-tzinfo/Makefile index 1ac2a3e0f..9aac52e04 100644 --- a/sysutils/ruby-tzinfo/Makefile +++ b/sysutils/ruby-tzinfo/Makefile @@ -1,18 +1,18 @@ -COMMENT= access to time zone data and conversion +COMMENT= access to time zone data and conversion -DISTNAME= tzinfo-2.0.6 +DISTNAME= tzinfo-2.0.6 -CATEGORIES= sysutils -HOMEPAGE= https://tzinfo.github.io/ +CATEGORIES= sysutils +HOMEPAGE= https://tzinfo.github.io/ # MIT -PERMIT_PACKAGE= Yes +PERMIT_PACKAGE= Yes -MODULES= lang/ruby +MODULES= lang/ruby -BUILD_DEPENDS += ${RUN_DEPENDS} -RUN_DEPENDS += devel/ruby-concurrent-ruby +BUILD_DEPENDS+= ${RUN_DEPENDS} \ + devel/ruby-concurrent-ruby,${MODRUBY_FLAVOR} -CONFIGURE_STYLE=ruby gem +CONFIGURE_STYLE= ruby gem .include diff --git a/textproc/ruby-nokogiri/patches/patch-_metadata b/textproc/ruby-nokogiri/patches/patch-_metadata index fd519b196..48bf39390 100644 --- a/textproc/ruby-nokogiri/patches/patch-_metadata +++ b/textproc/ruby-nokogiri/patches/patch-_metadata @@ -7,7 +7,7 @@ Index: .metadata @@ -29,7 +29,7 @@ dependencies: - - "~>" - !ruby/object:Gem::Version - version: 2.7.0 + version: 2.8.2 - type: :runtime + type: :development prerelease: false diff --git a/www/ruby-rack-test/Makefile b/www/ruby-rack-test/Makefile index 6485f9e5d..446d7951b 100644 --- a/www/ruby-rack-test/Makefile +++ b/www/ruby-rack-test/Makefile @@ -10,8 +10,8 @@ PERMIT_PACKAGE= Yes MODULES= lang/ruby -BUILD_DEPENDS = ${RUN_DEPENDS} -RUN_DEPENDS = www/ruby-rack +BUILD_DEPENDS= ${RUN_DEPENDS} \ + www/ruby-rack,${MODRUBY_FLAVOR} CONFIGURE_STYLE= ruby gem