aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-06-03 18:44:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-06-04 07:47:06 +0000
commitd7199b8ecf3b0fa2781e46e357c251c64b3e8cf3 (patch)
tree459c8ca6ed452c325e3266c3299d5cca8281c965 /devel
parent5e886a479144aa1e396b0380ef22b1c90c88a9ff (diff)
downloadports-d7199b8ecf3b0fa2781e46e357c251c64b3e8cf3.tar.gz
ports-d7199b8ecf3b0fa2781e46e357c251c64b3e8cf3.zip
devel/bats-core: Unbreak by adding forgotten pkg-plist
PR: 256404 Reported by: Michał "rysiek" Woźniak
Diffstat (limited to 'devel')
-rw-r--r--devel/bats-core/Makefile2
-rw-r--r--devel/bats-core/pkg-plist19
2 files changed, 20 insertions, 1 deletions
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,7 +1,7 @@
PORTNAME= bats-core
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
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