pkgbase: Put certctl in the FreeBSD-caroot package

There is no reason that this shouldn't be there.
Change the dependency of caroot from utilities to openssl as it's
the only command that it uses not in runtime.

MFC after:	2 weeks
Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D33458
This commit is contained in:
Emmanuel Vadot 2021-12-15 11:38:18 +01:00
parent 26ea904caa
commit 380073af3a
2 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,7 @@ main() {
# else imposed on it.
;;
caroot)
pkgdeps="utilities"
pkgdeps="openssl"
;;
utilities)
uclfile="${uclfile}"

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= caroot
SCRIPTS=certctl.sh
MAN= certctl.8