summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-fonts/gallant: [NEW PORT] 4.4BSD/Sun Microsystems Gallant fontJens Schweikhardt2025-09-104-0/+50
| | | | | | | | | | | | This is the Gallant font, as used by the Sun Microsystems SPARCstation console, extended with glyphs for many Unicode blocks. It is a raster font with a 22x12 pixel character cell, descent 5 and ascent 17. WWW: https://github.com/NanoBillion/gallant PR: 289327 Reviewed by: Yusuf Yaman <nxjoseph@protonmail.com> Approved by: yuri@ (Mentor)
* comms/ebook2cw: Update 0.8.2 => 0.8.5Älven2025-09-105-40/+36
| | | | | | | | | | | | | | * Use https:// for MASTER_SITES, remove LOCAL/db + Add LICENSE_FILE * Use gettext (also add -lintl to Makefile) * Mark as PIE_UNSAFE * Improve post-install stance * Fix DOCS and EXAMPLES options to really work * Use %%PREFIX%% and %%LOCALBASE%% templates for Makefile * Fix pkg-descr PR: 288673 Approved by: yuri@ (Mentor)
* devel/py-types-jsonschema: update to 4.25.1.20250822Matthew Seaman2025-09-103-7/+7
| | | | | Changes: https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/jsonschema.md Reported by: repology
* devel/librelp: update to 1.12.0Matthew Seaman2025-09-102-4/+4
| | | | | Changes: https://github.com/rsyslog/librelp/blob/v1.12.0/ChangeLog Reported by: portscout, repology
* www/onlyoffice-documentserver: Fix build when ssl=baseMatt Kempe2025-09-102-5/+8
| | | | PR: 289287
* ports-mgmt/pkg: update to 2.3.0Baptiste Daroussin2025-09-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes improve reproducible build support scripts now support METALOG set(8): allow to bulk "partial replacement" rework the scheduler to minimize the number of split upgrades add(8): backout support for provides/requiress Other changes update sqlite 3.50.4 update curl 3.16.0 fix fetch resuming shlib(8): now accept full patch stats(8): only show local db run pkg delete script even during split upgrades) back libraries during split upgrades if needed repositories: allow negative priorities upgrade: when pkg self restart: do not warn about the env vars. fetch(8): do not crash on invalid url many documentation fixes PR: 289269 exp-run: antoine
* net-mgmt/py-pynetbox: Switch to PEP517Kai Knoblich2025-09-101-3/+9
| | | | | | * Adjust the related bits of DOCS options accordingly as well. * Bump PORTREVISION due changed package contents.
* graphics/py-sorl-thumbnail: Update to 12.11.0Kai Knoblich2025-09-103-9/+27
| | | | | | | | | | | | | | * Switch to the PEP517 build framework and adjust the related bits of the DOCS option accordingly. * Change to the more preferred DISTVERSION as well. Changelog: https://github.com/jazzband/sorl-thumbnail/releases/tag/12.11.0 PR: 289339 Approved by: Kevin Golding (maintainer)
* security/i2pd: update to 2.58.0Dries Michiels2025-09-103-6/+4
| | | | Changes: https://github.com/PurpleI2P/i2pd/releases/tag/2.58.0
* x11/hyprviz: update to 0.4.4Hiroki Tagato2025-09-103-13/+13
| | | | | | Changelog: https://github.com/timasoft/hyprviz/releases/tag/v0.4.4 Reported by: GitHub (watch releases)
* misc/getopt: Fix build on i386Po-Chuan Hsieh2025-09-101-0/+1
| | | | | PR: 289277 Reported by: Martin Birgmeier <d8zNeCFG@aon.at>
* www/py-searxng-devel: Fix RUN_DEPENDSPo-Chuan Hsieh2025-09-101-1/+2
| | | | | | | | | | | | - Use PY_TOMLI - Bump PORTREVISION for dependency change from requirements.txt: tomli==2.2.1; python_version < '3.11' Reference: https://github.com/searxng/searxng/blob/25647c20d1904840d089892bb118390f46c66984/requirements.txt#L18 Approved by: portmgr (blanket) With hat: python
* textproc/py-mdformat: Fix RUN_DEPENDSPo-Chuan Hsieh2025-09-101-3/+3
| | | | | | | | | | | | | - Use PY_TOMLI - While I'm here, update WWW - Bump PORTREVISION for dependency change from pyproject.toml: 'tomli >=1.1.0; python_version < "3.11"', Reference: https://github.com/hukkin/mdformat/blob/0.7.22/pyproject.toml#L17 Approved by: portmgr (blanket) With hat: python
* security/py-notus-scanner: Fix RUN_DEPENDSPo-Chuan Hsieh2025-09-101-1/+2
| | | | | | | | | | | | - Use PY_TOMLI - Bump PORTREVISION for dependency change from pyproject.toml: tomli = { version = "<3.0.0", python = "<3.11" } Reference: https://github.com/greenbone/notus-scanner/blob/v22.7.2/pyproject.toml#L46 Approved by: portmgr (blanket) With hat: python
* security/py-greenbone-feed-sync: Fix RUN_DEPENDSPo-Chuan Hsieh2025-09-101-1/+2
| | | | | | | | | | | | - Use PY_TOMLI - Bump PORTREVISION for dependency change from pyproject.toml: tomli = { version = ">=2.0.1", python = "<3.11" } Reference: https://github.com/greenbone/greenbone-feed-sync/blob/v25.1.0/pyproject.toml#L31 Approved by: portmgr (blanket) With hat: python
* ports-mgmt/py-nvchecker: Use PY_TOMLIPo-Chuan Hsieh2025-09-101-7/+2
| | | | | Approved by: portmgr (blanket) With hat: python
* devel/py-versioningit: Fix RUN_DEPENDSPo-Chuan Hsieh2025-09-102-7/+2
| | | | | | | | | | | | | - Use PY_TOMLI - While I'm here, remove outdated setup.py hack - Bump PORTREVISION for dependency change from pyproject.toml: "tomli >= 1.2, < 3.0; python_version < '3.11'", Reference: https://github.com/jwodder/versioningit/blob/v3.3.0/pyproject.toml#L50 Approved by: portmgr (blanket) With hat: python
* devel/py-scikit-build-core: Use PY_EXCEPTIONGROUP and PY_TOMLIPo-Chuan Hsieh2025-09-101-11/+6
| | | | | | | - While I'm here, clean up USES=python Approved by: portmgr (blanket) With hat: python
* devel/py-phmdoctest: Fix RUN_DEPENDSPo-Chuan Hsieh2025-09-101-1/+2
| | | | | | | | | | | | - Use PY_TOMLI - Bump PORTREVISION for dependency change from setup.cfg: tomli >= 1.0.0 ; python_version < "3.11" Reference: https://github.com/tmarktaylor/phmdoctest/blob/v1.4.0/setup.cfg#L47 Approved by: portmgr (blanket) With hat: python
* devel/py-cyclopts: Fix RUN_DEPENDSPo-Chuan Hsieh2025-09-101-1/+4
| | | | | | | | | | | | | - Use PY_TOMLI - While I'm here, add NO_ARCH - Bump PORTREVISION for dependency change from pyproject.toml: tomli = {version = ">=2.0.0", python = "<3.11", optional = true} Reference: https://github.com/BrianPugh/cyclopts/blob/v3.23.1/pyproject.toml#L37 Approved by: portmgr (blanket) With hat: python
* benchmarks/py-locust: Fix RUN_DEPENDSPo-Chuan Hsieh2025-09-101-2/+5
| | | | | | | | | | | | | - Use PY_TOMLI - While I'm here, convert to USE_PYTHON=pep517 - Bump PORTREVISION for dependency change from setup.py: "toml": ['tomli; python_full_version<="3.11.0a6"'], Reference: https://github.com/nedbat/coveragepy/blob/7.9.2/setup.py#L98 Approved by: portmgr (blanket) With hat: python
* devel/py-bandit: Fix TEST_DEPENDSPo-Chuan Hsieh2025-09-101-1/+1
| | | | | | | | | | | - Use PY_TOMLI from setup.cfg: tomli>=1.1.0; python_version < "3.11" Reference: https://github.com/PyCQA/bandit/blob/1.7.10/setup.cfg#L37 Approved by: portmgr (blanket) With hat: python
* databases/py-valkey: Add NO_ARCHPo-Chuan Hsieh2025-09-101-0/+2
| | | | Approved by: portmgr (blanket)
* benchmarks/py-locust-cloud: Fix RUN_DEPENDSPo-Chuan Hsieh2025-09-101-1/+2
| | | | | | | | | | | | - Use PY_TOMLI - Bump PORTREVISION for dependency change from pyproject.toml: "tomli>=1.1.0; python_version < '3.11'", Reference: https://github.com/locustcloud/locust-cloud/blob/1.26.3/pyproject.toml#L10 Approved by: portmgr (blanket) With hat: python
* benchmarks/py-locust: Fix RUN_DEPENDSPo-Chuan Hsieh2025-09-101-1/+2
| | | | | | | | | | | | - Use PY_TOMLI - Bump PORTREVISION for dependency change from pyproject.toml: "tomli>=1.1.0; python_version < '3.11'", Reference: https://github.com/locustio/locust/blob/2.37.10/pyproject.toml#L44 Approved by: portmgr (blanket) With hat: python
* sysutils/hcloud: Update to 1.52.0Zsolt Udvari2025-09-102-8/+7
| | | | Changelog: https://github.com/hetznercloud/cli/releases/tag/v1.52.0
* shells/carapace: update to 1.5.0Hiroki Tagato2025-09-102-7/+6
| | | | | | Changelog: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.5.0 Reported by: portscout
* net/waypipe: drop /proc/self/exe usage after e2bd45bf035cJan Beich2025-09-102-1/+6
| | | | PR: 289418
* net/nats-server: Update to 2.11.9Jimmy Olgeni2025-09-102-7/+6
|
* sysutils/webmin: Update to 2.501Jimmy Olgeni2025-09-102-4/+4
|
* x11-wm/magpie: update to 0.9.4Olivier Duchateau2025-09-103-34/+11
| | | | | | | Changelog: https://github.com/BuddiesOfBudgie/magpie/releases/tag/v0.9.4 PR: 289411 Reported by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
* graphics/plantuml: Update 1.2024.8 => 1.2025.7Eric Camachat2025-09-102-10/+13
| | | | | | | | | | | | | | | | | | | | | Changelogs: https://github.com/plantuml/plantuml/releases/tag/v1.2025.0 https://github.com/plantuml/plantuml/releases/tag/v1.2025.1 https://github.com/plantuml/plantuml/releases/tag/v1.2025.2 https://github.com/plantuml/plantuml/releases/tag/v1.2025.3 https://github.com/plantuml/plantuml/releases/tag/v1.2025.4 https://github.com/plantuml/plantuml/releases/tag/v1.2025.5 https://github.com/plantuml/plantuml/releases/tag/v1.2025.6 https://github.com/plantuml/plantuml/releases/tag/v1.2025.7 - Replace PORTVERSION with DISTVERSION. - Parametrize plantuml with ${PORTNAME}. - Split long lines. - Replace %%JAVASHAREDIR%% with ${JAVASHAREDIR} in PLIST_FILES. PR: 288175 Approved by: awoonya <awoonyaa@gmail.com> (maintainer, timeout 2 months) Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
* x11-themes/matcha-gtk-themes: update to 2025-04-11Olivier Duchateau2025-09-104-34/+54
| | | | | | | | | | | | | | While here: - Remove gtk2 engines - Remove post-patch target which is not needed anymore Changelog: - https://github.com/vinceliuice/Matcha-gtk-theme/releases/tag/2024-05-01 - https://github.com/vinceliuice/Matcha-gtk-theme/releases/tag/2025-04-11 PR: 289410 Reported by: Olivier Duchateau <duchateau.olivier@gmail.com> Approved by: Alexander Vereeken <Alexander88207@protonmail.com> (maintainer)
* devel/p5-Opcodes: update to 0.16Sergei Vyshenski2025-09-102-4/+4
| | | | | | | Changelog: https://metacpan.org/dist/Opcodes/changes PR: 289409 Reported by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
* net-p2p/jackett: update to 0.22.2444Ralf van der Enden2025-09-103-8/+10
| | | | | | | Changelog: https://github.com/Jackett/Jackett/releases PR: 289402 Reported by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* print/plutobook: Update to 0.8.0Joel Bodenmann2025-09-092-4/+4
| | | | Changelog: https://github.com/plutoprint/plutobook/releases/tag/v0.8.0
* sysutils/rundeck: Update 5.8.0 => 5.15.0, take maintainershipXavier Humbert2025-09-093-26/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release Notes: https://docs.rundeck.com/docs/history/5_x/version-5.9.0.html https://docs.rundeck.com/docs/history/5_x/version-5.10.0.html https://docs.rundeck.com/docs/history/5_x/version-5.10.1.html https://docs.rundeck.com/docs/history/5_x/version-5.11.0.html https://docs.rundeck.com/docs/history/5_x/version-5.12.0.html https://docs.rundeck.com/docs/history/5_x/version-5.13.0.html https://docs.rundeck.com/docs/history/5_x/version-5.14.0.html https://docs.rundeck.com/docs/history/5_x/version-5.14.1.html https://docs.rundeck.com/docs/history/5_x/version-5.15.0.html Improve port: - Add EXTRACT_ONLY= - no need to unpack war file. - New version support JAVA 11 and 17 only. - Remove CONFLICTS_INSTALL=rundeck2 - it has been removed from ports. - Parametrize rundeck with ${PORTNAME}. - Fix plist: RUNDECK_USER can be changed, but the name of the installed war file will always be ${PORTNAME}.war. PR: 289391 Security: CVE-2024-52046 Security: CVE-2023-45288 Security: CVE-2024-47554 Security: CVE-2025-24970 Security: CVE-2023-3635 Security: CVE-2024-7254 Security: CVE-2024-6104 Security: CVE-2024-45337 Security: CVE-2025-22870 Security: CVE-2024-24786 Security: CVE-2024-57699 Security: CVE-2019-17571 Security: CVE-2025-22228 Security: CVE-2025-48734 Security: CVE-2025-48976 Security: CVE-2025-7783 Security: CVE-2025-55163 Security: CVE-2024-21538 Security: CVE-2022-38749 Security: CVE-2024-25710 Security: CVE-2019-5427 Security: CVE-2024-8184 Security: CVE-2020-26939 Security: CVE-2025-4949 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> MFH: 2025Q3
* devel/sdl3: update 3.2.20 → 3.2.22Dmitry Marakasov2025-09-092-4/+4
|
* lang/rust-nightly: update 1.91.0.20250805 → 1.91.0.20250907Dmitry Marakasov2025-09-097-38/+61
| | | | Approved by: rust (implicit)
* www/firefox-esr: update to 140.3.0 (rc1)Christoph Moench-Tegeder2025-09-094-47/+4
| | | | | Release Notes (soon): https://www.firefox.com/en-US/firefox/140.3.0/releasenotes/
* net/liferea: update to 1.16.4Christoph Moench-Tegeder2025-09-092-5/+4
| | | | | Release Notes: https://github.com/lwindolf/liferea/releases/tag/v1.16.4
* databases/redisdesktopmanager: Remove expired portRene Ladan2025-09-095-86/+1
| | | | 2025-09-08 databases/redisdesktopmanager: RedisDesktopManager is no longer maintained upstream as the project has been replaced by RedisInsight
* databases/adminerevo: Remove expired portRene Ladan2025-09-097-50/+1
| | | | 2025-09-08 databases/adminerevo: Abandoned upstream, repo archived Jan 24, 2025
* deskutils/py-paperless-ngx: Bump PORTREVISIONMichael Gmelin2025-09-091-2/+2
| | | | Updated required version of devel/py-inotifyrecursive
* devel/py-inotifyrecursive: Bump PORTREVISIONMichael Gmelin2025-09-091-2/+2
| | | | Updated required version of devel/py-inotify-simple
* devel/py-inotify-simple: Fix incomplete patchMichael Gmelin2025-09-092-2/+10
|
* www/go-anubis: upgrade to 1.22.0Oleksii Samorukov2025-09-093-6/+9
| | | | | | | | - Upgrade to 1.22 - Fix -version command output Changelog: https://github.com/TecharoHQ/anubis/releases Approved by: dch@FreeBSD.org (email)
* devel/wasm-server-runner: Fix build errorCarlo Strub2025-09-091-2/+2
| | | | Add USES=llvm
* editors/vim: Update to 9.1.1744 and handle wayland properlyAdam Weinberger2025-09-092-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --without-wayland for everything except the gtk3 FLAVOR. That flavor now has a hard dep on wayland (it's already present from the default gtk30 and libxkbcommon configurations). This is a NOOP for everybody except gtk3 users who explicitly disabled wayland in both gtk30 and libxkbcommon. The only effect for those users is that wayland is now a LIB_DEP. There is no runtime effect either way. In the below PR, Piotr identified that vim will eagerly link against wayland if present, even for a pure-console build. The only toolkit that vim uses that can use wayland is gtk3, so we now specify --without-wayland for everything else. To complicate things, wayland support is optional in the gtk30 and libxkbcommon ports. If either of those ports are built with wayland, then vim has to link against libwayland-client regardless of the relevant configure switches. So, adding a WAYLAND option for the gtk3 flavor would only work to disable wayland if it's disabled in both gtk30 and libxkbcommon. Instead, I'm making wayland a hard dep of the gtk3 flavor. For users of our packages, this will be a transparent change. If your goal in life is to never install wayland but you also want the gtk3 flavor, PR: 289408 Reported by: Piotr Smyrak
* misc/ggml: Broken on i386Yuri Victorovich2025-09-091-0/+2
| | | | Reported by: fallout