textproc/sttr: update to version 0.2.30
This updates allows to generate QR codes in a terminal session.
Further improvements since version 0.2.28:
- New processors for Adler32, BLAKE2b, BLAKE2s, CRC32, CrockfordBase32,
and Base58.
- Support for files of more than 1GB has been improved.
filesystems/fusefs-libs3: update to version 3.18.1
This version offers improved support for FreeBSD and fixes ABI issues
that had been introduced in version 3.17.3.
deskutils/genius: Update to 1.0.28
- Cleanup dependencies
- Remove NLS option as it isn't working properly
ChangeLog: https://www.jirka.org/genius.NEWS
www/*nginx: Switch nginx-vod-module to maintained fork
The original Kaltura nginx-vod-module repository is no longer actively
maintained and has been incompatible with FFmpeg 8 due to removed
legacy API calls.
Switch to the actively maintained fork:
https://github.com/diogoazevedos/nginx-vod-module
This restores compatibility with newer FFmpeg versions.
Reported by: Jim Terhune via ML
Sponsored by: Netzkommune GmbH
textproc/groff: Clean and improve the port
* Define directory layout directly via MAKE_ARGS instead of working
around predefined defaults via post-install stances.
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D55637
devel/p5-Dist-Build: Modern perl module builder
Dist::Build is a new perl module builder - with Build.PL as a starting point.
Dist::Build comes from the author of Module::Build and of Module::Build::Tiny.
This new port is needed as a dependency for ver.0.030 of the existing port security/p5-Crypt-Argon2.
PR: 293592
Mk/Uses/perl5.mk: Prepare for Dist::Build - a new perl module builder
Dist::Build is a new perl module builder - with Build.PL as a starting point.
Dist::Build comes from the author of Module::Build and of Module::Build::Tiny.
PR: 293591