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)
py-sphinxnotes-mock: added version 1.1
Sphinx extension for masking unsupported directives and roles without modifying
documents. It is especially useful when a certain directive/role is provided by
an incompatible extension, or the directive/roles is incompatible with your
current buidler or theme.
bandcamp-dl: updated to 0.0.17
0.0.17
add cmd argument --embed-genres to fetch genres
fix downloading discography
one-char typo: he -> The
Fixed attempting to embed lyrics causing bandcamp-dl to break when the word "track" is in an album url.
py-uvicorn: updated to 0.49.0
0.49.0
Bump httptools minimum version to 0.8.0
Consume duplicate forwarding headers in ProxyHeadersMiddleware (reverses the 0.48.0 behavior of ignoring them)