Commit Graph

17245 Commits

Author SHA1 Message Date
Colin Percival 75cf408156 misc/freebsd-release-manifests: Add 15.1-BETA1 MANIFEST files
Approved by:	re (implicit)
Sponsored by:	OpenSats Initiative
2026-05-01 22:36:43 -07:00
Hiroki Tagato 19ebfb6626 misc/py-litellm-proxy-extras: Update to 0.4.70
Reported by:	portscout
2026-05-02 12:00:42 +09:00
Hiroki Tagato bfe16f579e misc/py-litellm: Update to 1.83.14
Changelog: https://github.com/BerriAI/litellm/releases

Reported by:	portscout
2026-05-02 11:45:36 +09:00
Yuri Victorovich 31e24c6110 misc/mcp-inspector: update 0.21.1 → 0.21.2 2026-05-01 08:34:22 -07:00
Hiroki Tagato 7097b54904 misc/crush: Update to 0.64.0
Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.64.0

Reported by:	GitHub (watch releases)
2026-05-01 18:43:43 +09:00
Chad Jacob Milios 06ec86604e misc/py-pytorch-lightning: fix fetch
PR:	294927
2026-04-30 23:15:10 -07:00
Yuri Victorovich b5eb3779ad misc/ollama: update 0.21.2 → 0.22.1 2026-04-30 23:07:48 -07:00
Yuri Victorovich cb82d8771f misc/lean-ctx: update 3.4.5 → 3.4.6 2026-04-30 21:29:25 -07:00
Yuri Victorovich 7ab42c24b9 misc/py-pyqir: update 0.12.3 → 0.12.4 2026-04-30 21:29:24 -07:00
Yuri Victorovich 80d153588b misc/py-ollama: update 0.6.1 → 0.6.2 2026-04-30 21:29:24 -07:00
Yuri Victorovich 192fb81bd3 misc/py-polars{,-runtime}: update 1.39.3 → 1.40.1 2026-04-30 18:16:41 -07:00
Po-Chuan Hsieh a3e068a81e misc/py-numcodecs: Fix RUN_DEPENDS
- Change from py-numpy to py-numpy
- Do not bump PORTREVISION because this port does not build before

bbea9171d9 breaks all dependent ports.
For example:
- devel/py-anndata
- devel/py-xarray
- devel/py-xarray-simlab
- devel/py-zarr
- filesystems/py-kerchunk
- graphics/py-imagecodecs
- graphics/py-imageio
- graphics/py-scikit-image
- graphics/py-tifffile
- math/py-mathics
- misc/py-napari
- www/py-sentinelhub

Approved by:	portmgr (blanket)
2026-05-01 00:45:19 +08:00
Po-Chuan Hsieh 99f2b848bd misc/py-numcodecs: Fix patch-pyproject.toml
The error message is as follows:
===>  Configuring for py311-numcodecs-0.16.5
/usr/local/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:104: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  warnings.warn(msg, _BetaConfiguration)
configuration error: `project` must not contain {'license-files'} properties
...
ValueError: invalid pyproject.toml config: `project`
*** Error code 1

Stop.
make: stopped in /usr/ports/misc/py-numcodecs

Approved by:	portmgr (blanket)
2026-05-01 00:44:57 +08:00
Po-Chuan Hsieh 10e4be932a misc/py-numcodecs: Fix BUILD_DEPENDS
- Add missing py-numpy1
- Remove lang/cython: it is done by USE_PYTHON=cython

The error message is as follows:
===>  Configuring for py311-numcodecs-0.16.5
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 385, in <module>
    run_setup(with_extensions)
  File "setup.py", line 366, in run_setup
    + vlen_extension()
      ^^^^^^^^^^^^^^^^
  File "setup.py", line 208, in vlen_extension
    import numpy
ModuleNotFoundError: No module named 'numpy'
...
*** Error code 1

Stop.
make: stopped making "configure" in /usr/ports/misc/py-numcodecs

Approved by:	portmgr (blanket)
Reference:	https://pkg-status.freebsd.org/beefy23/data/150amd64-default/14bd0e320b77/logs/py311-numcodecs-0.16.5.log
		https://pkg-status.freebsd.org/beefy16/data/135amd64-default/14bd0e320b77/logs/py311-numcodecs-0.16.5.log
2026-05-01 00:44:36 +08:00
Po-Chuan Hsieh 3c2cbd9a24 misc/rubygem-octicons: Update to 19.25.0
Changes:	https://github.com/primer/octicons/releases
2026-05-01 00:36:48 +08:00
Po-Chuan Hsieh 4fd8eec9c9 misc/pciids: Update to 20260428
Changes:	https://github.com/pciutils/pciids/commits/master
2026-05-01 00:35:21 +08:00
Yusuf Yaman c8b8193951 misc/gitlogue: Update 0.8.0 => 0.9.0
While here, unbundle libgit2.

Changelog:
https://github.com/unhappychoice/gitlogue/releases/tag/v0.9.0

Reviewed by:	osa, vvd (mentors)
Approved by:	osa (mentor)
Differential Revision: https://reviews.freebsd.org/D56724
2026-04-30 17:29:52 +03:00
Philip Paeps 1575a5bf5b misc/global-tz: update to 2026bgtz
Release 2026bgtz of global-tz, derived from iana-tz.

MFH:		2026Q2
2026-04-30 11:24:39 +05:45
Yuri Victorovich ed0965f0f3 misc/py-pytorch-lightning: update 2.3.3 → 2.6.1 2026-04-29 16:12:58 -07:00
Yuri Victorovich bbea9171d9 misc/py-numcodecs: Update to 0.16.5
- Update DISTVERSION from 0.13.0 to 0.16.5
- Remove PORTREVISION as we are updating to a new version
- Update BUILD_DEPENDS: add cython>=3.0 and setuptools-scm>=6.2, keep py-cpuinfo
- Update RUN_DEPENDS: use numpy>=1.24 (instead of numpy1>=1.16), add typing-extensions, keep msgpack and zfp
- Add TEST_DEPENDS with pytest, pytest-cov, and pyzstd (tests as of 0.16.5)
- Update distinfo with new SHA256 and SIZE checksums
- Add patch to remove deprecated 'license' field from pyproject.toml for compatibility

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-29 15:49:35 -07:00
Yuri Victorovich c780965e20 misc/openclaw: update 2026.4.24 → 2026.4.26 2026-04-29 08:28:48 -07:00
Yuri Victorovich 01b5804332 misc/lean-ctx: update 3.4.3 → 3.4.5 2026-04-29 08:28:48 -07:00
Yuri Victorovich 4f8ad52723 misc/timr-tui: update 1.8.0 → 1.8.1 2026-04-29 08:28:48 -07:00
Yuri Victorovich 6959a1edff misc/clawhub: update 0.9.0 → 0.12.0 2026-04-29 08:28:47 -07:00
Yuri Victorovich 7a68de0bd6 misc/bun-decompile: New port: Extract and de-minify source code from Bun-compiled executables 2026-04-29 08:28:47 -07:00
Yuri Victorovich b875a13566 misc/fabric: update 1.4.449 → 1.4.451 2026-04-29 08:28:46 -07:00
Yuri Victorovich c2dc4b4d99 misc/py-datasets: update 4.8.2 → 4.8.5 2026-04-29 08:28:46 -07:00
Dave Cottlehuber ade8b6cba2 misc/py-aider-chat: Remove Makefile entry
Fixes:     2cc531514d
Reported by: antoine
2026-04-29 08:12:40 +00:00
Yuri Victorovich d31fe59500 misc/llama-cpp: Multiple changes
1. Allow for multiple models to be selected at the run-time
2. Remove the leftover VULKAN option. VULKAN is enabled in misc/ggml.

PR:		294795 (allow multiple models at run-time)
Requested by:	Ivan Rozhuk <rozhuk.im@gmail.com>
2026-04-28 12:14:22 -07:00
Yuri Victorovich ad3e6bb0c2 misc/onnxruntime: update 1.24.4 → 1.25.1 2026-04-28 12:14:22 -07:00
Daniel Engberg bf193dc1da */*: Replace CONFIGURE_ARGS with MESON_ARGS
Meson based ports that uses CONFIGURE_ARGS "works" as MESON_ARGS is
appended however framework and documentation expects that MESON_ARGS
is used for Meson based ports

PR:		294808
Approved by:	blanket
2026-04-28 20:22:54 +02:00
Yuri Victorovich 08e68d38e9 misc/frugally-deep: update 0.16.2 → 0.19.2 2026-04-28 09:16:31 -07:00
Hiroki Tagato 880419076d misc/crush: Update to 0.63.0
Changelog:
- https://github.com/charmbracelet/crush/releases/tag/v0.62.1
- https://github.com/charmbracelet/crush/releases/tag/v0.63.0

Reported by:	GitHub (watch releases)
2026-04-28 16:57:38 +09:00
Yuri Victorovich 122d26a76e misc/comfyui: update 0.19.4 → 0.20.1 2026-04-28 00:57:02 -07:00
Yuri Victorovich 0d577bea91 misc/py-comfyui-workflow-templates: update 0.9.62 → 0.9.63 2026-04-28 00:57:01 -07:00
Yuri Victorovich d57299e1b8 misc/py-comfyui-workflow-templates-media-video: update 0.3.80 → 0.3.81 2026-04-28 00:57:01 -07:00
Yuri Victorovich 8b2bc46ed6 misc/py-comfyui-workflow-templates-media-other: update 0.3.181 → 0.3.182 2026-04-28 00:57:01 -07:00
Yuri Victorovich de655cfbd9 misc/py-comfyui-workflow-templates-core: update 0.3.215 → 0.3.216 2026-04-28 00:57:01 -07:00
Yuri Victorovich d1eea15d3a misc/py-wandb: update 0.17.9 → 0.26.1 2026-04-27 22:32:47 -07:00
Yuri Victorovich 63e960e3e0 misc/lean-ctx: update 3.4.2 → 3.4.3 2026-04-27 22:32:46 -07:00
Yuri Victorovich a43dbf6816 misc/nanocoder: update 1.25.1 → 1.25.2 2026-04-27 14:43:54 -07:00
Yuri Victorovich 5541192862 misc/gemini-cli: update 0.38.2 → 0.39.1 2026-04-27 13:44:38 -07:00
Yuri Victorovich a35dea1015 misc/py-uhi: update 0.5.0 → 1.1.1 2026-04-27 11:43:22 -07:00
Yuri Victorovich 4980874091 misc/lean-ctx: update 3.4.1 → 3.4.2 2026-04-27 11:42:54 -07:00
Po-Chuan Hsieh d38da96c49 misc/py-placekey: Update to 0.0.36
Changes:	https://github.com/Placekey/placekey-py/releases
2026-04-27 21:07:45 +08:00
Po-Chuan Hsieh 027355f539 misc/pciids: Update to 20260424
Changes:	https://github.com/pciutils/pciids/commits/master
2026-04-27 21:06:54 +08:00
Mikael Urankar 17bf498fd2 lang/rust: Bump revisions after 1.95.0
PR:		294615
2026-04-27 14:26:47 +02:00
Dave Cottlehuber 2cc531514d misc/py-aider-chat: Remove port
aider-chat upstream has stopped doing releases, and its dependencies have
drifted too much to be practically maintained within the ports tree.
2026-04-27 10:13:29 +00:00
Olivier Cochard fd30bec386 misc/qwen-code: Update to 0.15.3 2026-04-27 07:16:11 +02:00
Marcel Bischoff 93e4856be4 misc/broot: update to 1.56.2
Changelog: https://github.com/Canop/broot/releases

Approved by:	lcook (maintainer timeout)
PR:		294192
Event:		Wiesbaden Hackathon 202604
2026-04-27 02:01:41 +02:00