www/gohugo: Update to 0.154.0
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.154.0
Hugo v0.154.0 is the 14th release this year (not counting patch releases) and
introduces partial decorators, or “partials with a twist.”
Bug fixes
* tpl/collections: Fix apply to work with built-in funcs like len
* Revert "resources/page: Fix slugorcontentbasename for section pages"
Improvements
* helpers: Limit verbose watch output for better readability
* tpl/reflect: Make the IsImageResource implementation less technical
* internal/warpc: Increase WebP memory limit to 384 MiB
* Update tpl/reflect/reflect.go
* Add reflect.Is{Page,Site,Resource,ImageResource}
[3 lines not shown]
x11-fonts/google-fonts: revert "Remove expired port"
This reverts commit 77c04acae3e7847e6f41009ad05e44225c462dd2.
Update the port to not reference the now removed x11-fonts/gentium-basic
and the expiring x11-fonts/open-sans. Referencing the latter caused
`poudriere bulk` to fail.
Remove deprecation notice.
Requested by: des
sysutils/limine: Update to 10.6.0
ChangeLog: https://codeberg.org/Limine/Limine/src/tag/v10.6.0/ChangeLog
New features:
* ISO9660: Add support for large, multi-extent files.
Bug fixes:
* Unbreak BIOS booting from optical media with ISO9660 filesystems on
many platforms including QEMU. This was a regression introduced in
10.5.1.
* Fix an issue with large (>4GiB) physical memory allocations on 32-bit
platforms. Some values were truncated to size_t (aka uint32_t) in
many instances causing bugs.
* Fix a couple of memory leaks missed in 10.5.1.
* Add safeguard against the font file being too small for the expected
size. This avoids potential panics from the filesystem driver, and it
instead just prints a warning and falls back to using the default
font.
[7 lines not shown]
devel/robin-map: update to v1.4.1
ChangeLog: https://github.com/Tessil/robin-map/releases
* Add a CMake TSL_ROBIN_MAP_ENABLE_INSTALL option to explicitly enable/disable
the install target
* Move to C++17 dropping C++11 support
* Bump cmake_minimum_required version to 3.5
* Fix load threshold on deserialization
* The current version computes load using max_load_factor() without first
setting m_bucket_count (default 0) leading to threshold 0, which triggers
rehash (and size increase) on first insert.
* Recompute the threshold after setting correct bucket count to avoid this.
* Use inline constexpr for PRIMES and MOD_PRIME arrays
PR: 292035
Reported by: FreeBSD at ShaneWare.Biz