devel/p5-ExtUtils-HasCompiler: Fix download location
- Respect change of distribution location @CPAN,
so that portscout can spot future versions.
PR: 293514
security/clamtk: Update 6.18 => 6.19, take maintainership, switch upstream, improve port
Changelog:
https://github.com/piposeimandi/clamtk/blob/32cc526/CHANGES
Switch upstream to most active fork.
Improve port, fix warnings from portclippy.
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
devel/reposilite: Update to 3.5.27
* Disable colors in logs and interaction in the daemon
Co-authored-by: Michael Osipov <michaelo at FreeBSD.org>
PR: 293486
multimedia/guvcview: Update 2.2.1 => 2.2.2
Changelog:
* Apply ffmpeg8 and musl patches by Paul Zander <negril.nx+gentoo@...>;
add sfml3 fixes
* update to SFML 3.0
* Fix some spelling errors
* Add support for OBSMEET4K by Sam Liddicott
https://sourceforge.net/p/guvcview/git-master/ci/v2.2.2/tree/ChangeLog
- Remove workaround for ffmpeg8 support - upstream implemented it.
- Refresh patches.
PR: 293503
diff3: Code cleanup
* Order includes.
* Turn the diff type into an enum.
* Turn an unreachable error message into an assertion.
* Remove unused debugging code.
* Remove some dead assignments.
* Consistently use 1 instead of EXIT_FAILURE.
* Turn a return from main() into an exit().
MFC after: 1 week
Sponsored by: Klara, Inc.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D55517