Because the man page says:
For a complete working example or initial script look into
distribution`s 'examples' folder.
With hat: perl@
Sponsored by: Absolight
Also, do some other changes:
* switch from GitHub to CHEESESHOP
* fix LICENSEs (few minor remaining questions sent upstream)
* change USES=python:2 to USES=python:-2.7 since python2 link is not
used by the port
PR: 207798
software many years ago and the ports are now outdated. A good alternative
is OpenVAS which started as a fork of the open-source Nessus.
PR: 208023
Approved by: Udo.Schweigert@siemens.com (maintainer)
been renamed and rearranged. The graphical user interface provided by
security/openvas-client has been discontinued. Instead there is now a
web interface provided by security/greenbone-security-assistant and a
command-line interface provided by security/openvas-client.
Pkg(8) bug workaround:
The pkg rquery man page is incorrect. It lists the invocation of
pkg rquery as "-U -r reponame" but if it's invoked in that order, it
will squawk errors if any of the repositories are misconfigured. The
command must be "pkg rquery -r reponame -U" in order to limit pkg(8) to
a single repository.
The order sensitivity came into play with "synth upgrade-system" command
on a brand new system. The 00_synth.conf pkg(8) configuration file was
created but there were no repository files created yet, cause pkg(8) to
emit errors on Synth repo when checking the official FreeBSD package
repo. This resulted in no packages prefetching even though "synth status"
indicated some would be fetched. Rearranging the internal rquery
commands works around the misleading pkg(8) documentation (or bug?).
FreeBSD-specific system root validity check.
The $SYSROOT/boot directory doesn't have to be present, but if it is,
there must also be present $SYSROOT/boot/modules directory. Synth now
checks for this on FreeBSD and stops with an informative message when
the modules directory needs to be created by the root user.
Add spice-protocol to run_depends since the spice-client-glib-2.0
pkgconfig file requires it.
Also remove the requirement on the openssl from the spice-client-glib-2.0
pkgconfig file.
PR: 207569
Approved by: maintainer timeout (18 days)