Uses/dbus-testing.mk: Introduce new USES
This USES starts a system- and session-level D-Bus daemons before the
test stage and stops them after, much like Uses/display.mk provides an
X11 display.
It is intended to be used with ports whose testing require a running dbus daemon.
Approved by: portmgr (bapt)
Sponsored by: Future Crew, LLC
Differential Revision: https://reviews.freebsd.org/D53464
security/rhash: non-functional changes to prepare for update
- Chase HTTP/2 301 redirection in the WWW address
- Move USES et al. block above HAS_CONFIGURE where it should
be normally found
- Reinstate MAKE_ARGS lost in r531582 (now commit 37cd5bfde4ba)
and drop manual stripping in the `post-install' target
- Replace `do-test' target with equivalent TEST_TARGET knob
PR: 283630, 290603
net-mgmt/smokeping: fix etc/smokeping_secrets.sample file permission
The files etc/smokeping_secrets and the sample file
should not be world-readable.
PR: 290806
Reported by: sanpei