diff --git a/devel/bats-core/Makefile b/devel/bats-core/Makefile index 134c4ce20ec1..f1f8c7823271 100644 --- a/devel/bats-core/Makefile +++ b/devel/bats-core/Makefile @@ -1,29 +1,29 @@ PORTNAME= bats-core DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Bash automated testing system LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash USE_GITHUB= yes NO_BUILD= yes NO_ARCH= yes OPTIONS_DEFINE= PARALLEL PARALLEL_DESC= Install sysutils/parallel to enable parallel runs PARALLEL_RUN_DEPENDS= parallel:sysutils/parallel do-install: cd ${WRKSRC} && ./install.sh ${STAGEDIR}${PREFIX} .include diff --git a/devel/bats-core/pkg-plist b/devel/bats-core/pkg-plist new file mode 100644 index 000000000000..daa425d66fb2 --- /dev/null +++ b/devel/bats-core/pkg-plist @@ -0,0 +1,19 @@ +bin/bats +lib/bats-core/formatter.bash +lib/bats-core/preprocessing.bash +lib/bats-core/semaphore.bash +lib/bats-core/test_functions.bash +lib/bats-core/tracing.bash +lib/bats-core/validator.bash +libexec/bats-core/bats +libexec/bats-core/bats-exec-file +libexec/bats-core/bats-exec-suite +libexec/bats-core/bats-exec-test +libexec/bats-core/bats-format-cat +libexec/bats-core/bats-format-junit +libexec/bats-core/bats-format-pretty +libexec/bats-core/bats-format-tap +libexec/bats-core/bats-format-tap13 +libexec/bats-core/bats-preprocess +share/man/man1/bats.1.gz +share/man/man7/bats.7.gz