ChangeLog: https://github.com/Jackett/Jackett/releases
* yggtorrent: make strip season optional.
* kamept: switch to cookie method.
* gktorrent: new domain
* core: add cookie for one request to flaresolverr
PR: 273127
Reported by: tremere@cainites.net (maintainer)
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.3.0.2091
* Fixed: (UI) Ensure root folders are populated in Author Editor
* Fixed: Correctly calculate books count on Author page
* Automated API Docs update
* New: Add result to commands to report commands that did not complete successfully
* Log Goodreads connection failures with more info.
* Ensure original data is shown when no matches are made
* Fix book tests
* Extend InlineMarkdown to handle code blocks in backticks
* Fix AuthorLookupFixture
* More test fixes
PR: 272874
Reported by: michiel@vanbaak.eu (maintainer)
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.2.4.1999
* New: Log when testing for matching Remote Path Mapping
* Fix chunk IDs and source map file names
* Multiple Translations updated by Weblate
* Fixed: Error when selecting different Quality Profile
* Use 2 spaces indentation for ts/tsx files
* Fixed: (ImportLists) Removed minimum refresh interval for FetchSingleList
* Automated API Docs update
* New: Show tooltips with Custom Formats in History and Queue
* Multiple Translations updated by Weblate
* Automated API Docs update
PR: 272691
Reported by: michiel@vanbaak.eu (maintainer)
Since arm64 uses two's complement (char)0xff is the same as -1.
Changing to use the latter should silence this compiler error:
ccan/ccan/base64/base64.c:34:10: error: result of comparison of constant 255 with expression of type 'int8_t' (aka 'signed char') is always false [-Werror,-Wtautological-constant-out-of-range-compare]
if (ret == (char)0xff) {
~~~ ^ ~~~~~~~~~~
Instead of forcing the port to build with -std=c++11 in all FreeBSD
versions, just pass -Wno-register when the port is being built with a
Clang release that defaults to C++17 mode (which does not have the
register keyword by default).
Approved by: eduardo (maintainer)
Differential Revision: https://reviews.freebsd.org/D40939
KDE Gear 23.04.3
Thursday, 6 July 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:
* gwenview: Avoid a crash when opening a .nef image in exiv2 library
* kalendar: Fix a few issues with reminders
* kreversi: Fix board position in portrait mode
Changelog: https://kde.org/announcements/changelogs/gear/23.04.3/
ChangeLog: https://github.com/Radarr/Radarr/releases/tag/v4.6.4.7568
* New DSN for 4.6
* Fixed: Sorting queue by year
* Add ContentSummary to HDBits requests
* Create overload for ToJson() with Formatting param
* Fixed: Allow restore to process backups up to ~500MB
* Multiple Translations updated by Weblate
* Removed suspicious URL in the default definitions
* Translated using Weblate (Portuguese (Brazil))
* Handle null for parent name with clean path is empty
* Fixed: Don't handle images in metadata folder as Roksbox images
PR: 272387
Reported by: michiel@vanbaak.eu (maintainer)
The port does not work with C++17 which is the default since clang 16.
This can be removed once that port starts working with C++17.
Reported by: pkg-fallout
MFH: 2023Q3
This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.
The ocaml port now is MAKE_JOBS safe.
Changes to dependent ports included in this commit:
- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1]
- devel/ocaml-dune: Update to 3.7.1 [2]
- devel/ocaml-findlib: Update to 1.9.6 [3]
- devel/ocaml-ipaddr: Update to 3.1.0
- devel/ocaml-parmap: Update to 1.2.4, use dune for build [4]
- devel/ocaml-ppx-tools: Update to 6.6, use dune for build
- graphics/ocaml-cairo: Update to 0.6.4
- net-p2p/mldonkey: Update to 3.1.7-2 [2]
- net/unison: Remove ocaml 4.07 compatibility patches
- net/unison232: Mark broken, fails to build with newer ocaml [5]
- security/ocaml-ssl: Update to 0.5.13 [2]
- x11-toolkits/ocaml-labltk: Update to 8.06.7 [2]
Dune now requires full path as argument to --libdir, so various
ports have been patched accordingly.
Bumping PORTREVISION for all dependent ports that were not updated.
PR: 272067
Approved by: michipili@gmail.com (maintainer timeout),
eduardo (maintainer timeout) [1],
danfe [2],
hrs (maintainer timeout) [3],
dumbbell (maintainer timeout) [4],
mandree (implicit) [5]
Differential Revision: https://reviews.freebsd.org/D40599
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.2.1.1915
* Fix translation in RemoveQueueItemModal
* Bump version to 0.2.1
* Add more trace logs related info to bug_report.yml
* Automated API Docs update
* Remove not implemented endpoints from API docs
* Automated API Docs update
* Limit search input to first character matching when only one character is typed
* Remove not implemented endpoints from API docs
* Convert to 'using' declaration in Housekeeping Tasks
* Prevent NullRef when deleting missing backups
PR: 272341
Reported by: michiel@vanbaak.eu (maintainer)
ChangeLog: https://github.com/Prowlarr/Prowlarr/releases/tag/v1.6.3.3608
* Bump version to 1.6.3
* Fix apprise server url migration
* Add more trace logs related info to bug_report.yml
* Fixed: (Cardigann) Throw exception only when all download selectors fail
* Add indexer id in logs for invalid dates in Cardigann definitions
* Fixed: (Cardigann) Skip to next download selector when max redirects reached
* Fixed: (API) Prevent NullRef when searching empty query with a non-default
type
* New: (UI) Show indexer categories in info modal
* Fixed: (UI) Add New Indexer button on search page when no indexers are
present
* Fixed: (Cardigann) Definitions with category mapping Other to use 8000
(Other)
PR: 272273
Reported by: michiel@vanbaak.eu (maintainer)
ChangeLog: https://github.com/morpheus65535/bazarr/releases/tag/v1.2.2
* Add debugging changes
* Reverting b6777bc edfbb1a
* Added experimental Python 3.11 support
* Debugging: update subtitle and language representations
* Updated pytz module to support latest timezone changes
* Fix path mapping issues ab3c171
* Subf2m provider: improve episode matching
* Fix issues when saving the notification providers
* Fixed issue in releases page since we upgraded Mantine.
* Removed leftover from legendas.tv provider.
* Fixed issue where subtitles would get upgraded even if not required anymore
by shows languages profile.
* Subf2m provider: improve queries
* Embedded Subtitles provider
* Update language equals mechanism
* Subf2m provider: add support for IMDB IDs
* Embedded Subtitles provider: handle ASS errors
* Subf2m Provider: add user-agent header configuration
* Fixed yavka.net provider.
* Increase width of the manually search modal
* Fixed some UI issues caused by React and Mantine upgrade.
* Fixed server side exception throttling opensubtitles.com when it shouldn't.
* Fixed Chinese translation issue (zh and zt inverted).
* Updated apprise module to improve notification system.
* Update all UI dependencies and update React version to 18
* Downgrade Axios to fix a settings saving issue.
* Added support for Portuguese and Simplified Chinese to opensubtitles.com.
* Added some exceptions that shouldn't be retried to retry function.
* Language-equals: add compatibility for more providers
* Fixed external subtitles indexation with accented characters that resulted
in download in loop.
* Added feature to treat couples of languages as equal when searching for
subtitles
* Fixed type in opensubtitles.com provider that could cause
AuthenticationError for new users.
* Specify ffmpeg path in case it's not in PATH envvar
* Add support for custom languages in audio tracks
* Use literals instead of scripts for custom languages
* Fixed AI and machine translated subtitles being incorrectly returned by
Opensubtitles.com
* Emergency fix for custom languages issue
* Add mediainfo support for custom languages
* Implemented gzip compression of http requests made to Bazarr
* Subdivx Provider: improve series matching
* Fixed yify provider MissingSchema exception on download.
* Fixed zimuku.org parsing error
* SuperSubtitles provider: fix hungarian subtitles downloads
* Fixed SyntaxError under Python 3.7
PR: 272274
Reported by: michiel@vanbaak.eu (maintainer)
KDE Gear 23.04.2
Thursday, 8 June 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:
* konsole: Adjust selection point coords when scrollback shrinks
* neochat: Focus message search window's search field by default
* yakuake: Prevent unnecessary tab switching when closing a tab
Changelog: https://kde.org/announcements/changelogs/gear/23.04.2/
- Drop no longer needed ugly workarounds for various build issues
- Use recommended source tarball, not the one generated by GitHub
Reported by: portscout
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
fixes:
- pidfile for deluge-web
- long options in command_args to make it easier to read
- remove deprecated -f (fork) option, it's now default and there is no
way to explicitly negate the new option --do-not-daemonize
- use *_confdir variable in command_args instead of $required_dirs which
just happened to have the same value (more explicit this way)
- remove setproctitle dependency to allow stop/restart of service
(process cannot be found otherwise)
- replace slimit with rjsmin for javascript minification for web ui
- make PY_PILLOW dependency optional for cli and required for ui
(default include)
Changelog: https://deluge.readthedocs.io/en/latest/changelog.html
Approved by: rm (maintainer timeout, two weeks)
PR: 242033