audio/logitechmediaserver: 8.5.2 -> 9.0.3, rename to audio/lyrionmusicserver
- With version 9, the project gets a new name.
The basics are mostly the same.
- non-GPL firmware/files have been removed, so package can now
be redistributed (result of discussions with Lyrion community)
- Many perl5 ports are now used, instead of vendor ports
- Some are left from the vendor code, which are not part of the p5 ports
- removing the plugins as they are unmaintained and maintainer is not sure
the plugins worked with 8.5.2, anyway
Changes: https://lyrion.org/getting-started/changelog-lms9/#version-903-2025-10-03-9977737c1
graphics/fotocx: update the port to version 25.5
Get rid of PORTDOCS=* while here, two files do not
warrant it as we already use flattened `pkg-plist'.
Reported by: portscout
net/rsync: Fix stealth dependency on Python
net/rsync includes a Python script installed as sbin/rrsync
without declaring a dependency on Python.
Adds a port option, PYTHON, that controls whether rrsync is
installed and adds the necessary dependency and remove the
pkg-message who advises that Python might be needed.
By default this option is off (updating the package will remove rrsync).
PR: 286073
Reported by: Christian Ullrich <chris at chrullrich.net>
multimedia/qmmp-qt6: update to 2.3.1 release (+):
Changes since 2.3.0:
added IMA ADPCM support;
fixed grouping by parent directory;
fixed sorting by file name and path;
fixed detection of the PCM WAVE files with "JUNK", "bext" and "fact" chunks;
fixed color scheme change issues;
fixed drawing issues in the plugin list;
updated Chinese Simplified translation.
multimedia/qmmp-qt5: update to 1.7.9 release (+)
Changes since 1.7.8:
added IMA ADPCM support;
fixed displaying mpeg plugin build status;
fixed default output under Windows;
fixed IPC messages charset;
fixed issues with "--pl-help" and "--nowplaying-syntax" command-line options;
fixed audio channel map for WMA;
fixed detection of the PCM WAVE files with "JUNK", "bext" and "fact" chunks;
fixed retrieving song lyrics;
fixed sorting by file name and path;
fixed drawing issues in the plugin list;
fixed color scheme change issues;
updated Chinese Simplified translation.
games/wesnoth: update to 1.18.6 release (+)
Version 1.18.6:
Multiplayer
* 5p - The Wilderlands:
* Fixed lag during AI turn (issue #10419)
Translations
* Updated translations: Ancient Greek, Arabic, Bengali, British English, Catalan, Chinese (Simplified), Czech, Finnish, French, Galician, Hungarian, Polish, Spanish
User interface
* The load-game dialog can now see the directories used by the development version (1.19.2 and later)
Uses/dbus-testing.mk: Introduce new USES
This USES starts a system- and session-level D-Bus daemons before the
test stage and stops them after, much like Uses/display.mk provides an
X11 display.
It is intended to be used with ports whose testing require a running dbus daemon.
Approved by: portmgr (bapt)
Sponsored by: Future Crew, LLC
Differential Revision: https://reviews.freebsd.org/D53464