16614 Commits

Author SHA1 Message Date
Po-Chuan Hsieh
d9ad39553c
misc/usbids: Update to 20251213
Changes:	https://github.com/usbids/usbids/commits/master
2025-12-19 19:11:40 +08:00
Po-Chuan Hsieh
beaf86a758
misc/pciids: Update to 20251216
Changes:	https://github.com/pciutils/pciids/commits/master
2025-12-19 19:11:39 +08:00
Po-Chuan Hsieh
05afa2b468
misc/getopt: Update to 2.41.3
Changes:	https://github.com/util-linux/util-linux/commits/master/misc-utils/getopt.c
		https://github.com/util-linux/util-linux/commits/master/misc-utils/getopt.1.adoc
		https://github.com/util-linux/util-linux/commits/master/misc-utils/getopt-example.bash
		https://github.com/util-linux/util-linux/commits/master/misc-utils/getopt-example.tcsh
2025-12-19 19:11:38 +08:00
Jason E. Hale
45fef8811c */*: Bump PORTREVISION for known Qt private API abusers
Qt 6.10.1 edition.

These ports are known to directly use or link to a library that uses the
Qt private API and must be rebuilt with every Qt update.

Qt *public* API/ABI compatability is excellent, so most consumers don't
need to necessarily be rebuilt between patch or even minor releases, but
use of the private API breaks this compatibility between even patch
releases and its use is highly discouraged.

This list [1] is based on histortical data. We don't have time to
revisit every port on the list with each Qt update, so if your port has
dropped Qt private headers and was bumped in error, please remove it
yourself if you have write access to the Wiki or alert someone on kde@.

[1] https://wiki.freebsd.org/KDE/Qt
2025-12-19 04:03:02 -05:00
Jason E. Hale
8618262c58 Qt6: Update to 6.10.1
I'm not giving the usual fanfare. This has been an absolute slog.

Ports changes:
qt6-base: Added WAYLAND option. This is congruent with the X11 option.
          We really don't recommend disabling this option, but it is
          available for advanced users who don't want wayland for
          whatever reason.
2025-12-19 02:19:42 -05:00
Jason E. Hale
f4cfe9193d *.*: Remove useless commented PORTREVISION lines
We have compentent tools to bump PORTREVISION and don't need these
placeholders that serve no purpose other than to uglify the Makefile.

cad/freecad-devel and cad/openscad-devel are good recent examples
of where tools have been used to bump PORTREVISION, but there was
a residual commented PORTREVISION line prior to this commit.

Approved by:	portmgr (blanket)
2025-12-18 16:39:00 -05:00
Zsolt Udvari
1d3f69085f misc/R-cran-xfun: Update to 0.55
Changelog: https://github.com/yihui/xfun/releases/tag/v0.55
2025-12-18 06:33:48 +01:00
Hiroki Tagato
1634dc3d0f misc/crush: Update to 0.27.0
Changelog:
- https://github.com/charmbracelet/crush/releases/tag/v0.25.0
- https://github.com/charmbracelet/crush/releases/tag/v0.26.0
- https://github.com/charmbracelet/crush/releases/tag/v0.27.0

Reported by:	GitHub (watch releases)
2025-12-18 09:22:22 +09:00
Jose Alonso Cardenas Marquez
f2627d5b8d
*/*: Bump PORTREVISION. devel/ode was updated to 0.16.6 2025-12-16 20:42:26 -08:00
Olivier Duchateau
f22798b83b
misc/iso-codes: Update to 4.19.0
Changes:	https://salsa.debian.org/iso-codes-team/iso-codes/-/blob/main/CHANGELOG.md
PR:		291253
2025-12-17 05:17:12 +08:00
Po-Chuan Hsieh
c3b2a13b7c
misc/pciids: Update to 20251210
Changes:	https://github.com/pciutils/pciids/commits/master
2025-12-17 05:15:36 +08:00
Max Brazhnikov
5a221b5c85 KDE: Update KDE Frameworks 6 to 6.21.0
Announcement: https://kde.org/announcements/frameworks/6/6.21.0/

Ports changes:

devel/kf6-extra-cmake-modules:
 - Fix FindInotify.cmake module
 - Remove stale patch

x11-toolkits/kf6-kirigami:
 - Backport upstream patch

PR:		291637
Exp-run by:	antoine
2025-12-16 22:08:56 +03:00
Po-Chuan Hsieh
5a6abffa04
misc/libmetalink: Remove USES=pathfix 2025-12-16 23:55:41 +08:00
Hiroki Tagato
18be2b947e misc/codex: Update to 0.73.0
Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.69.0
- https://github.com/openai/codex/releases/tag/rust-v0.71.0
- https://github.com/openai/codex/releases/tag/rust-v0.72.0
- https://github.com/openai/codex/releases/tag/rust-v0.73.0

Reported by:	GitHub (watch releases)
2025-12-16 22:41:41 +09:00
Mikael Urankar
5e496c7707 lang/rust: Bump revisions after 1.92.0
PR:		291582
2025-12-16 13:12:31 +01:00
Po-Chuan Hsieh
ad4b417832
misc/iso-codes: Fix 4ae07eaae285bbb61cebc9bb287d67f9c3200124
- Fix *_DEPENDS of dependent ports
- Bump PORTREVISION for package change

Reported by:	fluffy
2025-12-16 18:56:56 +08:00
Yuri Victorovich
49ab77571a misc/py-langsmith: update 0.4.46 → 0.4.59 2025-12-16 01:38:13 -08:00
Yuri Victorovich
839f2bf400 misc/py-uuid-utils: New port: Drop-in replacement for Python UUID 2025-12-16 01:36:37 -08:00
Yuri Victorovich
9212d46552 misc/vfc: update 2.1.5 → 2.1.6
Reported by:	portscout
2025-12-16 01:23:52 -08:00
Dag-Erling Smørgrav
75d873b56a many: Unpin Go ports
* Ports that were pinned to a deprecated version of Go (1.23 or older)
  have been unpinned.

* Ports that were pinned to a still-supported version of Go (1.24 or
  newer) have been converted to requesting that as their minimum Go
  version.

* Ports that had been forcibly deprecated for pinning an expired Go
  version have been undeprecated.
2025-12-16 00:06:00 +01:00
Yuri Victorovich
b3fc6cc697 misc/cuttlefish: update 2.8.1 → 2.10.0
Reported by:	portscout
2025-12-15 01:19:32 -08:00
Hiroki Tagato
a8a076fe6a misc/py-huggingface-hub: Update to 1.2.3
Changelog:
- https://github.com/huggingface/huggingface_hub/releases/tag/v1.2.2
- https://github.com/huggingface/huggingface_hub/releases/tag/v1.2.3

Reported by:	portscout
2025-12-15 10:22:50 +09:00
Tijl Coosemans
974099d0bd devel/libtextstyle, devel/gettext*: Update to 0.26
Recent versions of gettext no longer install m4 files in
PREFIX/share/aclocal.  They have to be installed in the work
directory by autopoint for aclocal to find them.

Patch devel/autoconf so autoreconf runs autopoint when gettext related
macros are used in configure.ac (e.g. AM_ICONV).  Previously it only
ran autopoint when AM_GNU_GETTEXT_(REQUIRE_)VERSION was used.

The following ports now require autopoint (i.e. USES=gettext-tools):
benchmarks/sysbench, devel/libhtp, editors/fxite, filesystems/rar2fs,
graphics/gd, net/ucarp, news/fidogate, sysutils/cdrdao

Other fixes:

emulators/mednafen, misc/lifelines: Use older version of gettext macros.
ftp/axel: Patch Makefile.am and configure.ac to get gettext working and
add NLS option.
ftp/wzdftpd: Use autoreconf 2.72.
mail/sympa: Remove hack from configure.ac.
multimedia/dvdauthor: Use ports autoreconf.
net/asterisk-chan_sccp: Drop autoreconf and gettext-tools dependencies.
security/pam_pkcs11: Patch configure.ac so autoreconf can find the
custom directory with m4 files.
sysutils/grub2-efi, sysutils/grub2-pcbsd: Add patch to run autoreconf
with -f flag so it updates all files.
www/wget2: Patch configure.ac to what autopoint expects.

PR:		287167
Exp-run by:	antoine
2025-12-14 19:29:12 +01:00
Ronald Klop
168bae91fe
misc/jbidwatcher: pin to jdk8/11 and deprecate
Upstream website times out.
Does not build on openjdk17+.

PR:	272855
Approved-by:	no maintainer
2025-12-14 17:11:16 +01:00
Gleb Popov
20309113de misc/compat14x: Depend in compat15x on FreeBSD 16
Reported by:	des
2025-12-14 18:17:25 +03:00
Gleb Popov
4da9f5d58e misc/compat15x: Fix pkg-descr
Reported by:	Ronald Klop <ronald@klop.ws>
2025-12-13 16:06:19 +03:00
Gleb Popov
1fd0fb4a67 misc/compat15x: Add new port 2025-12-13 15:10:34 +03:00
Roman Bogorodskiy
71e0f7e69c misc/osinfo-db: update to 20251212 2025-12-13 08:05:20 +01:00
Hiroki Tagato
e61903f7f2 misc/crush: Update to 0.24.0
Changelog:
- https://github.com/charmbracelet/crush/releases/tag/v0.22.2
- https://github.com/charmbracelet/crush/releases/tag/v0.23.0
- https://github.com/charmbracelet/crush/releases/tag/v0.24.0

Reported by:	GitHub (watch releases)
2025-12-13 14:37:57 +09:00
Max Brazhnikov
cdbdb1c19e KDE: Update KDE Gear to 25.12.0
Announcement: https://kde.org/announcements/gear/25.12.0/

Ports changes:

deskutils/itinerary:
 - Require QCoro6

deskutils/kdeconnect-kde:
 - Regenerate patches

devel/kpublictransport:
 - Require QtLocation

editors/kate:
 - Fix shebang

math/rocs:
 - Switch to Qt6/KF6

multimedia/kamoso:
 - Require KF6KirigamiAddons

multimedia/kdenlive:
 - Require KDDockWidgets

science/step:
 - Remove stale patch
2025-12-12 17:53:31 +03:00
Ronald Klop
3b55e9f6ba
misc/freeguide: allow building with any jdk
tested with openjdk21

PR:	272855
Approved-by:	no maintainer
2025-12-11 23:00:50 +01:00
Alexander Leidinger
fb16179057
misc/openhab: Update to 4.3.9. 2025-12-11 08:50:43 +01:00
Hiroki Tagato
97217f2065 misc/shimmy: Update to 1.8.2
Changelog:
- https://github.com/Michael-A-Kuykendall/shimmy/releases/tag/v1.8.0
- https://github.com/Michael-A-Kuykendall/shimmy/releases/tag/v1.8.1
- https://github.com/Michael-A-Kuykendall/shimmy/releases/tag/v1.8.2misc/shimmy:

Reported by:	GitHub (watch releases)
2025-12-11 06:12:32 +09:00
Hiroki Tagato
18850b6b78 misc/codex: Update to 0.66.0
Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.64.0
- https://github.com/openai/codex/releases/tag/rust-v0.65.0
- https://github.com/openai/codex/releases/tag/rust-v0.66.0

Reported by:	GitHub (watch releases)
2025-12-10 11:44:30 +09:00
Hiroki Tagato
15b7c90b19 misc/crush: Update to 0.22.1
While here, remove Go version pinning.[1]

Changelog:
- https://github.com/charmbracelet/crush/releases/tag/v0.21.0
- https://github.com/charmbracelet/crush/releases/tag/v0.22.0
- https://github.com/charmbracelet/crush/releases/tag/v0.22.1

Reported by:	GitHub (watch releases),
		adamw (via private email)[1]
2025-12-10 10:18:00 +09:00
Carlo Strub
0555c8f78a misc/gitlogue: Update to 0.6.0
PR:		291528
Reported by:	maintainer
2025-12-09 21:12:45 +01:00
Colin Percival
d0dde23e3c misc/freebsd-release-manifests: Remove EoL releases
Approved by:	re (implicit)
2025-12-09 09:27:53 -08:00
Po-Chuan Hsieh
b0fc011a73
misc/rubygem-octicons: Update to 19.21.1
Changes:	https://github.com/primer/octicons/releases
2025-12-09 19:22:09 +08:00
Po-Chuan Hsieh
f3544846f3
misc/rubygem-dotenv-rails: Update to 3.2.0
Changes:	https://github.com/bkeepers/dotenv/releases
2025-12-09 19:22:08 +08:00
Po-Chuan Hsieh
637b300ce4
misc/rubygem-dotenv: Update to 3.2.0
Changes:	https://github.com/bkeepers/dotenv/releases
2025-12-09 19:22:08 +08:00
Po-Chuan Hsieh
46237a7085
misc/pciids: Update to 20251206
Changes:	https://github.com/pciutils/pciids/commits/master
2025-12-09 19:21:07 +08:00
Po-Chuan Hsieh
4ae07eaae2
misc/iso-codes: Remove USES=pathfix
- Bump PORTREVISION for package change
2025-12-09 19:21:07 +08:00
Po-Chuan Hsieh
9d1ed2172a
devel/gflags: Update to 2.3.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/gflags/gflags/releases
2025-12-09 19:20:55 +08:00
Nicola Vitale
237a4f78b9 misc/py-mcp: Update to 1.23.2
- Update list of run dependencies

ChangeLog:	https://github.com/modelcontextprotocol/python-sdk/releases/tag/v1.23.2
Reported by:	portscout!
2025-12-09 10:49:27 +01:00
Hiroki Tagato
c717dfb15a */*: Bump port revision after hyprutils shlib version bump (35fa8b23267b) 2025-12-09 17:34:25 +09:00
Rodrigo Osorio
b7d1074cb8 misc/p5-Business-ISBN-Data: update 20251121.001 -> 20251205.001
Changelog: https://metacpan.org/dist/Business-ISBN-Data/changes
2025-12-07 10:23:21 +01:00
Carlo Strub
14d743e2ce misc/gitlogue: Update to 0.5.0
PR:		291309
Reported by:	maintainer
2025-12-06 16:31:24 +01:00
Hiroki Tagato
62c5902e3e misc/py-huggingface-hub: Update to 1.2.1
Changelog:
- https://github.com/huggingface/huggingface_hub/releases/tag/v1.1.7
- https://github.com/huggingface/huggingface_hub/releases/tag/v1.2.0

Reported by:	Repology
2025-12-06 23:17:58 +09:00
Loïc Bartoletti
3076d31cda
graphics/poppler: bump consumers of graphics/poppler
PR:		291277
Exp-run by:	antoine
2025-12-06 13:50:14 +01:00
Gleb Popov
b40b703f89 misc/hwdata: Update to 0.402
Reported by:	portscout!
2025-12-06 12:37:00 +03:00