FreeBSD/ports 8e31b34devel/py-sqlfluff distinfo Makefile

devel/py-sqlfluff: Update to 3.5.0
DeltaFile
+3-3devel/py-sqlfluff/distinfo
+1-1devel/py-sqlfluff/Makefile
+4-42 files

FreeBSD/ports 6bf196ddatabases/py-redisvl distinfo Makefile

databases/py-redisvl: update to 0.10.0

Changelog: https://github.com/redis/redis-vl-python/releases/tag/v0.10.0

Reported by:    portscout
DeltaFile
+3-3databases/py-redisvl/distinfo
+1-1databases/py-redisvl/Makefile
+4-42 files

FreeBSD/src 0798de7share/man/man4 nvd.4

nvd.4: Add a HARDWARE section for HW Relnotes

Approved by:    re (cperciva)
MFC after:      3 days
Reviewed by:    dab
Differential Revision:  https://reviews.freebsd.org/D52867

(cherry picked from commit 7f5267a99895a797ea135b67aa58d561ee52b279)
(cherry picked from commit 795f4eef2c56e8f6609f008d4af35f45232602e8)
DeltaFile
+5-1share/man/man4/nvd.4
+5-11 files

FreeBSD/src a441f8eshare/man/man7 release.7

release.7: Update RPI example + CHROOTDIR + SPDX

+ arm/RPI-B.conf no longer exists, adjust for arm64/RPI.conf
+ document default CHROOTDIR, also add to FILES list
+ tag SPDX

Approved by:    re (cperciva)
MFC after:      3 days
Reviewed by:    cperciva
Differential Revision:  https://reviews.freebsd.org/D53078

(cherry picked from commit 8a9f1a2286689c447e8528dc79ee6c4a47423fdc)
(cherry picked from commit be9b7d8dd037bb7b5d9d7bea5470732aec3314cf)
DeltaFile
+9-9share/man/man7/release.7
+9-91 files

FreeBSD/src be9b7d8share/man/man7 release.7

release.7: Update RPI example + CHROOTDIR + SPDX

+ arm/RPI-B.conf no longer exists, adjust for arm64/RPI.conf
+ document default CHROOTDIR, also add to FILES list
+ tag SPDX

MFC after:      3 days
Reviewed by:    cperciva
Differential Revision:  https://reviews.freebsd.org/D53078

(cherry picked from commit 8a9f1a2286689c447e8528dc79ee6c4a47423fdc)
DeltaFile
+9-9share/man/man7/release.7
+9-91 files

FreeBSD/src 795f4eeshare/man/man4 nvd.4

nvd.4: Add a HARDWARE section for HW Relnotes

MFC after:      3 days
Reviewed by:    dab
Differential Revision:  https://reviews.freebsd.org/D52867

(cherry picked from commit 7f5267a99895a797ea135b67aa58d561ee52b279)
DeltaFile
+5-1share/man/man4/nvd.4
+5-11 files

FreeBSD/ports cd2ca5ctextproc/py-rdflib Makefile

textproc/py-rdflib: Fix typo

PR:             290093
Reported by:    John Hein <jcfyecrayz at liamekaens.com>
DeltaFile
+1-1textproc/py-rdflib/Makefile
+1-11 files

FreeBSD/ports 482cadcshells/bash-completion Makefile

shells/bash-completion: Fix 'make extract' on riscv64

PR:             289914
Reported by:    Meng Zhuo <mengzhuo at iscas.ac.cn>
DeltaFile
+3-0shells/bash-completion/Makefile
+3-01 files

FreeBSD/ports da1c9d9deskutils/todo Makefile, devel/devtodo Makefile

deskutils/todo: Fix autocompletion

- Do not rename todo.sh
- Update CONFLICTS_INSTALL:
  - devel/devtodo: Remove deskutils/todo from CONFLICTS_INSTALL
  - deskutils/todo: Remove CONFLICTS_INSTALL
- Bump PORTREVISION for package change

PR:             288001
Reported by:    Laurent Chardon <laurent.chardon at gmail.com>
DeltaFile
+3-4deskutils/todo/Makefile
+1-1devel/devtodo/Makefile
+4-52 files

FreeBSD/ports 53c7452devel/py-versioningit Makefile

devel/py-versioningit: Fix BUILD_DEPENDS and its usage

- Fix BUILD_DEPENDS: py-wheel is not needed
- Fix BUILD_DEPENDS usage: it should depend on the package, not the executable

from pyproject.toml:
[build-system]
requires = ["hatchling"]

Reference:      https://github.com/jwodder/versioningit/blob/v3.3.0/pyproject.toml#L1-L2
Approved by:    portmgr (blanket)
With hat:       python
DeltaFile
+1-2devel/py-versioningit/Makefile
+1-21 files

FreeBSD/ports 77e2713devel/py-pydantic-settings Makefile

devel/py-pydantic-settings: Fix BUILD_DEPENDS usage: it should depend on the package, not the executable

from pyproject.toml:
[build-system]
requires = ['hatchling']

Reference:      https://github.com/pydantic/pydantic-settings/blob/v2.6.0/pyproject.toml#L1-L2
Approved by:    portmgr (blanket)
With hat:       python
DeltaFile
+1-1devel/py-pydantic-settings/Makefile
+1-11 files

FreeBSD/ports 8b8d5eadevel/py-cibuildwheel Makefile

devel/py-cibuildwheel: Fix BUILD_DEPENDS and its usage

- Fix BUILD_DEPENDS: py-wheel is not needed
- Fix BUILD_DEPENDS usage: it should depend on the package, not the executable

from pyproject.toml:
[build-system]
requires = ["hatchling"]

Reference:      https://github.com/pypa/cibuildwheel/blob/v2.23.2/pyproject.toml#L1-L2
Approved by:    portmgr (blanket)
With hat:       python
DeltaFile
+1-2devel/py-cibuildwheel/Makefile
+1-21 files

FreeBSD/ports 59e320adatabases/py-dbt-semantic-interfaces Makefile

databases/py-dbt-semantic-interfaces: Fix BUILD_DEPENDS and its usage

- Fix BUILD_DEPENDS: py-hatch is not needed
- Fix BUILD_DEPENDS usage: it should depend on the package, not the executable

from pyproject.toml:
[build-system]
requires = ["hatchling"]

Reference:      https://github.com/dbt-labs/dbt-semantic-interfaces/blob/v0.10.0/pyproject.toml#L35-L36
Approved by:    portmgr (blanket)
With hat:       python
DeltaFile
+1-3databases/py-dbt-semantic-interfaces/Makefile
+1-31 files

FreeBSD/ports f470101archivers/py-borgbackup12 Makefile, archivers/py-borgbackup12/files patch-msgpack

archivers/py-borgbackup12: Allow build with py-msgpack 1.1.2

- Bump PORTREVISION for package change

Reference:      https://github.com/borgbackup/borg/commit/e7d8fba1df8409f5aa71faa16f97935aea802171
DeltaFile
+26-0archivers/py-borgbackup12/files/patch-msgpack
+2-2archivers/py-borgbackup12/Makefile
+28-22 files

FreeBSD/ports fea7db1archivers/py-borgbackup Makefile, archivers/py-borgbackup/files patch-msgpack

archivers/py-borgbackup: Allow build with py-msgpack 1.1.2

- Bump PORTREVISION for package change

Obtained from:  https://github.com/borgbackup/borg/commit/e7d8fba1df8409f5aa71faa16f97935aea802171
DeltaFile
+3-2archivers/py-borgbackup/files/patch-msgpack
+2-2archivers/py-borgbackup/Makefile
+5-42 files

FreeBSD/ports 1a63a90www/rubygem-responders-rails61 Makefile

www/rubygem-responders-rails61: Add PORTSCOUT
DeltaFile
+2-0www/rubygem-responders-rails61/Makefile
+2-01 files

FreeBSD/ports 6e5759awww/rubygem-httparty distinfo Makefile

www/rubygem-httparty: Update to 0.23.2

Changes:        https://github.com/jnunemaker/httparty/releases
DeltaFile
+3-3www/rubygem-httparty/distinfo
+1-1www/rubygem-httparty/Makefile
+4-42 files

FreeBSD/ports ae21569sysutils/rubygem-puppet_forge Makefile, sysutils/rubygem-puppet_forge/files patch-gemspec

sysutils/rubygem-puppet_forge: Fix gemspec for rubygem-faraday-follow_redirects 0.4.0 update

- Bump PORTREVISION for package change
DeltaFile
+11-0sysutils/rubygem-puppet_forge/files/patch-gemspec
+2-1sysutils/rubygem-puppet_forge/Makefile
+13-12 files

FreeBSD/ports 46b1131sysutils/rubygem-bundler Makefile

sysutils/rubygem-bundler: Update WWW
DeltaFile
+1-1sysutils/rubygem-bundler/Makefile
+1-11 files

FreeBSD/ports 01e9ae6net/rubygem-google-cloud-storage_transfer-v1 distinfo Makefile

net/rubygem-google-cloud-storage_transfer-v1: Update to 1.8.0

Changes:        https://github.com/googleapis/google-cloud-ruby/releases
                https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-storage_transfer-v1/CHANGELOG.md
DeltaFile
+3-3net/rubygem-google-cloud-storage_transfer-v1/distinfo
+1-1net/rubygem-google-cloud-storage_transfer-v1/Makefile
+4-42 files

FreeBSD/ports cdaac76devel/rubygem-sequel distinfo Makefile

devel/rubygem-sequel: Update to 5.97.0

Changes:        https://github.com/jeremyevans/sequel/blob/master/CHANGELOG
                https://sequel.jeremyevans.net/rdoc/files/CHANGELOG.html
DeltaFile
+3-3devel/rubygem-sequel/distinfo
+1-1devel/rubygem-sequel/Makefile
+4-42 files

FreeBSD/ports bb5f53ddevel/rubygem-rdoc distinfo Makefile

devel/rubygem-rdoc: Update to 6.15.0

Changes:        https://github.com/ruby/rdoc/releases
DeltaFile
+3-3devel/rubygem-rdoc/distinfo
+3-2devel/rubygem-rdoc/Makefile
+6-52 files

FreeBSD/ports e58adcedevel/rubygem-minitest distinfo Makefile

devel/rubygem-minitest: Update to 5.26.0

Changes:        https://github.com/minitest/minitest/blob/master/History.rdoc
                https://docs.seattlerb.org/minitest/History_rdoc.html
DeltaFile
+3-3devel/rubygem-minitest/distinfo
+1-1devel/rubygem-minitest/Makefile
+4-42 files

FreeBSD/ports 37311f8devel/rubygem-google-apis-iam_v1 distinfo Makefile

devel/rubygem-google-apis-iam_v1: Update to 0.79.0

Changes:        https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-iam_v1/CHANGELOG.md
DeltaFile
+3-3devel/rubygem-google-apis-iam_v1/distinfo
+1-1devel/rubygem-google-apis-iam_v1/Makefile
+4-42 files

FreeBSD/ports 9aed84cdevel/rubygem-backports distinfo Makefile

devel/rubygem-backports: Update to 3.25.2

Changes:        https://github.com/marcandre/backports/blob/master/CHANGELOG.md
                https://github.com/marcandre/backports/commits/master
DeltaFile
+3-3devel/rubygem-backports/distinfo
+1-1devel/rubygem-backports/Makefile
+4-42 files

FreeBSD/ports 56007a5devel/ruby-build distinfo Makefile

devel/ruby-build: Update to 20251008

Changes:        https://github.com/rbenv/ruby-build/releases
DeltaFile
+3-3devel/ruby-build/distinfo
+1-1devel/ruby-build/Makefile
+4-42 files

FreeBSD/ports d1a5cf3devel/ruby-gems Makefile

devel/ruby-gems: Update WWW
DeltaFile
+1-1devel/ruby-gems/Makefile
+1-11 files

FreeBSD/ports 21827c1devel/py-ipyparallel distinfo Makefile

devel/py-ipyparallel: Update to 9.0.2

Changes:        https://github.com/ipython/ipyparallel/blob/main/docs/source/changelog.md
                https://ipyparallel.readthedocs.io/en/latest/changelog.html
DeltaFile
+3-3devel/py-ipyparallel/distinfo
+1-1devel/py-ipyparallel/Makefile
+4-42 files

FreeBSD/ports 41f939bdevel/nuitka distinfo Makefile

devel/nuitka: Update to 2.8

Changes:        https://nuitka.net/changelog/Changelog.html
DeltaFile
+3-3devel/nuitka/distinfo
+2-1devel/nuitka/Makefile
+5-42 files

FreeBSD/ports f68ce0bMk/Uses python.mk

Mk/Uses/python.mk: Update PY_TOMLI

devel/py-pyproject-api 1.10.0 requires textproc/py-tomli 2.3+.
DeltaFile
+2-2Mk/Uses/python.mk
+2-21 files