NetBSD/pkgsrc nKfvmWpdoc CHANGES-2026

   doc: Updated sysutils/fd-find to 10.3.0nb1
VersionDeltaFile
1.577+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kbm0Lgpsysutils/fd-find Makefile PLIST

   fd-find: install without renaming.

   As proposed on tech-pkg a week ago.
   Thanks to @wiz for fixing misc/fd
   https://mail-index.netbsd.org/pkgsrc-changes/2026/01/23/msg338874.html

   Bump PKGREVISION
VersionDeltaFile
1.17+4-3sysutils/fd-find/Makefile
1.2+3-3sysutils/fd-find/PLIST
+7-62 files

NetBSD/pkgsrc DuHjdutdoc CHANGES-2026

   doc: Updated misc/fd to 3.01bnb2
VersionDeltaFile
1.576+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc RiqxDg2misc/fd PLIST Makefile, misc/fd/patches patch-Makefile.in

   fd: install files under different name

   to make space for fd-find

   as proposed by pin@ on pkgsrc-users

   Bump PKGREVISION.
VersionDeltaFile
1.4+24-24misc/fd/PLIST
1.36+12-6misc/fd/Makefile
1.5+5-3misc/fd/patches/patch-Makefile.in
1.17+2-2misc/fd/distinfo
+43-354 files

NetBSD/pkgsrc xjMmTcDdoc CHANGES-2026

   Updated www/py-soupsieve, devel/py-blessed
VersionDeltaFile
1.575+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc WVLPoaRdevel/py-blessed distinfo Makefile

   py-blessed: updated to 1.27.0

   1.27
     * bugfix missing tests, bin, and docs folder in 1.26 release, :ghpull:`341`.

   1.26
     * introduced: :meth:`Terminal.detect_ambiguous_width`, :ghpull:`339`.
     * introduced: :meth:`Terminal.no_line_wrap`, context manager for attributes
       ``disable_line_wrap`` and ``enable_line_wrap`` :ghpull:`337`.
     * introduced: New methods :meth:`Terminal.color_hex` and :meth:`Terminal.on_color_hex` and bugfix
       parsing of uncommon responses in :meth:`Terminal.get_fgcolor` and bgcolor, :ghpull:`335`.
     * improved: performance of :meth:`Terminal.wrap`, :ghpull:`331` by :ghuser:`grayjk`.
     * improved: :meth:`Terminal.wrap` gets break_on_hyphen support, matching
       behavior of :func:`textwrap.wrap` by :ghuser:`ps06756` in :ghpull:`330`.
     * bugfix: for missing leading sequences in :meth:`Terminal.center`, :meth:`Terminal.wrap()`, add
       support for emojis containing Zero Width Joiner (`\u200D`) or Variation Selector-16 (`\uFE0F`),
       :ghpull:`338`
VersionDeltaFile
1.8+4-4devel/py-blessed/distinfo
1.13+2-2devel/py-blessed/Makefile
+6-62 files

NetBSD/pkgsrc X4vPjEfwww/py-soupsieve distinfo Makefile

   py-soupsieve: updated to 2.8.3

   2.8.3
   - **FIX**: Fix inefficient attribute pattern.

   2.8.2
   - **FIX**: Ensure custom selectors or namespace dictionaries reject non-string keys (@mundanevision20).
   - **FIX**: Fix handling of `:in-range` and `:out-of-range` with end of year weeks (@mundanevision20).
   - **FIX**: Fix a potential infinite loop in the pretty printing debug function (@mundanevision20).
VersionDeltaFile
1.22+4-4www/py-soupsieve/distinfo
1.22+2-2www/py-soupsieve/Makefile
+6-62 files

NetBSD/pkgsrc sADu4m1textproc/television Makefile

   television: remove outdated comment
VersionDeltaFile
1.15+1-5textproc/television/Makefile
+1-51 files

NetBSD/pkgsrc MaRemXwdoc CHANGES-2026

   doc: Updated textproc/rumdl to 0.0.224
VersionDeltaFile
1.574+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc HHtbMX4textproc/rumdl distinfo Makefile

   textproc/rumdl: update to 0.0.224

   ## [0.0.224] - 2026-01-22

   ### Added

   - **GitHub Action: `fail-on-error` and `output-file` inputs** ([#324](https://github.com/rvben/rumdl/issues/324), [#325](https://github.com/rvben/rumdl/issues/325))
     - `fail-on-error`: Control whether the workflow fails on violations (default: `true`)
     - `output-file`: Write lint results to a file for use in subsequent steps

   - **LSP: `source.fixAll.rumdl` code action for fix-on-save**
     - Enables VS Code's "Fix All on Save" feature for rumdl
     - Configure with `editor.codeActionsOnSave: { "source.fixAll.rumdl": "explicit" }`

   ## [0.0.223] - 2026-01-21

   ### Added

   - **MD060: `column-align` option for table cell text alignment** ([#317](https://github.com/rvben/rumdl/issues/317))

    [24 lines not shown]
VersionDeltaFile
1.4+4-4textproc/rumdl/distinfo
1.4+2-2textproc/rumdl/Makefile
+6-62 files

NetBSD/pkgsrc kfHmnv0doc CHANGES-2026

   doc: Updated devel/mise to 2026.1.6
VersionDeltaFile
1.573+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc JL3w4Ppdevel/mise distinfo cargo-depends.mk

   devel/mise: update to 2026.1.6

   This release brings two significant quality-of-life improvements: enhanced error diagnostics for configuration files and a new environment caching system. When you make a typo in your mise.toml, you'll now get beautifully formatted error messages with precise line and column information thanks to miette diagnostics. The new environment caching feature can dramatically speed up shell activation for projects with complex environment setups.
   Highlights

   TOML Parsing Diagnostics - Configuration errors now display with clear, contextual error messages showing exactly where the problem is in your file. No more guessing which line has the syntax error! #7764 by @jdx

   Environment Caching - A new caching system for environment resolution that supports module-level cacheability. This can significantly speed up mise activate for projects with many tools or complex configurations. #7761 by @jdx

   Bug Fixes

       Auto-created venvs now properly handle freshness checks during the prepare phase, preventing unnecessary rebuilds #7770 by @jdx
       Task tools are now included in environment resolution cache checks, ensuring cache invalidation works correctly when task-specific tools change #7786 by @jdx
       Tool stubs now include dependency toolset paths, fixing issues where tools couldn't find their dependencies #7777 by @thejcannon
       Fixed rust lockfile inconsistency #7780 by @vadimpiven

   Registry Updates

       Added miller - a powerful CSV/JSON/etc data processing tool #7782 by @kit494way

    [11 lines not shown]
VersionDeltaFile
1.97+25-4devel/mise/distinfo
1.97+7-0devel/mise/cargo-depends.mk
1.102+2-2devel/mise/Makefile
+34-63 files

NetBSD/pkgsrc CK2oXlqdoc CHANGES-2026

   doc: Updated devel/hexpatch to 1.12.5
VersionDeltaFile
1.572+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc eZ05UfZdevel/hexpatch distinfo cargo-depends.mk

   devel/hexpatch: update to 1.12.5

   What's Changed

       Update deps
       Add feature to use system keystone by @Xeonacid in #153
       Improved German translation by @naibaf-1 in #154
VersionDeltaFile
1.16+844-580devel/hexpatch/distinfo
1.16+280-192devel/hexpatch/cargo-depends.mk
1.16+5-5devel/hexpatch/Makefile
+1,129-7773 files

NetBSD/pkgsrc OF3do4Kdoc TODO CHANGES-2026

   doc: Updated sysutils/yazi to 26.1.22
VersionDeltaFile
1.26704+2-1doc/TODO
1.571+2-1doc/CHANGES-2026
+4-22 files

NetBSD/pkgsrc cYjXoUasysutils/yazi distinfo cargo-depends.mk, sysutils/yazi/patches patch-yazi-shared_Cargo.toml patch-yazi-fs_src_provider_local_casefold.rs

   yazi: update to 26.1.22.

   v26.1.22

   Added

       Tree view for the preset archive previewer (#3525)
       Support compressed tarballs (.tar.gz, .tar.bz2, etc.) in the preset archive previewer (#3518)
       Check and refresh the file list when the terminal gains focus (#3561)
       Experimental module-level async support (#3594)
       Disable ANSI escape sequences in ya pkg when stdout is not a TTY (#3566)
       New Path.os() API creates an OS-native Path (#3541)

   Fixed

       Smart-case in interactive cd broken due to a typo (#3540)
       Fix shell formatting for non-spread opener rules (#3532)
       sort extension excludes directories since only files have extensions (#3582)
       Account for URL covariance in Url:join() (#3514)
VersionDeltaFile
1.30+191-176sysutils/yazi/distinfo
1.26+62-57sysutils/yazi/cargo-depends.mk
1.3+13-10sysutils/yazi/patches/patch-yazi-shared_Cargo.toml
1.35+4-4sysutils/yazi/Makefile
1.3+1-1sysutils/yazi/patches/patch-yazi-fs_src_provider_local_casefold.rs
+271-2485 files

NetBSD/pkgsrc JjyDgAkmultimedia/openwv Makefile, multimedia/openwv/files README.chromium.in

   openwv: add readme file for chromium
VersionDeltaFile
1.1+18-0multimedia/openwv/files/README.chromium.in
1.3+5-1multimedia/openwv/Makefile
+23-12 files

NetBSD/pkgsrc n2EbC9cnet/py-bonjour Makefile

   py-bonjour: switch to https
VersionDeltaFile
1.9+3-3net/py-bonjour/Makefile
+3-31 files

NetBSD/pkgsrc jO3PqAXwww/py-blosxom Makefile

   py-blosxom: comment out dead site
VersionDeltaFile
1.32+3-3www/py-blosxom/Makefile
+3-31 files

NetBSD/pkgsrc FqwI0Kkdoc CHANGES-2026, security Makefile

   py-backports.ssl_match_hostname: remove

   backwards compatibility package, unused in pkgsrc
VersionDeltaFile
1.570+2-1doc/CHANGES-2026
1.993+1-2security/Makefile
1.17+1-1security/py-backports.ssl_match_hostname/Makefile
1.6+1-1security/py-backports.ssl_match_hostname/PLIST
1.7+1-1security/py-backports.ssl_match_hostname/distinfo
1.2+0-0security/py-backports.ssl_match_hostname/DESCR
+6-66 files

NetBSD/pkgsrc sR82ZZgmath/py-asdf_wcs_schemas Makefile

   py-asdf_wcs_schemas: switch to github, previous link is broken
VersionDeltaFile
1.9+2-2math/py-asdf_wcs_schemas/Makefile
+2-21 files

NetBSD/pkgsrc 7BNig7Msecurity/pwsafe Makefile

   pswafe: comment out dead site
VersionDeltaFile
1.23+2-3security/pwsafe/Makefile
+2-31 files

NetBSD/pkgsrc QqZBH9Hlang/purescript Makefile

   purescript: switch to https
VersionDeltaFile
1.21+2-2lang/purescript/Makefile
+2-21 files

NetBSD/pkgsrc avYAOQysecurity/pscan Makefile

   pscan: switch to https (now available)
VersionDeltaFile
1.15+2-2security/pscan/Makefile
+2-21 files

NetBSD/pkgsrc 5cq9Tkitime/projectlibre Makefile

   projectlibre: switch to sourceforge, original page is gone

   Successor project looks commercial
VersionDeltaFile
1.7+2-2time/projectlibre/Makefile
+2-21 files

NetBSD/pkgsrc C3L9UxPfonts/profont Makefile

   profont: comment out dead site
VersionDeltaFile
1.13+3-4fonts/profont/Makefile
+3-41 files

NetBSD/pkgsrc dHvYvKptextproc/php-sphinx Makefile

   php-sphinx: switch to https

   unmaintained upstream
VersionDeltaFile
1.5+2-2textproc/php-sphinx/Makefile
+2-21 files

NetBSD/pkgsrc kgGxRYVdatabases/php-rrd Makefile, databases/php-rrd1 Makefile

   php-rrd*: switch to https
VersionDeltaFile
1.36+2-2databases/php-rrd/Makefile
1.10+2-2databases/php-rrd1/Makefile
+4-42 files

NetBSD/pkgsrc tkN3BDRmultimedia/php-ming Makefile

   php-ming: switch to pecl, other page is gone
VersionDeltaFile
1.38+1-2multimedia/php-ming/Makefile
+1-21 files

NetBSD/pkgsrc DyV4HNjgraphics/php-imagick Makefile

   php-imagick: switch to https
VersionDeltaFile
1.79+2-2graphics/php-imagick/Makefile
+2-21 files