Remove dependencies on ruby-minitest in preparation on removing it.

(minitest is baked into all the current versions of ruby we ship)

ok jeremy@ sthen@
This commit is contained in:
kmos 2022-07-08 01:57:20 +00:00
parent b2d06d5744
commit cce7279276
5 changed files with 7 additions and 12 deletions

View File

@ -3,6 +3,7 @@ COMMENT = support libraries and Ruby extensions extracted from Rails
DISTNAME = activesupport-6.1.4.1
CATEGORIES = devel
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
REVISION = 0
# MIT
PERMIT_PACKAGE = Yes
@ -12,10 +13,8 @@ MODULES = lang/ruby
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.3,<3 \
sysutils/ruby-tzinfo,${MODRUBY_FLAVOR}>=2.0,<3
CONFIGURE_STYLE = ruby gem

View File

@ -2,6 +2,7 @@ COMMENT= simple rake/rubygems helper for project Rakefiles
DISTNAME= hoe-3.20.0
CATEGORIES= devel
REVISION= 0
# MIT
PERMIT_PACKAGE= Yes
@ -11,6 +12,5 @@ MODULES= lang/ruby
CONFIGURE_STYLE=ruby gem
MODRUBY_TEST = rake
TEST_DEPENDS = devel/ruby-minitest,${MODRUBY_FLAVOR},>=5.11.3
.include <bsd.port.mk>

View File

@ -1,7 +1,7 @@
COMMENT = Ruby parser written in pure Ruby
DISTNAME = ruby_parser-2.3.1
REVISION = 1
REVISION = 2
CATEGORIES = devel
# MIT
@ -14,8 +14,7 @@ CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-sexp_processor,${MODRUBY_FLAVOR}>=3.0,<4.0
TEST_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR} \
devel/ruby-minitest,${MODRUBY_FLAVOR}
TEST_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR}
MODRUBY_TEST = rake

View File

@ -2,7 +2,7 @@ COMMENT = ensures test coverage and accelerates TDD
DISTNAME = ZenTest-4.9.2
PKGNAME = ${DISTNAME:L}
REVISION = 2
REVISION = 3
CATEGORIES = devel
# MIT
@ -12,8 +12,6 @@ MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
TEST_DEPENDS = devel/ruby-minitest,${MODRUBY_FLAVOR}
MODRUBY_TEST = rake
.include <bsd.port.mk>

View File

@ -2,7 +2,7 @@ COMMENT= pragmatic application deployment automation
DISTNAME= vlad-2.6.5
CATEGORIES= sysutils
REVISION= 0
REVISION= 1
HOMEPAGE= http://rubyhitsquad.com/Vlad_the_Deployer.html
@ -17,7 +17,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/ruby-rake-remote_task,${MODRUBY_FLAVOR}
MODRUBY_TEST= rake
TEST_DEPENDS= devel/ruby-hoe,${MODRUBY_FLAVOR} \
devel/ruby-minitest,${MODRUBY_FLAVOR}
TEST_DEPENDS= devel/ruby-hoe,${MODRUBY_FLAVOR}
.include <bsd.port.mk>