Thursday, 15 February 2024
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations,
including:
* knavalbattle: Fix test for placing a ship vertically
* konsole: Show wallpaper on non-translucent top-levels
* neochat: Fix saving images
The .cabal file of text-2.0.2 package has following lines:
if (arch(aarch64) || arch(arm)) && impl(ghc == 8.10.*)
build-depends: base < 0
Reported by: pkg-fallout
The clnrest plugin is already installed but it depends on a bunch of
Python packages. Add an option to net-p2p/c-lightning to install and
depend on those packages.
Further, 3 of those packages were not in the FreeBSD ports. Add them:
* net-p2p/pyln-bolt7 Lightning Network BOLT7 implementation
* net-p2p/pyln-client Python client library for lightningd (net-p2p/c-lightning)
* net-p2p/pyln-proto Lightning Network protocol implementation
To enable the plugin, add
clnrest-port=
clnrest-protocol=
clnrest-host=
to /usr/local/etc/lightningd-bitcoin.conf, see
https://docs.corelightning.org/docs/rest
Differential Revision: https://reviews.freebsd.org/D43863
New:
* Improve All Series call by using dictionary for stats iteration
* Drop commands table content before postgres migration
* Add 'zhtw' and 'yue' language codes as Chinese language
* Added column in Queue
* Optional directory setting for Aria2
* Parse German Dual Language and Multi-language releases
* Custom formats in episode history
* Watch list sorting and rate limit for Trakt Import Lists
* Retry on failed downloads of torrent and nzb files
* HDR metadata for Trakt connection
* Rate limiting for Trakt connection
* Add sorting to Manage Indexer and Download Client modals
* Show Proper or Repack tag in interactive search
* Add qBittorrent option for Content Layout
Fixed:
* Icons on full color calendar events
* Importing Plex RSS lists with invalid items
* Filter history by multiple event types
* Improve help text for download client priority
* Only use frames for Primary video stream for analysis
* Prevent selecting season or episode in Manual Import if series or episode is
not selected
* Reprocessing multi-language file in Manual Import
* Series posters flickering when width changes repeatedly
* Improve torrent blocklist matching
* Release source for release/push
* Persist release source for pending releases
* Latvian and Russian language parsing
* Series end date is UTC
* Don't monitor last season if series is ended
* Disable SSL on start if certificate path is not set
* Show errors when adding Root Folder
* Ignore empty tags when adding items to Flood
* Available fields for Discord Manual Interaction Required
PR: 276536
Reported by: michiel@vanbaak.eu (maintainer)
Correct branch name in the file package_info so the list of possible releases is
correctly filtered (master for releases, develop for pre-releases/beta)
PR: 276540
Reported by: driesm@
- Obey the new world order and install manpages under ${PREFIX}/share
- Get rid of MANPREFIX reference (override GNU_CONFIGURE_MANPREFIX for
now until it can be universally set in the Mk/bsd.port.mk after all
ports would be converted)
- Remove dead links from the MASTER_SITES and WWW line, adjust LICENSE
- Claim maintainership: given the troubled history of this port, it is
safe to assume that Pavel had not been taking care of it since 2013
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.3.15.2376
* Ignore tests temporarily
* Automated API Docs update
* Fix log typo in release/push
* New: Resolve download client by name using 'downloadClient' for pushed releases
* Fixed: Pushed releases not being properly rejected
* New: Optional 'downloadClientId' for pushed releases
* Allow to override download client
* Fixed: Filter history by multiple event types in PG
* Fixed: Database type when PG host contains ".db"
* Automated API Docs update
PR: 276350
Reported by: michiel@vanbaak.eu (maintainer)
sonarr released v4 as stable, so the net-p2p/sonarr-devel port is no longer
needed to test this major upgrade on FreeBSD.
Since the other *arr ports also dont have a -devel port, this makes sonarr
conform with those as well.
PR: 276164
Reported by: michiel@vanbaak.eu (maintainer)
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.3.14.2348
* New: Bulk Delete for Unmapped Files
* Add error message for invalid Root Folder in Ebook Tag Service
* Don't use empty file path from Calibre
* Bump version to 0.3.14
* Fixed: Minor UI improvements to author and book details
* Fixed: File Count on Books page
PR: 275971
Reported by: michiel@vanbaak.eu (maintainer)