sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-08 05:21:37 +00:00
parent ec769495ab
commit f5034afcba
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
3108 changed files with 91999 additions and 80269 deletions

View file

@ -14,8 +14,4 @@ post-install:
perl -pi -e 's/version = ">= 0"/version = "~> 1.3"/' \
${WRKINST}${LOCALBASE}/${GEM_BIN}/spec${GEM_BIN_SUFFIX}
# Requires heckle and quite a few other libraries to run its own
# specs, so this is currently broken.
MODRUBY_TEST = rake rspec
.include <bsd.port.mk>

View file

@ -1,9 +1,9 @@
SUBDIR =
SUBDIR += core,${FLAVOR}
SUBDIR += expectations,${FLAVOR}
SUBDIR += its,${FLAVOR}
SUBDIR += mocks,${FLAVOR}
SUBDIR += rspec,${FLAVOR}
SUBDIR += support,${FLAVOR}
SUBDIR += core
SUBDIR += expectations
SUBDIR += its
SUBDIR += mocks
SUBDIR += rspec
SUBDIR += support
.include <bsd.port.subdir.mk>

View file

@ -1,5 +1,5 @@
SUBDIR =
SUBDIR += 1,${FLAVOR}
SUBDIR += 1
SUBDIR += 3
.include <bsd.port.subdir.mk>