git: d7199b8ecf3b - main - devel/bats-core: Unbreak by adding forgotten pkg-plist
Yuri Victorovich
yuri at FreeBSD.org
Fri Jun 4 07:47:32 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d7199b8ecf3b0fa2781e46e357c251c64b3e8cf3
commit d7199b8ecf3b0fa2781e46e357c251c64b3e8cf3
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-06-03 18:44:56 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-06-04 07:47:06 +0000
devel/bats-core: Unbreak by adding forgotten pkg-plist
PR: 256404
Reported by: Michał "rysiek" Woźniak
---
devel/bats-core/Makefile | 2 +-
devel/bats-core/pkg-plist | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
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 at 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
More information about the dev-commits-ports-all
mailing list