Commit Diff


commit - 1c72bab5d11d2f52b471a33a23614dc19deab730
commit + 20a7eac510ad75d6907371c4c121c5e870ade578
blob - 98c987a5918be5e34702c57fee238d2732dda753
blob + be26d081db0ae9ef990cfe3fafadbd46337b736e
--- .github/README.md
+++ .github/README.md
@@ -33,21 +33,21 @@ FreeBSD:
 
 * `automake`
 * `pkgconf`
-* `GNU coreutils` (for running tests)
+* `libevent` (for gotwebd)
 
 NetBSD:
 
 * `automake`
 * `libuuid`
 * `ncuresesw`
-* `GNU coreutils` (for running tests)
+* `libevent` (for gotwebd)
 
 DragonFlyBSD:
 
 * `automake`
 * `pkgconf`
 * `openssl`
-* `GNU coreutils` (for running tests)
+* `libevent` (for gotwebd)
 
 Darwin (MacOS):
 
@@ -57,6 +57,7 @@ Darwin (MacOS):
 * `ncurses`
 * `openssl`
 * `ossp-uuid`
+* `libevent` (for gotwebd)
 
 TESTS (REGRESS)
 ===============
blob - a79994f7cd60f17d175950327124a5d7d21ee78a
blob + c612b7e2cdf7dea489c8e26de1b168b5d2958a1a
--- .github/ci/before-install.sh
+++ .github/ci/before-install.sh
@@ -23,8 +23,7 @@ if [ "$CIRRUS_OS" = "freebsd" ]; then
 		automake \
 		pkgconf \
 		git \
-		libevent \
-		coreutils
+		libevent
 fi
 
 if [ "$CIRRUS_OS" = "darwin" ]; then
blob - 3447a2f7e3b34cb0165d43087670bcec559045d9
blob + 06090a1df9cf568ce45b18b1094ccd331ed26ae3
--- README.portable
+++ README.portable
@@ -31,7 +31,6 @@ FreeBSD:
 
 * `automake`
 * `pkgconf`
-* `GNU coreutils` (for running tests)
 * `libevent` (for gotwebd)
 
 NetBSD:
@@ -39,7 +38,6 @@ NetBSD:
 * `automake`
 * `libuuid`
 * `ncuresesw`
-* `GNU coreutils` (for running tests)
 * `libevent` (for gotwebd)
 
 DragonFlyBSD:
@@ -47,7 +45,6 @@ DragonFlyBSD:
 * `automake`
 * `pkgconf`
 * `openssl`
-* `GNU coreutils` (for running tests)
 * `libevent` (for gotwebd)
 
 Darwin (MacOS):