The place for ports
Add security/keepass-diff: CLI-tool to diff two Keepass (.kdbx) files<br />
<br />
PR: 291900
devel/distcc: Update supported compilers<br />
<br />
- Update supported versions of gcc and clang<br />
- Remove incomplete python flavor support<br />
<br />
PR: 291712
devel/py-python-gitlab: Update 6.5.0 => 7.1.0<br />
<br />
Changelog:<br />
https://github.com/python-gitlab/python-gitlab/releases/tag/v7.0.0<br />
https://github.com/python-gitlab/python-gitlab/releases/tag/v7.1.0<br />
<br />
PR: 291991
security/afl++: Update to 4.35c<br />
<br />
The change log is available at:<br />
https://github.com/AFLplusplus/AFLplusplus/releases/tag/v4.35c<br />
<br />
PR: 291980
net/ndproxy: Update 3.2 => 3.3, fix build on 15+<br />
<br />
Commit log:<br />
https://github.com/AlexandreFenyo/ndproxy/compare/v3.2...v3.3<br />
<br />
Improve port:<br />
- Add patch with fix build on 15+.<br />
- Replace PORTVERSION with DISTVERSION.<br />
- Add option DOCS.<br />
- Fix warnings from portclippy.<br />
<br />
PR: 291782<br />
Approved by: Alexandre Fenyo <fbsd.bugzilla@fenyo.net> (maintainer, implicit - inactive since 2019)<br />
Co-authored-by: David Hauweele <david@hauweele.net>
irc/kvirc: Update 5.2.8 => 5.2.10<br />
<br />
Changelog:<br />
https://github.com/kvirc/KVIrc/releases/tag/5.2.10
net/v2ray: Update 5.41.0 => 5.42.0<br />
<br />
Changelogs:<br />
* https://github.com/v2fly/v2ray-core/releases/tag/v5.42.0<br />
* https://github.com/v2fly/v2ray-core/compare/v5.41.0...v5.42.0<br />
<br />
Approved by: db@, yuri@ (Mentors, implicit)<br />
Differential Revision: https://reviews.freebsd.org/D54262
sysutils/usermin: Fix interactive prompts during install<br />
<br />
Replace read statements with auto-answers in setup.sh patch to prevent<br />
the installer from blocking on stdin for config_dir, var_dir, and perl<br />
path inputs.
net-mgmt/victoria-logs: upgrade to 1.43.1
databases/xtrabackup84: upgrade to 8.4.0-5
www/squid: Update 6.14 => 7.3<br />
<br />
Changelogs:<br />
https://github.com/squid-cache/squid/releases/tag/SQUID_7_0_1<br />
https://github.com/squid-cache/squid/releases/tag/SQUID_7_0_2<br />
https://github.com/squid-cache/squid/releases/tag/SQUID_7_1<br />
https://github.com/squid-cache/squid/releases/tag/SQUID_7_2<br />
https://github.com/squid-cache/squid/releases/tag/SQUID_7_3<br />
<br />
PR: 290630
emulators/wine: Streamline things a bit<br />
<br />
Set CONFIGURE_ARGS, BINARY_ALIAS, and EXTRA_PATCHES using plain<br />
assignment (=) instead of := since we do not have child ports any<br />
longer.<br />
<br />
On the way tweak white spaces around OPTIONS to be consistent with<br />
the wine-devel port.
devel/apache-log4j2: upgrade to 2.25.3<br />
<br />
Release notes at<br />
https://logging.apache.org/log4j/2.x/release-notes.html#release-notes-2-25-3
math/py-primecountpy: upgrade to v2.0.1<br />
<br />
Releases notes at https://github.com/dimpase/primecountpy/releases
math/primecount: upgrade to 8.0<br />
<br />
Release notes at https://github.com/kimwalisch/primecount/releases/tag/v8.0
www/marmite: Update to 0.2.7<br />
<br />
ChangeLog:<br />
https://github.com/rochacbruno/marmite/releases/tag/0.2.7
security/vaultwarden: Add dependency<br />
<br />
Missing dep on libzstd.so<br />
<br />
PR: 291993<br />
Reported by: Bernard Spil
www/vaultwarden-web_vault: Update to 2025.12.0<br />
<br />
PR: 291994<br />
Reported by: Bernard Spil
security/vaultwarden: Update to 1.35.0
games/freeminer{,-default}: Deprecate and expire on 2026-01-31<br />
<br />
Dead upstream.<br />
<br />
PR: 226537<br />
Approved by: portmgr (blanket)
java/jcommon: fix build with jdk21+<br />
<br />
The build was pinned to a jdk version that is not supported by jdk21.<br />
Fix that by just compiling to the JAVA_DEFAULT version.<br />
<br />
PR: 291667<br />
Approved-By: maintainer timeout
games/jchessboard: fix build with jdk21<br />
<br />
JDK21 is more strict in the encoding of source files. It does not ignore comments anymore.<br />
<br />
[javac] VirtualBoard.java:1174: error: unmappable character (0xF6) for encoding UTF-8<br />
[javac] // utest.pgn: Qe4 oder Q3e4? (Q5e4 ist eigentlich nicht m?glich.)<br />
<br />
PR: 291663<br />
Approved-By: maintainer timeout
devel/gradle5: pin to jdk8 or jdk11<br />
<br />
Fails on runtime with newer jdk when building its sole dependency misc/elki.<br />
<br />
When compiling in poudriere with DEFAULT_VERSIONS+=java=21:<br />
===> Building for elki-0.7.1.1166_1<br />
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details<br />
java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7<br />
at org.codehaus.groovy.vmplugin.VMPluginFactory.<clinit>(VMPluginFactory.java:43)<br />
<br />
The gradle documentation also states that you need a newer Gradle version for jdk12+.<br />
https://docs.gradle.org/current/userguide/compatibility.html#java_runtime<br />
<br />
PR: 291657<br />
Approved-By: maintainer timeout
math/jacop: fix building in jdk11 and jdk17<br />
<br />
Error fixed:<br />
SimpleArrayList.java:187: error: tag not supported in HTML5: tt<br />
[00:01:31] [ERROR] * Returns <tt>true</tt> if this list contains the specified element.<br />
<br />
It does not build on jdk21.<br />
Error on jdk21:<br />
[00:00:43] [INFO] Compiling 30 source files to /wrkdirs/usr/ports/math/jacop/work/jacop-4.8.0/target/classes at 1765635688496<br />
[00:00:44] [ERROR] error:<br />
[00:00:44] [INFO] bad constant pool index: 0 at pos: 48454<br />
[00:00:44] [INFO] while compiling: <no file><br />
[00:00:44] [INFO] during phase: globalPhase=<no phase>, enteringPhase=<some phase><br />
<br />
PR: 291629<br />
Approved-by: maintainer timeout
biology/cytoscape: pin to openjdk8<br />
<br />
PR: 291583<br />
Approved-By: maintainer timeout
devel/luajava: pin to openjdk8<br />
<br />
Compiliing with jdk21 gives an error in javadoc which is fixed by making the patch-Makefile more generic so all jdk versions use '-Xdoclint:none'.<br />
<br />
With the doclint option jdk11 and newer give an error on missing javah executable. I can't quickly fix this, so let's pin the port to openjdk8.<br />
<br />
With this patch we can set JAVA_DEFAULT=21 and this port will still use openjdk8 to builld.<br />
<br />
PR: 291579<br />
Approved-By: maintainer timeout
games/stendhal: fix build with jdk17+<br />
<br />
Just increase the minimal javac source/target.<br />
<br />
PR: 291564<br />
Approved-By: maintainer timeout
sysutils/jvmtop: pin to java 8<br />
<br />
It misses tools.jar when building with jdk11+.<br />
<br />
[ERROR] Failed to execute goal on project jvmtop: Could not resolve dependencies for project com.jvmtop:jvmtop:jar:0.9.0-SNAPSHOT: Could not find artifact com.sun:tools:jar:1.6 at specified path /usr/local/openjdk11/../lib/tools.jar -> [Help 1]<br />
<br />
NB: upstream repo is inactive for 9 years. A fork (https://github.com/MOschIT/jvmtop)<br />
claims jdk21 support, but that is outside of the scope of the issue I'm trying to solve.<br />
<br />
PR: 291538<br />
Approved-By: maintainer timeout
net-im/deltachat-desktop: Update to 2.35.0
net/deltachat-rpc-server: Update to 2.35.0
security/vuxml: Add forgejo vulnerability<br />
<br />
* CVE-2025-68937
www/gohugo: Update to 0.153.3<br />
<br />
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.153.3<br />
<br />
* build(deps): bump github.com/bep/imagemeta from 0.12.0 to 0.12.1<br />
* Fix error with _content.gotmpl file with index.md siblings<br />
<br />
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.153.4<br />
<br />
Set cascade target to the content matrix if not set in the cascade itself.<br />
<br />
Approved by: doceng@ (implicit)
databases/sq: Update to 0.48.10
sysutils/mult: Update to 0.3.0
net/redpanda-connect: Update to 4.76.1
devel/gitid: Update to 1.3.0
www/trac-markdownmacro: change download location to my mirror
www/trac-tocmacro: change download location to my mirror
www/trac-accountmanager: change download location to my mirror
*/asterisk-*: default flavor must be the first one
graphics/opencv: Update to 4.12.0<br />
<br />
PR: 292002<br />
Reviewed by: vishwin<br />
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
filesystems/openzfs: update to 2.4.0<br />
<br />
Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.4.0
filesystems/openzfs-kmod: update to 2.4.0<br />
<br />
Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.4.0
games/pipewalker: update 1.0 → 1.1<br />
<br />
PR: 291924<br />
Tested by: fabio.comolli@gmail.com
net/liferea: update to 1.16.7<br />
<br />
Release Notes:<br />
https://github.com/lwindolf/liferea/releases/tag/v1.16.7
www/webalizer: update MASTER_SITES
net/webalizer-geodb: Update to 20251229
textproc/bookokrat: Add new port<br />
<br />
Bookokrat is a terminal-based EPUB reader with a split-view library and reader,<br />
full MathML and image rendering, automatic bookmarks, inline annotations, and<br />
customizable themes.<br />
<br />
What you can do:<br />
<br />
- Browse every EPUB in the current directory, drill into the table of<br />
contents, and resume exactly where you left off.<br />
- Search inside the current chapter or across the whole book, jump through a<br />
per-book history, and inspect reading statistics.<br />
- Highlight text, attach comments, copy snippets or entire chapters, and<br />
toggle the raw HTML source for debugging.<br />
- Open images in-place, follow internal anchors, launch external links in<br />
your browser, and hand off the book to your system viewer.<br />
- Customize with multiple color themes, adjustable margins, and zen mode;<br />
settings persist across sessions.<br />
<br />
https://bugzmanov.github.io/bookokrat/index.html
graphics/linux-rl9-glx-utils: add Rocky Linux 9 version of glx-utils
graphics/linux-rl9-dri: declare missed dependency on graphics/linux-rl9-spirv-tools
sysutils/treemd: Add new port<br />
<br />
Treemd is a modern markdown viewer that combines the structural clarity of the<br />
tree command with powerful interactive navigation. Whether you're exploring<br />
large documentation files, analyzing markdown structure, or reading comfortably<br />
in your terminal, treemd provides both CLI tools for scripting and a beautiful<br />
TUI for interactive exploration.<br />
<br />
Use it to:<br />
<br />
- Navigate large documents by collapsing/expanding heading sections<br />
- Search headings or full document content with highlighted matches<br />
- Edit tables, toggle checkboxes, and follow links-all without leaving the<br />
terminal<br />
- Extract specific sections or query markdown elements with a jq-like syntax<br />
- Pipe markdown from stdin for shell-scripted workflows<br />
<br />
https://github.com/Epistates/treemd
cad/freecad-devel: Update<br />
<br />
Update to 2025.12.28 and fix build regarding ffmpeg.
devel/pecl-swoole: update to 6.1.6.
www/py-dj52-django-choices-field: Update to 4.0.0<br />
<br />
Changelog:<br />
<br />
https://github.com/bellini666/django-choices-field/releases/tag/v4.0.0
www/py-dj51-django-choices-field: Update to 4.0.0<br />
<br />
Changelog:<br />
<br />
https://github.com/bellini666/django-choices-field/releases/tag/v4.0.0
www/py-django-choices-field: Update to 4.0.0<br />
<br />
Changelog:<br />
<br />
https://github.com/bellini666/django-choices-field/releases/tag/v4.0.0
www/py-dj52-django-auth-ldap: Update to 5.3.0<br />
<br />
Changelog:<br />
<br />
https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/5.3.0
www/py-dj51-django-auth-ldap: Set PORTSCOUT<br />
<br />
* Support for Django 5.1 was dropped with the 5.3.0 release,<br />
set PORTSCOUT accordingly.
www/py-django-auth-ldap: Update to 5.3.0<br />
<br />
Changelog:<br />
<br />
https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/5.3.0
net-mgmt/netbox: Update to 4.4.9<br />
<br />
Changelog:<br />
<br />
Enhancements:<br />
* Support ASDOT notation for ASN ranges<br />
* Add Latvian translations<br />
* Allow filtering custom choice fields by multiple values in the UI<br />
<br />
Bug Fixes:<br />
* Remove devicetype_count from nested manufacturer to correct OpenAPI<br />
schema<br />
* Provide a clear message when encountering duplicate object IDs during<br />
bulk import<br />
* Preserve parent_bay during device bulk import when tags are present<br />
* Improve handling of numeric ranges in tests<br />
* Fix AttributeError exception triggered by event rules associated with<br />
an object that supports file attachments<br />
* Ensure that parent object relations are cached (for filtering) on<br />
device/module components during instantiation<br />
* Allow editing an IP address that resides within a range marked as<br />
populated<br />
* Fix inconsistent clearing of module field on ModuleBay<br />
* Ensure cached scope is updated on child objects when a parent<br />
region/site/location is changed<br />
* Handle the deletion of related objects with on_delete=RESTRICT the<br />
same as CASCADE<br />
* Fix querying of front port templates by rear_port_id<br />
* Avoid writing to the database when loading active ConfigRevision<br />
* Avoid SQL subquery in RestrictedQuerySet where unnecessary<br />
<br />
https://github.com/netbox-community/netbox/releases/tag/v4.4.9
textproc/py-mkdocs-material: Update to 9.7.1<br />
<br />
Changelog:<br />
<br />
https://github.com/squidfunk/mkdocs-material/releases/tag/9.7.1
devel/py-dj52-strawberry-graphql: Update to 0.287.4<br />
<br />
* Also chase the renaming of www/py-lia-web to www/py-cross-web in<br />
af1c4623f4e7 and keep the dependencies sorted.<br />
<br />
Changelog since 0.287.2:<br />
<br />
https://github.com/strawberry-graphql/strawberry/blob/0.287.4/CHANGELOG.md
devel/py-dj51-strawberry-graphql: Update to 0.287.4<br />
<br />
* Also chase the renaming of www/py-lia-web to www/py-cross-web in<br />
af1c4623f4e7 and keep the dependencies sorted.<br />
<br />
Changelog since 0.287.2:<br />
<br />
https://github.com/strawberry-graphql/strawberry/blob/0.287.4/CHANGELOG.md
devel/py-strawberry-graphql: Update to 0.287.4<br />
<br />
* Also chase the renaming of www/py-lia-web to www/py-cross-web in<br />
af1c4623f4e7 and keep the dependencies sorted.<br />
<br />
Changelog since 0.287.2:<br />
<br />
https://github.com/strawberry-graphql/strawberry/blob/0.287.4/CHANGELOG.md
www/py-lia-web: Rename to www/py-cross-web<br />
<br />
* Upstream renamed the project with the 0.4.0 release, change this<br />
accordingly for this port.<br />
<br />
* The necessary adjustments for the current consumers will follow in<br />
separate commits.
deskutils/fet: Update to 7.6.3<br />
<br />
Changelog: https://lalescu.ro/liviu/fet/news.html
security/rhash: update RHash to the latest version 1.4.6<br />
<br />
Changelog: https://rhash.sourceforge.io/changelog.php<br />
PR: 283630<br />
Prodded by: diizzy
emulators/elliott-803: Update to 0.1.18<br />
<br />
- Add fixes and additional samples and documentation for the H-Code language<br />
- Add docs<br />
- Change maintainer's email.<br />
<br />
Differential Revision: https://reviews.freebsd.org/D54389
www/domoticz-devel: Update to 2025.2.16997
graphics/p5-Image-ExifTool-devel: Update 13.44 => 13.45<br />
<br />
ChangeLog:<br />
https://exiftool.org/history.html<br />
<br />
PR: 291975
emulators/wine-devel: Update 11.0-rc3 => 11.0-rc4<br />
<br />
Changelog:<br />
- Bug fixes only, we are in code freeze.<br />
https://gitlab.winehq.org/wine/wine/-/releases/wine-11.0-rc4<br />
<br />
PR: 291984
devel/py-cfn-lint: Update to 1.43.1<br />
<br />
ChangeLog: https://github.com/aws-cloudformation/cfn-lint/compare/v1.32.0...v1.43.1<br />
Approved by: hrs (mentor, blanket)
devel/py-aws-sam-translator: Update to 1.106.0<br />
<br />
ChangeLog: https://github.com/aws/serverless-application-model/compare/v1.95.0...v1.106.0<br />
Approved by: hrs (mentor, blanket)
math/octave-forge-datatypes: Update to 1.1.5.
x11-themes/catppuccin-gtk-theme: Update to g20251023 (latest GitHub commit)<br />
<br />
Changelog: https://github.com/Fausto-Korpsvart/Catppuccin-GTK-Theme/compare/065ddb5ff22d0aa493ff89b0301c937fc071917a...f25d8cf688d8f224f0ce396689ffcf5767eb647e
net-im/dino: Unbreak build<br />
<br />
- Incorrect use of meson in the previous patch (apologies), this<br />
patch fixes the previous misconception.<br />
- Reformatted Makefile so plugin options are grouped together.<br />
- Ensure plugin-dependent files within plist are properly labeled<br />
with the right plugin.<br />
<br />
PR: 291721<br />
Reported by: Ivan Rozhuk <rozhuk dot im at gmail dot com>
shells/schemesh: Update to 0.9.3<br />
<br />
- add patch to fix test due to patching of Makefile
multimedia/libxspf: Update to 1.2.1<br />
<br />
* Define LICENSE<br />
* Remove broken uriparser version check<br />
* Only build shared library<br />
<br />
Changelog:<br />
https://gitlab.xiph.org/xiph/libxspf/-/blob/libxspf-1.2.1/ChangeLog?ref_type=tags<br />
<br />
PR: 291702<br />
Approved by: maintainer timeout, 2+ weeks / blanket (just fix it)
sysutils/cmocka: Update to 2.0.0<br />
<br />
Adopt port due to multiple maintainer timeouts<br />
<br />
Changelog:<br />
https://gitlab.com/cmocka/cmocka/-/compare/cmocka-2.0.0...cmocka-1.1.8?from_project_id=6918754<br />
<br />
PR: 291651<br />
Approved by: maintainer timeout, 2+ weeks
archivers/libarchive: Update to 3.8.4<br />
<br />
Changelog: https://github.com/libarchive/libarchive/releases/tag/v3.8.4<br />
<br />
PR: 291455<br />
Approved by: maintainer timeout, 3+ weeks
x11-fonts/ttf-ancient-fonts: New port: Set of fonts designed for ancient languages and scripts<br />
<br />
Initial patch by Piotr Smyrak <ps.ports@smyrak.com> (maintainer)<br />
<br />
PR: 291275
audio/exhale: Update to final release of version 1.2.2<br />
<br />
Backport upstream commit bf9ecb7999e4b1ea8df8684c294512f190fa028c<br />
<br />
Changelog: https://gitlab.com/ecodis/exhale/-/releases/v1.2.2<br />
<br />
Reference:<br />
https://gitlab.com/ecodis/exhale/-/commit/bf9ecb7999e4b1ea8df8684c294512f190fa028c
multimedia/mediamtx: Update to 1.15.6<br />
<br />
Changelog: https://github.com/bluenviron/mediamtx/releases/tag/v1.15.6
emulators/ares: Update to 147<br />
<br />
Release notes:<br />
https://ares-emu.net/news/ares-v147-released<br />
<br />
* Add upstreamed patch for fixing a linker error, see also<br />
https://github.com/ares-emulator/ares/pull/2329<br />
<br />
* Update to USES=compiler:c++20-lang.<br />
<br />
* Prevent new directory in the root of distdir for each new release by<br />
replacing the "-" separator with "/" in DIST_SUBDIR.<br />
<br />
PR: 291895
www/castor: Remove port<br />
<br />
Marked incompatible with OpenSSL 3 in 2023<br />
Abandoned upstream, last commit upstream 3 years ago
games/rlvm: Remove port<br />
<br />
Broken for more than a year
net-im/dino: Mark BROKEN<br />
<br />
Fails to build,<br />
depends on shared library: libwebrtc-audio-processing.so - not found<br />
<br />
Reported by: pkg-fallout
net-im/fractal: Mark BROKEN<br />
<br />
Fails to build with following error:<br />
<br />
error: failed to select a version for the requirement `syn = "^2"`<br />
candidate versions found which didn't match: 1.0.107<br />
location searched: directory source `/wrkdirs/usr/ports/net-im/fractal/work/fractal-4.4.2/cargo-crates` (which is replacing registry `crates-io`)<br />
required by package `openssl-macros v0.1.1`<br />
... which satisfies dependency `openssl-macros = "^0.1.1"` of package `openssl v0.10.74`<br />
... which satisfies dependency `openssl = "^0.10.29"` of package `native-tls v0.2.11`<br />
... which satisfies dependency `native-tls-crate = "^0.2"` of package `reqwest v0.10.10`<br />
... which satisfies dependency `reqwest = "^0.10.3"` of package `fractal-matrix-api v4.4.2 (/wrkdirs/usr/ports/net-im/fractal/work/fractal-4.4.2/fractal-matrix-api)`<br />
... which satisfies path dependency `fractal_api` of package `fractal-gtk v4.4.2 (/wrkdirs/usr/ports/net-im/fractal/work/fractal-4.4.2/fractal-gtk)`<br />
perhaps a crate was updated and forgotten to be re-vendored?<br />
*** Error code 101<br />
<br />
Reported by: pkg-fallout
deskutils/showdown: Remove port<br />
<br />
Unmaintained in tree for 8+ months<br />
Unmaintained upstream since 2022<br />
Fails to build, pkg-fallout reports since at least 2025-10<br />
<br />
Reported by: pkg-fallout
devel/upp: Mark BROKEN and set expiration date to 2025-01-31<br />
<br />
Fails to build with freetype 2.14+<br />
Current version is several years old and upstream is still active<br />
Project is located at https://github.com/ultimatepp/ultimatepp if<br />
someone wants to pick it up<br />
<br />
Reported by: pkg-fallout
mail/libmilter: update to 8.18.2
audio/logitechmediaserver: 8.5.2 -> 9.0.3, rename to audio/lyrionmusicserver<br />
<br />
- With version 9, the project gets a new name.<br />
The basics are mostly the same.<br />
- non-GPL firmware/files have been removed, so package can now<br />
be redistributed (result of discussions with Lyrion community)<br />
- Many perl5 ports are now used, instead of vendor ports<br />
- Some are left from the vendor code, which are not part of the p5 ports<br />
- removing the plugins as they are unmaintained and maintainer is not sure<br />
the plugins worked with 8.5.2, anyway<br />
<br />
Changes: https://lyrion.org/getting-started/changelog-lms9/#version-903-2025-10-03-9977737c1
irc/iroffer-dinoex: update to 3.34
www/fcgiwrap: Fix pkg-descr formatting<br />
<br />
PR: 281661<br />
Reported by: Anton Saietskii <vsasjason@gmail.com>
textproc/television: Update to 0.14.3<br />
<br />
Changelogs:<br />
https://github.com/alexpasmantier/television/releases/tag/0.14.3<br />
https://github.com/alexpasmantier/television/releases/tag/0.14.2
graphics/fotocx: update the port to version 25.5<br />
<br />
Get rid of PORTDOCS=* while here, two files do not<br />
warrant it as we already use flattened `pkg-plist'.<br />
<br />
Reported by: portscout
cad/freecad: chase ffmpeg dependency after c204aaf79162<br />
<br />
ffmpeg's libavutil actually changed soname, and this one seems to<br />
have slipped the net
audio/libsidplayfp: update to 2.16.0 release (+)<br />
<br />
Disable usbsid support as it's not compatible with our current version/variant of libusb<br />
<br />
Release notes: https://github.com/libsidplayfp/libsidplayfp/releases/tag/v2.16.0<br />
PR: 291913
x11-fm/doublecmd: update to 1.1.31 gamma release
net/rsync: Fix stealth dependency on Python<br />
<br />
net/rsync includes a Python script installed as sbin/rrsync<br />
without declaring a dependency on Python.<br />
<br />
Adds a port option, PYTHON, that controls whether rrsync is<br />
installed and adds the necessary dependency and remove the<br />
pkg-message who advises that Python might be needed.<br />
<br />
By default this option is off (updating the package will remove rrsync).<br />
<br />
PR: 286073<br />
Reported by: Christian Ullrich <chris@chrullrich.net>