diff --git a/devel/bats-core/Makefile b/devel/bats-core/Makefile index e6d27664aebb..a0d373567d88 100644 --- a/devel/bats-core/Makefile +++ b/devel/bats-core/Makefile @@ -1,30 +1,29 @@ PORTNAME= bats-core DISTVERSIONPREFIX= v -DISTVERSION= 1.4.1 -PORTREVISION= 1 +DISTVERSION= 1.5.0 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 \ flock:sysutils/flock 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/distinfo b/devel/bats-core/distinfo index ce693cd6829e..e478bf0e345a 100644 --- a/devel/bats-core/distinfo +++ b/devel/bats-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627149169 -SHA256 (bats-core-bats-core-v1.4.1_GH0.tar.gz) = bff517da043ae24440ec8272039f396c2a7907076ac67693c0f18d4a17c08f7d -SIZE (bats-core-bats-core-v1.4.1_GH0.tar.gz) = 98964 +TIMESTAMP = 1636220909 +SHA256 (bats-core-bats-core-v1.5.0_GH0.tar.gz) = 36a3fd4413899c0763158ae194329af8f48bb1ff0d1338090b80b3416d5793af +SIZE (bats-core-bats-core-v1.5.0_GH0.tar.gz) = 108052 diff --git a/devel/bats-core/pkg-plist b/devel/bats-core/pkg-plist index daa425d66fb2..4528b8c04cdf 100644 --- a/devel/bats-core/pkg-plist +++ b/devel/bats-core/pkg-plist @@ -1,19 +1,20 @@ bin/bats +lib/bats-core/common.bash 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