- 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)
ChangeLog: https://github.com/Prowlarr/Prowlarr/releases/tag/v1.11.4.4173
* Fixed: Don't die when grabbing releases in bulk
* Minor cleanup in AudioBookBay
* New: (Discord) Remove size grab field
* Fixed: BinSearch removed
* Bump version to 1.11.4
* Multiple Translations updated by Weblate
* Bump version to 1.11.3
* Remove invalid Turkish translations
PR: 276078
Reported by: michiel@vanbaak.eu (maintainer)
- There are multiple ports which has MYSQL options and are non-DEFAULT.
Most of the time committers actually forget to check with the OPTION
enabled and in some cases they are BROKEN with newr versions of mysql.
So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
MySQL usability over MariaDB to explore the future possibility of
shifting to MariaDB as the default as major ports upstream have moved
their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
If a port is broken on all instances of MySQL/MariaDB:
- If a port has the option of multiple DB backends and MySQL is the
default then the DEFAULT will be changed to PGSQL/SQLITE before
2024Q1. And the OPTION will be removed before 2024Q2. If a
MAINTAINER is aware about such cases and want to prefer PGSQL over
SQLITE or vice versa please do so at your own accord. Otherwise
PGSQL will be preferred over SQLITE.
- If a port has the option of multiple DB backends and MySQL is not
the default then the the OPTION will be removed before 2024Q1.
Approved by: portmgr (blanket)
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.3.11.2319
* Ignore tests temporarily
* Always validate Custom Script path
* Multiple Translations updated by Weblate
* Fixed: Don't write audio tags if there are no updates
* Multiple Translations updated by Weblate
* Small helper in UI to access Readarr API more easily
* Bump @adobe/css-tools from 4.3.1 to 4.3.2
* Multiple Translations updated by Weblate
* Fixed: RootFolderWatchingService Logging
* Fixed: Filter unchanged files using UTC timestamps
PR: 275695
Reported by: michiel@vanbaak.eu (maintainer)
ChangeLog: https://github.com/Lidarr/Lidarr/releases/tag/v2.0.7.3849
* Multiple Translations updated by Weblate
* Fixed: Don't write audio tags if there are no updates
* Bump version to 2.0.7
* Multiple Translations updated by Weblate
* Add album to LidarrAPI helper
* New: Top albums and period interval options for Last.fm User lists
* Fixed: Avoid lookups for empty MusicBrainz IDs in import list fetching
* Prevent false notification for moving artist when editing
* Revert "Fixed: Prevent false notification for moving artist when editing"
PR: 275697
Reported by: michiel@vanbaak.eu (maintainer)
ChangeLog: https://github.com/morpheus65535/bazarr/releases/tag/v1.4.0
* Dropped support for Python 3.7 because our dependencies doesn't support it
anymore.
* Fixed Whisper provider to make it throttle longer after ConnectionError
* Fixed an issue that could clear episodes history in case Sonarr API return
something else than valid series or episodes.
* Improved providers exceptions throttling to reduce useless calls to
providers.
* Fixed infinite download retry loop in whisperai provider b25d416
* Fixed (sqlite3.OperationalError) too many SQL variables issue while inserting
too many episodes at the same time.
* Fixed issue with series/movies import using a deleted default languages
profile.
* Modified "no subtitles found" notification to be a message instead of an
error.
* Fixed improper subtitles being downloaded when HI is required by languages
profile.
* Fixed languages profile creation issue.
* Prevent overwriting season and episode number guessed from file name with db
values unless they haven't been properly guessed.
* Hide clipboard button when is not possible to copy to clipboard
* Subdivx provider: improve language matching
* Improve mods
* Fixed an error in previous commit that would prevent episodes syncing.
* Fixed compression type for backup.
* Fixed other issues with subzero_mods parsing.
* Fixed issues with SQlite older than 3.35.
* Avoid FileNotFoundError indexing subtitles
* Improved compression ratio of backup.
* Improved stability by usinf Python f-string as much as possible to prevent
TypeError and improve code readability.
* Fixed issue while parsing enabled mods during subtitles download 225d79e
* Fixed config.ini conversion by disabling interpolation with ConfigParser that
failed with addic7ed cookie.
* Fixed datatype issue when creating a new languages profile with PostgreSQL.
* Changing from config.ini to config.yaml
PR: 275699
Reported by: michiel@vanbaak.eu (maintainer)
New:
- Remove Defunct Boxcar notifications
- Add more exception release groups
- Confirmation before clearing blocklist
- Require password confirmation when setting or changing password
- Custom import scripts can communicate information back
- Added option to only monitor recent episodes
- Option to control whether new seasons get monitored automatically
- Additional options for HDBits
- Support import list lookup by TMDb ID
- Don't retest connections, indexers, download clients, etc if re-saved
with the exact same settings
Fixed
- Saving indexer, download client, etc settings
- Autotagging Genres are case insensitive
- Plex RSS TMDb ID Lookup
- Disable SSL when migrating from v3
- Blocklisting torrents from indexers that do not provide torrent hash
- Last Season always monitors the whole season
- Logging length of sample file
- Custom Format Deletion confirmation message
- Enforce validation warnings when testing providers
PR: 275473
Approved by: submitter is maintainer
Thursday, 07 December 2023.
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:
* dolphin-plugins: Mountisoaction: add preferred raw disk mimetypes
* falkon: Fix StartPage search engine default configuration
* kdepim-runtime: Correctly reload configuration
The full changelog can be found at
https://kde.org/announcements/changelogs/gear/23.08.4/