FreeBSD/ports ef91152audio/tta Makefile

audio/tta: fix WWW URL, undeprecate (again), assume maintainership.
DeltaFile
+2-5audio/tta/Makefile
+2-51 files

FreeBSD/ports e274300security/pass-cli pkg-descr Makefile, security/pass-cli/files patch-pass-cli_Cargo.toml patch-pass-cli_src_features_keyring.rs

security/pass-cli: Add port: Command-line interface for Proton Pass

The Proton Pass CLI allows you to manage your Proton Pass vaults and
items directly from the command line, bringing the power of secure
secret management to your terminal workflow. With the CLI, you can
create, list, view, and delete vaults and items seamlessly, making it
an great tool for developers and system administrators who prefer
working in the command line.

Beyond basic vault management, the CLI allows you to inject secrets
into your applications through environment variables or template
files, enabling easy integration with your deployment workflows. The
tool also provides comprehensive SSH integration, allowing you to use
your SSH keys stored in Proton Pass with your existing SSH workflows.

WWW: https://protonpass.github.io/pass-cli/
WWW: https://github.com/protonpass/pass-cli
DeltaFile
+1,309-0security/pass-cli/distinfo
+641-0security/pass-cli/Makefile.crates
+113-0security/pass-cli/Makefile
+35-0security/pass-cli/files/patch-pass-cli_src_features_keyring.rs
+12-0security/pass-cli/files/patch-pass-cli_Cargo.toml
+12-0security/pass-cli/pkg-descr
+2,122-03 files not shown
+2,144-09 files

FreeBSD/ports 9d1b773devel/jsoncpp distinfo Makefile, devel/jsoncpp/files patch-jsoncpp-namespaced-targets.cmake patch-jsoncppConfig.cmake.meson.in

devel/jsoncpp: Update to 1.9.8

* Change install dir to match other major (Linux) distros
* Some small adjustments port Makefile to closer follow Porters Handbook
* Import patch from Debian, prefer shared library over static

Changelog:
https://github.com/open-source-parsers/jsoncpp/releases/tag/1.9.8

Reference:
https://sources.debian.org/patches/libjsoncpp/1.9.8-2/0001-Prefer-shared-library-for-namespaced-target.patch/

PR:             297570
Approved by:    maintainer timeout, 2+ weeks
DeltaFile
+0-23devel/jsoncpp/files/patch-jsoncppConfig.cmake.meson.in
+11-11devel/jsoncpp/pkg-plist
+18-0devel/jsoncpp/files/patch-jsoncpp-namespaced-targets.cmake
+7-5devel/jsoncpp/Makefile
+3-3devel/jsoncpp/distinfo
+39-425 files

FreeBSD/ports c134462devel/etcd Makefile

devel/etcd: Bump PORTREVISION

As per policy so metadata gets pushed to package users

Reported by:    joneum
DeltaFile
+1-1devel/etcd/Makefile
+1-11 files

FreeBSD/ports a660a3aaudio/tta Makefile

audio/tta: Revert removal of deprecation and expiration date

Previous commit was not approved by any member of multimedia@
DeltaFile
+3-0audio/tta/Makefile
+3-01 files

FreeBSD/ports 660051ex11/roxterm distinfo Makefile

x11/roxterm: Update to 3.18.2

- Switch to DISTVERSION
- Cleanup dependencies
- Pet portclippy and portfmt
- Take maintainership

ChangeLog:      https://github.com/realh/roxterm/releases/tag/3.18.2
                https://github.com/realh/roxterm/releases/tag/3.18.1
MFH:            2026Q3
DeltaFile
+10-5x11/roxterm/pkg-plist
+6-8x11/roxterm/Makefile
+3-3x11/roxterm/distinfo
+19-163 files

FreeBSD/ports fe6cad8lang/bas2tap Makefile

lang/bas2tap: change WWW to a working one

Reported by:    Repology
DeltaFile
+1-1lang/bas2tap/Makefile
+1-11 files

FreeBSD/ports a2061b9devel/lnphost Makefile

devel/lnphost: Deprecate

No activity upstream for many years.
Consider porting brickOS-bibo if interested in Lego Mindstorms.

(cherry picked from commit 9414e65491eff9f303c5104bb0e33228cf091f78)
DeltaFile
+5-2devel/lnphost/Makefile
+5-21 files

FreeBSD/ports 9414e65devel/lnphost Makefile

devel/lnphost: Deprecate

No activity upstream for many years.
Consider porting brickOS-bibo if interested in Lego Mindstorms.
DeltaFile
+5-2devel/lnphost/Makefile
+5-21 files

FreeBSD/ports ec1a352math/octave-forge-devtools Makefile distinfo

math/octave-forge-devtools: Update to 0.2.1.
DeltaFile
+3-3math/octave-forge-devtools/distinfo
+1-1math/octave-forge-devtools/Makefile
+4-42 files

FreeBSD/ports 439cf2aaudio/tta Makefile

audio/tta: revert unjust port deprecation

Works fine and being used by several ports as a run-time and
test dependency.  While here, adjust LICENSE (GPLv2 or later).
DeltaFile
+1-4audio/tta/Makefile
+1-41 files

FreeBSD/ports faa7e3cmultimedia/tautulli Makefile

multimedia/tautulli: Fix missing runtime dependency

With modern python setuptools are not just installed.

Starting tautulli.
Traceback (most recent call last):
  File "/usr/local/www/tautulli/Tautulli.py", line 39, in <module>
    import plexpy
  File "/usr/local/www/tautulli/plexpy/__init__.py", line 33, in <module>
    from apscheduler.schedulers.background import BackgroundScheduler
  File "/usr/local/www/tautulli/lib/apscheduler/__init__.py", line 1, in <module>
    from pkg_resources import get_distribution, DistributionNotFound
ModuleNotFoundError: No module named 'pkg_resources'

PR:             295759
Approved by:    christer.edwards at gmail.com (maintainer, timeout 3 months)
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 2434bbea9791e1ba614a4b3da6dccede851fa26a)
DeltaFile
+2-1multimedia/tautulli/Makefile
+2-11 files

FreeBSD/ports 2434bbemultimedia/tautulli Makefile

multimedia/tautulli: Fix missing runtime dependency

With modern python setuptools are not just installed.

Starting tautulli.
Traceback (most recent call last):
  File "/usr/local/www/tautulli/Tautulli.py", line 39, in <module>
    import plexpy
  File "/usr/local/www/tautulli/plexpy/__init__.py", line 33, in <module>
    from apscheduler.schedulers.background import BackgroundScheduler
  File "/usr/local/www/tautulli/lib/apscheduler/__init__.py", line 1, in <module>
    from pkg_resources import get_distribution, DistributionNotFound
ModuleNotFoundError: No module named 'pkg_resources'

PR:             295759
Approved by:    christer.edwards at gmail.com (maintainer, timeout 3 months)
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+2-1multimedia/tautulli/Makefile
+2-11 files

FreeBSD/ports f459ac9graphics/dspdfviewer Makefile, graphics/dspdfviewer/files patch-CMakeLists.txt

graphics/dspdfviewer: Add compatibility for CMake 4

PR:             297966
Tested by:      Gleb Popov <arrowd at FreeBSD.org>
DeltaFile
+13-0graphics/dspdfviewer/files/patch-CMakeLists.txt
+1-1graphics/dspdfviewer/Makefile
+14-12 files

FreeBSD/ports 0764ec4devel/py-importlib-metadata Makefile distinfo

devel/py-importlib-metadata: Update version 8.9.0=>9.0.0

Changelog: https://github.com/python/importlib_metadata/releases/tag/v9.0.0
DeltaFile
+3-3devel/py-importlib-metadata/distinfo
+1-1devel/py-importlib-metadata/Makefile
+4-42 files

FreeBSD/ports a6cee75misc/py-sagemaker-core Makefile

misc/py-sagemaker-core: Update dependency

This is done in preparation for upgrading devel/py-importlib-metadata to
9.X branch

Approved by:    portmgr (blanket)
DeltaFile
+2-1misc/py-sagemaker-core/Makefile
+2-11 files

FreeBSD/ports 452f6d7www/py-dash Makefile

www/py-dash: Update dependency

This is done in preparation for upgrading devel/py-importlib-metadata to
9.X branch

Approved by:    portmgr (blanket)
DeltaFile
+2-1www/py-dash/Makefile
+2-11 files

FreeBSD/ports a74c9dadevel/commitizen Makefile

devel/commitizen: Update dependency

This is done in preparation for upgrading devel/py-importlib-metadata to
9.X branch

Approved by:    portmgr (blanket)
DeltaFile
+2-2devel/commitizen/Makefile
+2-21 files

FreeBSD/ports 0573661misc/py-mlflow-skinny Makefile

misc/py-mlflow-skinny: Update dependency

This is done in preparation for upgrading devel/py-importlib-metadata to
9.X branch

Approved by:    portmgr (blanket)
DeltaFile
+2-1misc/py-mlflow-skinny/Makefile
+2-11 files

FreeBSD/ports 0bfa28cdatabases/py-dbt-semantic-interfaces Makefile

databases/py-dbt-semantic-interfaces: Update dependency

This is done in preparation for upgrading devel/py-importlib-metadata to
9.X branch

Approved by:    portmgr (blanket)
DeltaFile
+2-1databases/py-dbt-semantic-interfaces/Makefile
+2-11 files

FreeBSD/ports d6c5915devel/py-great-tables Makefile

devel/py-great-tables: Update dependency

This is done in preparation for upgrading devel/py-importlib-metadata to
9.X branch

Approved by:    portmgr (blanket)
DeltaFile
+2-2devel/py-great-tables/Makefile
+2-21 files

FreeBSD/ports 9569decmisc/py-litellm Makefile

misc/py-litellm: Update dependency

This is done in preparation for upgrading devel/py-importlib-metadata to
9.X branch

Approved by:    portmgr (blanket)
DeltaFile
+2-1misc/py-litellm/Makefile
+2-11 files

FreeBSD/ports f439e26databases/py-alembic Makefile distinfo

databases/py-alembic: Update version 1.16.3=>1.16.4

Changelog: https://github.com/sqlalchemy/alembic/releases/tag/rel_1_16_4
DeltaFile
+3-3databases/py-alembic/distinfo
+1-1databases/py-alembic/Makefile
+4-42 files

FreeBSD/ports a9ff28ddevel Makefile, devel/py-importlib-metadata8 pkg-descr distinfo

devel/py-importlib-metadata8: New port

Read metadata from Python packages

This is the 8.X version of the port py-importlib-metadata. This is
needed to upgrade py-importlib-metadata to 9.X

WWW: https://github.com/python/importlib_metadata
DeltaFile
+33-0devel/py-importlib-metadata8/Makefile
+3-0devel/py-importlib-metadata8/distinfo
+1-0devel/Makefile
+1-0devel/py-importlib-metadata8/pkg-descr
+38-04 files

FreeBSD/ports 2bfda10devel/py-tox Makefile distinfo

devel/py-tox: Update version 4.40.0=>4.41.0

Changelog: https://github.com/tox-dev/tox/releases/tag/4.41.0
DeltaFile
+3-3devel/py-tox/distinfo
+1-1devel/py-tox/Makefile
+4-42 files

FreeBSD/ports 148abd3finance/py-stripe Makefile distinfo

finance/py-stripe: Update version 7.1.0=>7.2.0

Changelog: https://github.com/stripe/stripe-python/releases/tag/v7.2.0
DeltaFile
+3-3finance/py-stripe/distinfo
+1-1finance/py-stripe/Makefile
+4-42 files

FreeBSD/ports 6a25994multimedia/py-av Makefile distinfo

multimedia/py-av: Update version 17.0.0=>17.0.1

Changelog: https://pyav.basswood-io.com/docs/stable/development/changelog.html
DeltaFile
+3-3multimedia/py-av/distinfo
+1-1multimedia/py-av/Makefile
+4-42 files

FreeBSD/ports c5544e8devel/cirrus-cli Makefile distinfo

devel/cirrus-cli: Update version 0.165.2=>1.0.0

Changelog: https://github.com/cirruslabs/cirrus-cli/releases/tag/v1.0.0
DeltaFile
+5-5devel/cirrus-cli/distinfo
+2-3devel/cirrus-cli/Makefile
+7-82 files

FreeBSD/ports 3395c43net-mgmt/py-pyang Makefile distinfo

net-mgmt/py-pyang: Update version 2.1=>2.1.1
DeltaFile
+3-3net-mgmt/py-pyang/distinfo
+1-1net-mgmt/py-pyang/Makefile
+4-42 files

FreeBSD/ports de0d7d4www/py-autobahn Makefile distinfo

www/py-autobahn: Update version 25.12.2=>26.6.1

Changelog: https://github.com/crossbario/autobahn-python/releases/tag/v26.6.1
DeltaFile
+3-3www/py-autobahn/distinfo
+1-2www/py-autobahn/Makefile
+4-52 files