py-erlpack: fix build if setuptools isn't installed
If setuptools is installed, the build will work even if it isn't specified
as a dependency. Unfortunately, all machines I tested the package on already
had setuptools installed.
sysutils/tuptime: import tuptime-5.2.6
Packaged in wip by Ricardo Fraile.
tuptime reports historical and statistical real time of the system,
preserving it between restarts. Like uptime, but with extended
information about the system startups, shutdowns and up/down times.
misc/libreoffice: Update to 26.2.3.2
Changelog:
26.2.3.2:
Bugs fixed compared to 26.2.2 RC2:
1. ofz#492619731 floating-point-exception [Caol??n McNamara]
2. ofz#494703925 out-of-memory, etc [Caol??n McNamara]
3. tdf#91327 Wide drop down color control should have centered color preview
[Andreas Heinisch]
4. tdf#96872 Make it more obvious that a font has been substituted (see
comment 12) [Heiko Tietze]
5. tdf#98856 Can't drag an empty textbox [Chris]
6. tdf#103859 (EMF-WMF) [META] EMF/WMF (Enhanced/Windows Metafile) bugs and
enhancements [Bartosz Kosiorek]
7. tdf#115558 FILESAVE DOCX Charts in footnotes in DOCX documents created with
Word cause broken file when saved [Aron Budea]
8. tdf#128206 FILEOPEN PPTX text z-Rotation does not work together with shape
rotation [Mike Kaganski]
[71 lines not shown]
mail/thunderbird: Update to 151.0.1
Changelog:
151.0.1:
Fixed
Forwarding/Redirecting Exchange messages failed with NS_ERROR_OUT_OF_MEMORY
151.0:
What's New
new
Enable Thundermail OAuth sign-in with account auto-configuration
new
Enable users to override OAuth provider details for EWS accounts
new
Tasks can be sorted by created or modified date
What's Changed
[123 lines not shown]
textproc/rumdl: update to 0.2.8
0.2.8 - 2026-06-05
Added
code-block-tools: add deno fmt as a built-in formatter (755b086)
junit: report passing files, not just failures (dc8a964)
code-block-tools: generate built-in tools docs table from the registry (fe9d52c)
Fixed
code-block-tools: drop rubocop (not usable as a generic code-block linter) (fa7fa83)
code-block-tools: correct and drop built-ins after verifying real binaries (9106da9)
code-block-tools: correct shellcheck invocation, drop unworkable eslint (415fab0)
MD026: make trailing-punctuation removal idempotent (3dfeb83)
config: bound project config discovery at the home directory (0cdf3b7)
tables: use real line terminator for byte offsets in table detection (751b158)
Removed
[18 lines not shown]
palemoon: Update to 34.3.0
- Enhanced support for ES2024, and newer CSS features.
- Builds with Python 3.
- Upstreamed NetBSD/powerpc support.
- A large security audit was performed.
Build tested on CentOS 7 and NetBSD/sparc64.
devel/gitpane: import pkg
Monitor all your repos at a glance. See branch, dirty state, ahead/behind,
active worktrees, changed files, and commit history without leaving the
terminal.
If you work across multiple repositories, such as microservices, monorepos with
submodules, or a mix of projects, you know the pain of checking status one
directory at a time. Existing TUI tools focus on one repo at a time.
lazygit and gitui are excellent for deep single repo work like staging hunks,
interactive rebase, and conflict resolution. gitpane is the workspace level
dashboard. It shows every repo at once, lets you drill into anything, and keeps
you in the terminal. They complement each other.
wireshark: Add missing sharkd documentation
Fix PLIST when the "doc" option is enabled by rerunning print-PLIST target.
No PKGREVISION bump since "doc" is off by default.
databases/ruby-sequel: update to 5.105.0
5.105.0 (2026-06-01)
* Add Plugin.model_instance_variables to set instance variables used by
instances of model using a plugin (jeremyevans)
* Add Model.set_model_instance_variables to set instance variables used by
instances of a specific model class (jeremyevans)
* Support shape-friendly Model instances via Model.shape_friendly = true
(jeremyevans)
* Make connection_expiration extension set expiration time on connections in
the pool when it is loaded (cooljacob204, jeremyevans) (#2365, #2366)